.sidebar {
    margin-left: 20px;
    margin-bottom: 50px;
    /* font-family: "NunitoSans";  */
  }
  
  .bor-box {
    border-left: solid 1px #e2e2e2;
    position: relative;
    padding-left: 27px;
    margin-bottom: 40px;
    padding-top: 2px; }
    .bor-box:before {
      content: '';
      position: absolute;
      left: -1px;
      width: 3px;
      background: #ed1b24;
      height: 50px; }
    .bor-box .i-title {
      font-weight: bold;
      font-size: 22px;
      text-transform: uppercase;
      color: #414141;
      margin-bottom: 20px; }
      .bor-box .i-title:after {
        content: '';
        display: block;
        height: 1px;
        width: 50px;
        margin-top: 10px;
        background: #2d2d2d; }
  
  .lpost-box li {
    margin-bottom: 18px; }
    .lpost-box li:last-child {
      margin-bottom: 0; }
    .lpost-box li a {
      position: relative;
      padding-left: 19px;
      font-size: 16px;
      color: #999999;
      display: inline-block;
      vertical-align: middle; }
      .lpost-box li a:before {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: solid 2px #999999;
        position: absolute;
        left: 0;
        top: 6px; }
      .lpost-box li a:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        top: 10px;
        left: 4px;
        border-radius: 50%; }
      .lpost-box li a:hover {
        color: #ed1b24;
        text-decoration: underline; }
        .lpost-box li a:hover:before {
          border-color: #ed1b24; }
        .lpost-box li a:hover:after {
          background: #ed1b24; }
  
  .cate-box {
    padding-bottom: 16px;
    margin-bottom: 32px;
    margin-top: 7px; }
    .cate-box .i-title {
      margin-bottom: 34px; }
      .cate-box li{
        position: relative;
      }
    .cate-box li a {
      font-size: 16px;
      color: #777777;
      display: block;
      padding-bottom: 14px;
      border-bottom: solid 1px #e8e8e8;
      margin-bottom: 10px; }
      .cate-box li a:hover{
        color: #ed1b24; } 
    .cate-box li:last-child a {
      border-bottom: none;
      margin-bottom: 5px; }
      .cate-box li ul li a{
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 15px;
        color: #777777;
      }
  
  .post-box {
    padding-bottom: 34px; }
    .post-box .i-title {
      margin-bottom: 27px; }
  
  .sb-post {
    padding-top: 1px;
    padding-bottom: 25px;
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 26px; }
    .sb-post .img {
      width: 80px;
      float: left;
      display: block;
      border-radius: 3px;
      overflow: hidden; }
      .sb-post .img img {
        display: block;
        width: 100%; }
    .sb-post .title {
      margin-left: 93px;
      color: #555555;
      line-height: 24px;
      max-height: 72px;
      overflow: hidden;
      margin-top: -5px; }
      .sb-post .title a:hover {
        color: #ed1b24; }
    .sb-post:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
  
  .sb-hotline {
    /* background: #192653; */
    text-align: center;
    margin-top: 13px;
    padding: 22px 5px 12px 5px; }
    .sb-hotline.v2 {
      margin-top: 24px; }
    .sb-hotline .logo {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 25px; }
      .sb-hotline .logo img {
        display: block; }
    .sb-hotline .img {
      margin-bottom: 14px; }
    .sb-hotline .phone {
      text-transform: uppercase;
      /* color: #fff; */
      font-size: 26px;
      font-weight: 600; }
      .sb-hotline .phone:hover {
        color: #ed1b24; }
  
  .pcate-title {
    /* font-family: "NunitoSans"; */
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 31px;
    margin-top: 2px; }
    .pcate-title span {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: -2px;
      border-bottom: solid 3px #ed1b24;
      padding-bottom: 8px; }

      .banner {
        position: relative;
        margin-bottom: 40px;
        /*font-family: "NunitoSans"; */}
        .banner img {
          display: block;
          width: 100%;
          min-height: 70px; }
        .banner .breadcrumbs {
          position: absolute;
          bottom: 5px;
          left: 0;
          right: 0;
          color: #fff; }
          .banner .breadcrumbs li {
            display: inline-block; }
            .banner .breadcrumbs li:not(:last-child):after {
              content: '>';
              margin-left: 8px;
              margin-right: 2px; }
            .banner .breadcrumbs li a:hover {
              color: #ed1b24; }
          .banner .breadcrumbs .title {
            color: #fff;
            font-size: 30px;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 3px; }
        .banner.v2 .breadcrumbs {
          text-align: center;
          bottom: 50%;
          margin-bottom: -27px; }
          .banner.v2 .breadcrumbs li {
            display: inline-block;
            color: #ed1b24; }
            .banner.v2 .breadcrumbs li:not(:last-child):after {
              content: '/';
              margin-left: 8px;
              margin-right: 2px;
              color: #fff; }
            .banner.v2 .breadcrumbs li a {
              color: #fff; }
              .banner.v2 .breadcrumbs li a:hover {
                color: #ed1b24; }

                /* .single {
                    font-family: "NunitoSans"; } */
                    .single .s-title {
                      font-weight: 600;
                      text-transform: uppercase;
                      font-size: 30px;
                      color: #2e2e2e;
                      margin-bottom: 20px; }
                      .single .s-title:after {
                        content: '';
                        display: block;
                        height: 2px;
                        background: #ed1b24;
                        width: 75px;
                        margin-top: 9px; }
                    .single time {
                      color: #999999;
                      font-size: 12px;
                      font-style: italic;
                      display: block;
                      margin-bottom: 12px; }
                      .single time i {
                        margin-right: 3px; }
                    .single .s-content {
                      font-weight: 300;
                      line-height: 2;
                      color: #666666;
                      border-bottom: solid 1px #dbdbdb;
                      padding-bottom: 2px; }
                      .single .s-content p {
                        margin-bottom: 28px; }
                      .single .s-content img {
                        margin-top: 3px;
                        margin-bottom: 45px; }
                    .single .s-social {
                      margin-top: 29px;
                      margin-bottom: 28px; }
                      .single .s-social .text {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 16px;
                        font-weight: 300;
                        margin-top: -3px;
                        margin-right: 4px; }
                      .single .s-social .ctrl {
                        display: inline-block;
                        vertical-align: middle; }

                        .post2 {
                          /* font-family: "NunitoSans"; */
                          margin-bottom: 38px;
                          padding-bottom: 38px;
                          border-bottom: solid 1px #c2c2c2; }
                          .post2 .img {
                            display: block;
                            float: left;
                            width: 270px;
                            border: solid 1px #ebebeb; }
                            .post2 .img img {
                              display: block;
                              width: 100%; }
                          .post2 .ct {
                            margin-left: 300px;
                            padding-top: 1px; }
                          .post2 .title {
                            text-transform: uppercase;
                            font-size: 16px;
                            color: #666666;
                            font-weight: bold;
                            margin-bottom: 6px;
                            margin-top: -7px; }
                            .post2 .title a:hover {
                              color: #ed1b24; }
                            .post2 .title:after {
                              content: '';
                              display: block;
                              background: #ed1b24;
                              height: 1px;
                              width: 47px;
                              margin-top: 7px; }
                          .post2 time {
                            text-transform: uppercase;
                            display: block;
                            font-size: 12px;
                            color: #999999;
                            font-style: italic;
                            margin-bottom: 10px; }
                          .post2 .des {
                            font-weight: bold;
                            color: #666;
                            font-size: 16px;
                            line-height: 20px;
                            max-height: 40px;
                            overflow: hidden;
                            margin-bottom: 10px; }
                          .post2 .des2 {
                            color: #999;
                            line-height: 20px;
                            max-height: 42px;
                            overflow: hidden;
                            margin-bottom: 7px; }
                          .post2 .more {
                            color: #ed1b24; }
                            .post2 .more:hover {
                              text-decoration: underline; }
.mmap{
  padding: 0px
}
.mmap p{
  margin-bottom: 0px;
}
.btn-inline {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #ed1b24;
  color: #fff;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
}
.pro-gallery {
  float: left;
  display: block;
  width: 100%; }

.pro-detail {
  /* font-family: "NunitoSans"; */
  margin-left: 380px; }
  .pro-detail .title {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .pro-detail .des {
    line-height: 22px;
    color: #999999;
    font-weight: 600;
    margin-bottom: 10px; }
  .pro-detail .price {
    margin-bottom: 16px; }
    .pro-detail .price strong {
      color: #ed1b24;
      font-size: 36px;
      font-weight: 800; }
      .pro-detail .price strong small {
        font-size: 66.666%; }
    .pro-detail .price del {
      text-decoration: line-through;
      font-size: 16px;
      color: #666; }
      .pro-detail .price del small {
        font-size: 75%; }
  .pro-detail .buy-now {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    /* background: #333; */
    padding: 0 29px 0 31px;
    line-height: 43px; }
    /* .pro-detail .buy-now:hover {
      background: #ed1b24; } */
    .pro-detail .buy-now i {
      margin-left: 3px; }
  .p-social {
    margin-top: 38px; }
    .p-social a {
      color: #999999;
      margin-right: 20px;
      display: inline-block; }
      .p-social a i {
        margin-right: 2px; }
      .p-social a:hover {
        color: #ed1b24; }

.pro-img {
  padding-bottom: 17px;
  border-bottom: solid 1px #e9e9e9;
  margin-bottom: 20px; }
  .pro-img img {
    display: block;
    width: 100%; }

.pro-thumb .slick-list {
  margin: 0 -7px; }
  .pro-thumb .slick-list .slick-slide {
    margin: 0 7px; }
.pro-thumb img {
  display: block;
  width: 100%; }
.pro-thumb .slick-arrow {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #999999;
  border: solid 1px #999999;
  text-align: center;
  line-height: 18px;
  top: 50%;
  margin-top: -10px; }
  .pro-thumb .slick-arrow.prev {
    left: 5px; }
  .pro-thumb .slick-arrow.next {
    right: 5px; }
  .pro-thumb .slick-arrow:hover {
    background: #ed1b24;
    border-color: #ed1b24;
    color: #fff; }

.pro-info-tab {
  margin-top: 65px;
  border-bottom: solid 1px #d8d8d8;
  /* font-family: "NunitoSans"; */
  font-size: 0; }
  .pro-info-tab li {
    font-size: 14px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle; }
    .pro-info-tab li a {
      display: block;
      font-size: 16px;
      color: #666666;
      line-height: 42px;
      padding: 0 23px;
      border-radius: 3px 3px 0 0;
      background: #f0f0f0;
      margin-bottom: -1px;
      position: relative;
      z-index: 1; }
    .pro-info-tab li.active a {
      background: #333;
      color: #fff; }

.pro-info-ct {
  /* font-family: "NunitoSans"; */
  margin-top: 31px;
  padding-bottom: 21px;
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px; }
  .pro-info-ct .s-content {
    line-height: 36px;
    color: #999999; }
    .pro-info-ct .s-content strong {
      font-weight: 600;
      color: #666; }

.comments {
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 38px;
  overflow: hidden;
  padding-bottom: 35px; }

.pro-related .slick-arrow {
  width: 32px;
  height: 32px;
  color: #c4c4c4;
  border: solid 1px #c4c4c4;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  top: 50%;
  margin-top: -16px; }
  .pro-related .slick-arrow.prev {
    left: 30px; }
  .pro-related .slick-arrow.next {
    right: 30px; }
  .pro-related .slick-arrow:hover {
    background: #ed1b24;
    color: #fff;
    border-color: #ed1b24; }
.pro-related .product2 {
  margin-bottom: 0; }

@media all and (max-width: 1199px) {
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }

  .sb-hotline .phone {
    font-size: 20px; } }
@media all and (max-width: 991px) {
  .sidebar {
    margin-left: 0px; }

  .cate-box {
    margin-top: 40px; }

  .pro-break {
    display: none; } }
@media all and (max-width: 767px) {
  .product2 {
    margin-bottom: 10px; }

  .single .s-title {
    font-size: 24px; }

  .bor-box {
    padding-left: 15px; }

  .banner .breadcrumbs .title {
    font-size: 22px; }

  .post2 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; }
    .post2 .img {
      float: none;
      width: auto;
      margin-bottom: 20px; }
    .post2 .ct {
      margin-left: 0px; }

  .pro-gallery {
    float: none;
    margin: 0 auto 30px auto;
    width: 344px;
    max-width: 100%; }

  .pro-detail {
    /* font-family: "NunitoSans"; */
    margin-left: 0px; }

  .pro-related .slick-list {
    margin: 0 -5px; }
    .pro-related .slick-list .slick-slide {
      margin: 0 5px; } }
.pt-15 {
  padding: 15px 0 13px;
  }
  .add-cart {
  margin-bottom: 14px;
  }
  .theme-btn {
  background-color: #2a2a2a;
  }
  .btn-cart {
  border-radius: 0% !important;
  font-size: 18px !important;
  }
  .theme-btn, .theme-btn-2, .theme-btn-3 {
  border: medium none;
  border-radius: 2em;
  box-shadow: none;
  font-size: 18px;
  height: 52px;
  padding: 0 20px;
  color: #fff;
  line-height: 50px;
  }
  .theme-btn:hover, .theme-btn:focus {
  background-color: #525252;
  color: #fff;
  }
  #back-to-top.show {
    opacity: 1;
  }
  #back-to-top {
    position: fixed;
    bottom: 110px;
    right: 63px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    /* background: #f5f5f5; */
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
  }
  .show {
    display: block !important;
  }
  #back-to-top i {
    font-size: 50px;
    color: #ed1b24;
  }
  .fa-chevron-circle-up:before {
    content: "\f139";
  }
  .theme-btn-2, .theme-btn-sm-2 {
    background-color: #90d3a6;
    color: #fff;
}

.theme-btn-3, .theme-btn-sm-3 {
    background-color: #75d1d7;
    color: #fff;
}

.theme-btn-2:hover, .theme-btn-sm-2:hover, .theme-btn-3:hover, .theme-btn-sm-3:hover {
    background-color: #525252;
    color: #fff;
}
.content-fix ul{
  list-style-type: disc;
  padding-left: 40px;
}
.content-fix ol{
  list-style-type: decimal;
  padding-left: 40px;
}
.content-fix table{
  max-width: 100%;
  overflow-x: auto;
}
.s-social ul li a:hover{
  color: #ed1b24;
}  
h2.post-item-name {  
  text-transform: uppercase;
  color: #ed1b24;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
  height: 40px;
  overflow: hidden;
}
h2.post-item-name:after {
  content: '';
  display: block;
  height: 4px;
  width: 70px;
  background: #ed1b24;
} 
@media (max-width: 768px) {
  .h-projects{
    /* padding-top:0px;
    margin-top: 0px; */
    padding-bottom: 40px;
  }
  .h-testimonial{
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .h-testimonial .h-title{
    margin-bottom: 0px;
    
  }
  .h-partner{
    padding-top:0px;
    padding-bottom: 20px;
  }
  footer{
    padding-top: 30px;
  }
  .banner{
    margin-bottom: 20px;
  }
  .cate-box{
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .pro-info-tab{
    margin-top: 0px;
  }
  .p-social{
    margin: 10px 0;
  }
}
@media (max-width: 768px){
  #back-to-top{
    bottom: 95px;
    right: 46px;
  }
  .banner img{
    min-height: 120px;
  }
  .prj .ct .title{
    font-size: 16px !important;
  }
  .prj:hover .ct{
    padding: 4px;
  }
  .prj .ct span{
    font-size: 11px;
  }
}
.cate-box > ul > li span {
  position: absolute;
  right: 5px;
  font-size: 22px;
  cursor: pointer;
  top:0px;
}
.cate-box .sub-cate {
  padding-left: 15px;
  display: none;
}
.cate-box .sub-cate li {
  border-bottom: none;
  font-size: 16px;
  color: #444444;
  display: block;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.cate-box ul li a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}