.pcollection-sidebar .title_block {
  padding: 10px;
  background: #F0F0F0;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 10px; }
  .pcollection-sidebar .title_block span {
    float: right; }

@media (max-width: 767px) {
  .pcollection-sidebar .pcollection-sidebar-box {
    display: none; } }

.pcollection-sidebar .pcollection-sidebar-box .pcollection-filter {
  margin-bottom: 15px; }
  .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.active strong svg {
    transform: rotate(-180deg); }
  .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.active ul {
    display: block; }
  .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter strong {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter strong svg {
      width: 16px;
      height: 16px;
      transition: all .5s;
      margin-left: 5px; }
  .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter ul {
    display: none; }
    .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter ul li {
      width: 100%;
      line-height: 20px;
      padding-bottom: 7px;
      font-size: 14px; }
      .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter ul li label {
        display: flex;
        align-items: center;
        cursor: pointer; }
        .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter ul li label input {
          margin: 0; }
        .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter ul li label span {
          line-height: 1;
          padding-left: 10px;
          font-weight: normal; }
  .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.isPrice ul li label {
    background: #eee;
    font-size: 13px;
    padding: 2px 12px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    color: #242424;
    border-radius: 12px; }
    .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.isPrice ul li label:has(input:checked) {
      background: #F30;
      color: #FFF; }
    .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.isPrice ul li label input {
      display: none; }
    .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.isPrice ul li label span {
      padding: 0; }
  .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.isPrice .isPriceRange span {
    display: block;
    margin-bottom: 10px; }
  .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.isPrice .isPriceRange dflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    position: relative; }
    .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.isPrice .isPriceRange dflex span {
      width: 10%;
      text-align: center;
      line-height: 1;
      margin: 0; }
    .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.isPrice .isPriceRange dflex input {
      width: 45%;
      flex: 1 1 0%;
      height: 30px;
      padding: 0 8px;
      background: #fff;
      border-radius: 4px;
      text-align: left;
      border: 1px solid #b8b8b8;
      outline: 0;
      font-size: 13px; }
  .pcollection-sidebar .pcollection-sidebar-box .pcollection-filter.isPrice .isPriceRange button {
    background: #fff;
    border: 1px solid #0d5cb6;
    font-size: 12px;
    color: #0d5cb6;
    padding: 5px 15px;
    width: 99px;
    border-radius: 4px;
    text-align: center;
    margin-top: 7px; }

.collection-result {
  margin-bottom: 15px; }
  .collection-result .collection-result-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    min-height: 28px; }
    .collection-result .collection-result-items li {
      background: #F5FEE7;
      font-size: 16px;
      padding: 2px 12px;
      line-height: 20px;
      position: relative;
      border-radius: 100px;
      display: inline-flex;
      height: 28px;
      -webkit-box-align: center;
      align-items: center;
      cursor: pointer;
      font-weight: 500; }
      .collection-result .collection-result-items li span {
        width: 20px;
        height: 20px;
        margin-left: 5px;
        background-size: 20px; }

@media (min-width: 991px) {
  #section-home-blog .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  #section-home-blog .owl-carousel:not(.owl-loaded) .item-article {
    -webkit-flex: 0 0 calc((100% - 40px)/3);
    flex: 0 0 calc((100% - 40px)/3);
    max-width: calc((100% - 40px)/3);
    margin-right: 20px; } }

.sectionHeading {
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 991px) {
    .sectionHeading {
      margin-bottom: 20px; } }
  .sectionHeading h3 {
    font-size: 45px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .sectionHeading h3 {
        font-size: 25px; } }
    .sectionHeading h3 a {
      color: #000; }

.item-article .media-article {
  position: relative; }
  .item-article .media-article a img {
    height: 200px;
    object-fit: cover;
    width: 100%; }
  @media (max-width: 480px) {
    .item-article .media-article a img {
      height: 150px; } }
  .item-article .media-article a time {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px; }

.item-article .info-article {
  padding: 20px 15px 0 15px; }
  .item-article .info-article .title-article h4 {
    font-weight: 500;
    font-size: 18px; }
    .item-article .info-article .title-article h4 a {
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      min-height: 43px; }
  .item-article .info-article .short-article {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .item-article .info-article .view-article {
    margin-top: 15px; }
    .item-article .info-article .view-article a {
      text-decoration: underline;
      display: flex;
      align-items: center; }
      .item-article .info-article .view-article a svg {
        width: 12px;
        height: 12px;
        margin-left: 5px; }

#section-home-blog {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #section-home-blog .item-article {
      margin-bottom: 10px; } }

.call {
  margin-top: 20px; }
  .call a {
    color: red;
    font-size: 24px;
    font-weight: bold; }

.header-services {
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 20px; }

.services {
  width: 25%;
  float: left;
  padding-right: 20px;
  margin: 20px 4%; }

.services a {
  display: block;
  background: #f8f8f8;
  padding: 15px 5px 15px 15px;
  border-radius: 50px;
  position: relative; }

.services .service-img-outer {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: left; }

.services .service-img-outer img {
  width: 40px; }

.services .service-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 15px;
  width: calc(100% - 40px); }

.services .service-text .service-title {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0;
  text-transform: uppercase; }

.services .service-text .service-desc {
  color: #666;
  font-weight: 400;
  font-size: 12px;
  font-style: italic; }

.h3-services {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  font-weight: 600;
  color: #222;
  position: relative; }

.h3-services:before {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 3px;
  background: #f3a9c3;
  content: ''; }

@media (max-width: 568px) {
  .services {
    width: 100%; } }

.superContent-collection {
  margin: 15px 0;
  max-width: initial !important; }
  .superContent-collection * {
    max-width: initial !important; }
  .superContent-collection .superContent-collection-items {
    position: relative; }
    .superContent-collection .superContent-collection-items .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #FFF;
      padding: 5px 10px !important;
      border: 1px solid #CCC;
      display: flex;
      align-items: center;
      font-size: 25px; }
      .superContent-collection .superContent-collection-items .owl-nav button span {
        line-height: 1;
        margin-top: -5px; }
      .superContent-collection .superContent-collection-items .owl-nav button.owl-next {
        right: 0; }
    .superContent-collection .superContent-collection-items .superContent-collection-item {
      padding: 0 10px; }
      .superContent-collection .superContent-collection-items .superContent-collection-item img {
        width: 100%; }
  .superContent-collection .superContent-collection-button {
    text-align: center;
    margin-top: 10px; }
    .superContent-collection .superContent-collection-button a {
      border: 1px solid #CCC;
      padding: 15px 30px;
      display: inline-block;
      border-radius: 5px;
      font-size: 16px; }
      @media (max-width: 480px) {
        .superContent-collection .superContent-collection-button a {
          padding: 10px;
          font-size: 14px; } }
