.site {
    padding-top: 91px;
}
.site-header {
  position: fixed;
  top: 0;
}
.main-navigation ul > li.menu-item-has-children > a:after {
  color: #fff;
}
.header_mobile,
.octf-main-header .octf-mainbar-row {
    background-color: #1a1a1a;
}
.container {
  width: 90%;
}
.share-box .a2a_default_style .a2a_svg {
  border-radius: 50%;
  padding: 4px;
  border: 1px solid #e0e0e0;
  background: #fff !important;
}
.share-box .a2a_default_style a:hover .a2a_svg {
  opacity: 1;
}
.share-box .a2a_default_style a:hover .a2a_s_facebook {
  background-color: rgb(24, 119, 242) !important;
  border-color: rgb(24, 119, 242);
}
.share-box .a2a_default_style a:hover .a2a_s_line {
  background-color: rgb(0, 195, 0) !important;
  border-color: rgb(0, 195, 0);
}
.share-box .a2a_default_style .a2a_svg path {
  fill: #333 !important;
}
.share-box .a2a_default_style a:hover .a2a_svg path {
  fill: #fff !important;
}

.captcha {
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid transparent;
  padding: 2px 0 0 2px;
}
.field.is-invalid,
.field.is-invalid:focus {
  border-bottom-color: #dc3545;
}
.captcha.is-invalid {
  border-color: #dc3545;
}
.error-msg {
  color: #dc3545;
  font-size: 12px;
  padding: 0 1em;
}

.map iframe {
  filter: none;
}
.site .editor ul,
.site .editor ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin: 0 0 20px;
    padding-left: 18px;
}
.site .editor ul {
    list-style-type: disc;
}
.site .editor ul li,
.site .editor ol li {
    display: list-item;
    text-align: -webkit-match-parent;
    position: static;
    padding-left: 0;
    margin-bottom: 0;
}
.site .editor ul li::before,
.site .editor ol li::before {
    display: none;
}
.page-title {
    line-height: 1.4;
}
#back-to-top.show {
  bottom: 100px;
  right: 33px;
}
.post-box .entry-media {
    min-height: 2em;
}

[data-object-fit] {
    max-width: none;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.home-banner-slider .item a {
    display: block;
    position: relative;
    padding-top: 40%;
}
.home-banner-slider .item .pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-banner-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    margin: 0;
    text-align: center;
}
.home-banner-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.home-banner-slider .slick-dots li button {
    background: none;
    border: 0;
    padding: 0;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: relative;
}
.home-banner-slider .slick-dots li button:focus {
    outline: none;
}
.home-banner-slider .slick-dots li button::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}
.home-banner-slider .slick-dots li.slick-active button::before {
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
}
.home-banner-slider .slick-prev,
.home-banner-slider .slick-next {
    background: none;
    border: 0;
    padding: 0;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    width: 40px;
    height: 80px;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -40px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.home-banner-slider .slick-prev:focus,
.home-banner-slider .slick-next:focus {
    outline: none;
}
.home-banner-slider .slick-prev::before,
.home-banner-slider .slick-next::before {
    content: "";
    color: #fff;
    font-family: "Flaticon";
    font-size: 30px;
    font-weight: 500;
    text-indent: 0;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}
.home-banner-slider .slick-prev {
    left: 3%;
}
.home-banner-slider .slick-next {
    right: 3%;
}
.home-banner-slider .slick-prev::before {
    transform: translate(-50%,-50%) rotate(90deg);
}
.home-banner-slider .slick-next::before {
    transform: translate(-50%,-50%) rotate(-90deg);
}
.home-banner::after {
    content: '';
    display: block;
    height: 30px;
    background: #1a1a1a;
}
.home-category {
    padding: 1em 0;
}

.home-title {
    font-size: 1.285rem;
    font-weight: 700;
    margin-bottom: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-title:after, .home-title:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1.285rem;
    bottom: -1px;
    position: relative;
    border-radius: 30px;
    background-color: #e29451;
}
.home-title:before {
    margin-right: 0.6rem;
}
.home-title:after {
    margin-left: 0.6rem;
}
.home-news {
    padding: 1em 0;
}
.home-news-box {
    position: relative;
}
.home-news-box .pic {
    position: relative;
}
.home-news-box .pic::before {
    content: '';
    display: block;
    padding-top: 38.5%;
}
.home-news-box .pic a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}
.home-news-box .title {
    font-size: 1.25em;
    font-weight: 700;
    margin: 1.25em 0 0.5em;
}
.home-news-box .more {
    text-align: right;
}
.home-news-slider .item {
    padding: 0 20px;
}
.home-news-slider .slick-dots {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    padding: 28% 1em 0;
    margin: 0;
    pointer-events: none;
}
.home-news-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.home-news-slider .slick-dots li button {
    background: none;
    border: 0;
    padding: 0;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    pointer-events: visible;
}
.home-news-slider .slick-dots li button:focus {
    outline: none;
}
.home-news-slider .slick-dots li button::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}
.home-news-slider .slick-dots li.slick-active button::before {
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
}

.home-product {
    padding-bottom: 2em;
}
.home-product .hr {
    margin: 0 0 3em;
}
.home-product .home-title {
    margin-bottom: 0.5em;
}
.home-product-box {
    text-align: center;
    margin: 0 auto;
}
.home-product-box .pic {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 5px;
    overflow: hidden;
}
.home-product-box .title {
    font-size: 1.25em;
    font-weight: 700;
    margin: 1em 0 0.25em;
}
.home-product-box .price.del {
    text-decoration: line-through;
    color: #bbb;
    font-size: 0.9em;
}
.home-product-slider .item {
    padding: 20px;
}
.home-product-slider .slick-dots {
    padding: 0.5em 0 0;
    margin: 0;
    pointer-events: none;
    text-align: center;
}
.home-product-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.home-product-slider .slick-dots li button {
    background: none;
    border: 0;
    padding: 0;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    pointer-events: visible;
}
.home-product-slider .slick-dots li button:focus {
    outline: none;
}
.home-product-slider .slick-dots li button::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}
.home-product-slider .slick-dots li.slick-active button::before {
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
}

#back-to-top {
    position: static;
}
.floating {
    position: fixed;
    z-index: 500;
    right: 40px;
    bottom: -20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.floating.show {
    bottom: 95px;
    right: 25px;
    opacity: 1;
    visibility: visible;
}
.floating a {
    display: block;
    margin: 0 auto;
}
.floating a.line {
    color: #07b53b;
    line-height: 1;
    font-size: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.floating a.line::after {
    content: '';
    display: block;
    border: 10px solid #07b53b;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.floating .line i {
    display: block;
    background: #fff;
}
.floating .line .fa-line:before {
    display: block;
}

.projects-grid .projects-box .portfolio-info .portfolio-price.del {
    text-decoration: line-through;
    color: #bbb;
    font-size: 0.9em;
}
.projects-grid.pf_4_cols .project-item:nth-child(4n+2) {
    clear: left;
}

@media (min-width: 768px) {
    .home-title {
        font-size: 1.5rem;
    }
    .home-title:after, .home-title:before {
        width: 4px;
        height: 1.3rem;
    }
    .home-banner-slider .item a {
        padding-top: 40%;
    }
    .home-news .container-fluid,
    .home-product .container-fluid {
        width: 90%;
        max-width: 1488px;
        margin: 0 auto;
    }
    .home-news-slider .slick-dots {
        padding-top: 32%;
    }
}
@media (min-width: 992px) {
    .home-banner-slider .slick-dots li button {
        width: 40px;
        height: 40px;
    }
    .home-banner-slider .slick-dots li button::before {
        width: 15px;
        height: 15px;
    }
    .home-news-box {
        display: flex;
        align-items: center;
        position: relative;
    }
    .home-news-box .pic {
        width: 62%;
        flex-shrink: 0;
    }
    .home-news-box .txt {
        flex: 1;
        margin-left: 2em;
    }
    .home-news-box .title {
        font-size: 1.5em;
        margin-top: 0;
    }
    .home-news-box .desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .home-news-box .more {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .home-news-slider .slick-dots {
        padding-top: 0;
        top: auto;
        bottom: 10px;
    }
    .home-news-slider .slick-dots li button,
    .home-product-slider .slick-dots li button {
        width: 30px;
        height: 30px;
    }
    .home-news-slider .slick-dots li button::before,
    .home-product-slider .slick-dots li button::before {
        width: 15px;
        height: 15px;
    }
    .contact-page .contact-left {
        padding: 100px 0 50px;
    }
}
@media (min-width: 1200px) {
    .home-title {
        font-size: 1.75rem;
    }
    .home-title:after, .home-title:before {
        width: 5px;
        height: 1.6rem;
    }
    .home-news {
        padding: 5em 0;
    }
    .home-product {
        padding-bottom: 4em;
    }
    .home-product .hr {
        margin-bottom: 5em;
    }
}
@media (max-width: 1199px) {
    .projects-grid.pf_4_cols .project-item:nth-child(4n+2) {
        clear: none;
    }
    .projects-grid.pf_4_cols .project-item:nth-child(3n+2) {
        clear: left;
    }
}
@media (max-width: 1024px) {
    .site {
        padding-top: 77px;
    }
}
@media (max-width: 992px) {
    .projects-grid.pf_4_cols .project-item:nth-child(3n+2) {
        clear: none;
    }
    .projects-grid.pf_4_cols .project-item:nth-child(2n+2) {
        clear: left;
    }
}
@media (max-width: 600px) {
    .projects-grid.pf_4_cols .project-item:nth-child(2n+2) {
        clear: none;
    }
}
