/*!
 * theme.css for master
 * Author wzcoder.com
 * @Copyright 2005-2019 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2020-04-16-10:01 PM
 */
.py-section-rem {
    padding: 5rem 0;
}

.my-section-rem__small {
    margin: 2rem 0;
}

.pt-section-rem {
    padding-top: 5rem;
}

.mt-section-rem {
    margin-bottom: 5rem;
}

.w-p-15x {
    padding: 15%;
}

@media (max-width: 767.98px) {
    .w-py-rem__1--sm {
        padding: 1rem !important;
    }

    .w-no-mx--sm {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }
}

.w-p-10x {
    padding: 10%;
}

.w-bg-darkgray-radialgradient-circle {
    background-image: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e);
    background-repeat: no-repeat;
}

/*header*/
.top-bar {
    min-height: 32px;
    line-height: 32px;
}

.logo-wrapper .logo {
    display: inline-block;
}

.logo-wrapper .logo img {
    max-height: 80px;
    width: auto;
}

.bs-header {
    border-bottom: 1px solid #f2f2f2;
}

.bs-header .navbar-nav a.wznav-item-level-1, .bs-header .navbar-nav a.wzdropdown-toggle-1 {
    height: 90px;
    line-height: 90px;
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
    position: relative;
}

.bs-header .navbar-nav a.wznav-item-level-1:before, .bs-header .navbar-nav a.wzdropdown-toggle-1::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 10;
    border-bottom: 2px solid transparent;
    width: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.bs-header .navbar-nav a.wznav-item-level-1:hover::before, .bs-header .navbar-nav a.wzdropdown-toggle-1:hover::before {
    border-bottom: 2px solid #EC1B23;
    width: 100%;
}

.bs-header .dropdown-menu {
    margin-top: 1px !important;
}

.bs-header a.wzdropdown-toggle-1::after {
    display: none;
}

.bs-header .wznav-item-level-2 {
    padding: 0.2rem 1rem !important;
}

.bs-header .wznav-item-level-2:hover {
    background-color: var(--light-bg-color);
}

.bs-header button.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 20px;
}

@media (max-width: 767.98px) {
    .logo-wrapper .logo img {
        max-height: 40px;
        width: auto;
    }

    .bs-header button.navbar-toggler {
        top: 2px;
    }
}

@media (max-width: 991.98px) {
    .bs-header .navbar-nav a.nav-link {
        height: 45px;
        line-height: 45px;
        text-align: center;
    }

    .bs-header .navbar-nav a.nav-link:not(:last-child) {
        border-bottom: 1px dashed #f2f2f2;
    }

    .bs-header .wznav-item-level-2 {
        height: 36px !important;
        line-height: 36px !important;
    }
}

@media (min-width: 1400px) {
    .slide-thumb-wrapper {
        height: 750px;
    }
}

.icon-wrapper {
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.icon-caption {
    background-color: #ffffff;
}

.block-wrapper {
    max-height: 280px;
    overflow: hidden;
}

.block-wrapper .caption {
    left: 30px;
    bottom: 15px;
}

img.w-block-hover--mover-down {
    -webkit-transform: translate3d(0, -20px, 0) scale3d(1.1, 1.1, 1.1);
    transform: translate3d(0, -20px, 0) scale3d(1.1, 1.1, 1.1);
}

.w-hover-block:hover img[class*="w-block-hover--mover-"], .w-hover-block:hover [class*="w-block-hover__additional--mover-"] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

img[class*="w-block-hover--mover-"] {
    max-width: initial;
    width: calc(100% + 60px);
    transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

[class*="w-block-hover__additional"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-block-hover__additional--mover-up {
    top: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    overflow: hidden;
}

.w-bg-cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.w-bg-bluegray-gradient-opacity-v1, .w-bg-bluegray-gradient-opacity-v1--after::after {
    background-image: linear-gradient(to top, rgba(88, 95, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.footer-bg {
    border-top: 1px solid #f2f2f2;
}

.about-info-box {
    color: #FFFFFF;
    padding: 2rem;

}

.about-info-box i {
    display: block;
    font-size: 36px;
    float: left;
}

.about-info-box h3 {
    display: block;
    font-weight: 700;
    margin-left: 50px;
}

.about-info-box p {
    margin: 0 0 0 50px;
}

.list-page-ft .about-info-box {
    color: inherit;
}

.list-page-ft .about-info-box i {
    color: var(--primary-color);
}

.swiper-pagination-bullet {
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.js-swiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 25px;
    border-radius: 50px;
}

.section-head h2, .article-page-wrapper .page-hd h2, .list-page-hd h2 {
    display: inline-block;
    border-bottom: 2px solid var(--primary-color);
}

.section-head p, .article-page-wrapper .page-hd p, .list-page-hd p {
    display: inline-block;
}

.section-breadcrumbs {
    padding: 20px 0 20px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
}

.contact—box .icon {
    width: 85px;
    height: auto;
}

.contact-info [class*="col-"]:not(:last-child) {
    border-right: 1px solid #f2f2f2;
}

.sales-info {
    padding: 1.5rem 2rem;
}

.map-wrapper {
    height: 350px;
}

/*------------------------------------
  Time Lines
------------------------------------*/
.w-timeline-wrap {
    position: relative;
}

[class*="w-timeline-wrap"]::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

@media (min-width: 768px) {
    .w-timeline-wrap::before {
        left: 25%;
        width: 3px;
        height: 100%;
        margin-left: -1px;
        background-color: #f7f7f7;
    }

    .w-timeline__icon {
        font-size: 16px;
        position: absolute;
    }

    .w-orientation-right .w-timeline__icon {
        left: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .w-orientation-left {
        padding-left: 2.85714rem;
    }

    .w-orientation-left .w-timeline__icon {
        right: 100%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .w-orientation-bottom .w-timeline__icon {
        top: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .w-timeline__text {
        padding: 2.14286rem;
    }

}

.w-timeline__date {
    padding-right: 2.85714rem;
    padding-top: 1.42857rem;
    margin-bottom: 1.42857rem;
}

.timeline-icon {
    width: 18px;
    height: 18px;
    border: 3px solid #f7f7f7;
    background-color: #ffffff;
    border-radius: 50%;
}

.w-timeline__text {
    background-color: #f7f7f7;
    padding: 1.14286rem;
}

.article-list {
    padding: 2rem 0;
}

@media (max-width: 767.98px) {
    .article-list .article-title h3 {
        font-size: 1rem;
    }
}

.article-list:not(:last-child) {
    border-bottom: 1px dashed #f2f2f2;
}

.index-news-lists {
    display: block
}

.article-list .thumb, .index-news-lists .thumb {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.article-list .thumb img, .index-news-lists .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}

.article-page-wrapper .page-bd img {
    max-width: 100%;
    height: auto;
}

.article-page-wrapper .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.article-page-wrapper .video iframe,
.article-page-wrapper .video object,
.article-page-wrapper .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-products .article-info, .article-products .article-more {
    position: absolute;
}

.article-products .article-info {
    top: 30px;
    left: 40px;
    right: 40px;
}

.article-products .article-more {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
}

.footer-logo {
    width: 80px;
    height: auto;
}

.company-info-box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2em;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

@media (min-width: 992px) {
    .box__right {
        margin-left: -6rem;
        text-align: left;
        z-index: 10;
    }

    .box__left {
        margin-right: -6rem;
        text-align: right;
        z-index: 10;
    }
}

@media (max-width: 991.98px) {
    .company-info-box {
        margin-top: -3rem;
        padding: 1em;
    }
}

.box-line {
    height: 2px;
    background-color: var(--primary-color);
    width: 30px;
    display: inline-block;
    margin-bottom: 1rem;
}