.banner-inner {
    background: url("../images/banner-products.jpg") no-repeat;
    background-size: 100% 100%
}

.products-top .container {
    display: flex;
    justify-content: space-between
}

.products-top .products-img {
    width: 50%;
    max-width: 650px;
    margin-right: 90px
}

.products-top .products-img img {
    width: 100%;
    border-radius: 10px
}

.products-top .products-text {
    width: 50%
}

.products-top h1 {
    font-family: 'Roboto-Bold';
    font-size: 44px;
    line-height: 48px;
    color: var(--fttcolor);
    margin-top: 30px;
    text-transform: capitalize
}

.products-top h3 {
    font-family: 'Roboto-Bold';
    font-size: 32px;
    color: #333;
    margin-top: 25px
}

.products-top p,
.products-top ul li {
    font-size: 22px;
    color: var(--ftcolor);
    line-height: 30px;
    margin-top: 20px
}

.products-top ul li {
    padding-left: 20px;
    position: relative;
    margin-top: 6px
}

.products-top ul li:first-child {
    margin-top: 13px
}

.products-top ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: var(--bgscolor);
    border-radius: 50%
}

.products-top ul li:last-child {
    margin-bottom: 35px
}

.products-top .products-text a {
    width: 160px;
    height: 40px;
    background: var(--bgscolor);
    border-radius: 20px;
    font-size: 14px;
    color: var(--white);
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    font-family: 'Roboto-Bold';
    position: relative;
    overflow: hidden;
    z-index: 1
}

.products-content .container {
    width: 100%;
    background: #f8f8f8
}

.products-content .navbar {
    height: 80px;
    border-bottom: 2px solid var(--bgscolor);
    display: flex;
    align-items: center
}

.products-content .navbar li {
    padding: 0 40px;
    font-size: 22px;
    color: var(--fttcolor);
    line-height: 80px;
    font-family: 'Roboto-Bold';
    cursor: pointer
}

.products-content .navbar li.liActive {
    background: var(--bgscolor);
    color: var(--white)
}

.products-content .product-item {
    padding: 60px 65px 70px 60px;
    display: none
}

.products-content .product-item:first-child {
    display: block
}

.products-content .product-item h2 {
    font-family: 'Roboto-Bold';
    font-size: 28px;
    color: var(--fttcolor);
    margin-top: 30px
}

.products-content .product-item h3 {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    color: var(--fttcolor);
    margin-top: 25px
}

.products-content .product-item h2:first-child,
.products-content .product-item h3:first-child {
    margin-top: 0
}

.products-content .product-item ol,
.products-content .product-item ul {
    padding-left: 40px
}

.products-content .product-item ol li {
    list-style-type: auto
}

.products-content .product-item ul li {
    list-style-type: disclosure-closed
}

.products-content .product-item ul li::marker {
    color: var(--bgscolor)
}

.products-content .product-item p,
.products-content .product-item li {
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 28px;
    margin-top: 15px
}

.products-content .product-item li {
    margin-top: 10px
}

.products-content .product-item img {
    margin: 20px auto 0
}

.fktech table {
    width: 100%;
    background-color: var(--white);
    position: relative;
    font-size: 16px;
    height: auto;
    overflow: hidden
}

.fktech table thead {
    text-align: center;
    background: linear-gradient(90deg, #0870d7, #0148a2);
    color: var(--white)
}

.fktech table .tabTh td {
    line-height: 2.5;
    vertical-align: middle;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding: .5rem 0;
    font-weight: 700
}

.fktech table .tabTh th {
    vertical-align: middle;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid var(--white);
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7
}

.fktech table tr.tabTh.th-last td {
    line-height: 2.5
}

.fktech table td {
    vertical-align: middle;
    border: 1px solid #e7e7e7
}

.fktech table tr td {
    text-align: center;
    padding: 15px 10px
}

#related-solution {
    margin-top: 0
}

.footer-form {
    padding-top: 0
}

@media(min-width:768px) and (max-width:1440px) {
    .products-top h1 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 25px
    }

    .products-top h3 {
        font-size: 28px;
        margin-top: 20px
    }

    .products-top p,
    .products-top ul li {
        font-size: 18px;
        line-height: 26px
    }
}

@media(min-width:768px) and (max-width:1260px) {
    .products-top h1 {
        font-size: 32px;
        line-height: 34px;
        margin-top: 15px
    }

    .products-top h3 {
        font-size: 24px;
        margin-top: 15px
    }

    .products-top p,
    .products-top ul li {
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px
    }

    .products-top ul li:last-child {
        margin-bottom: 25px
    }
}

@media screen and (max-width:768px) {
    .banner-inner {
        background: url("../images/banner-products-sm.jpg") no-repeat;
        background-size: 100% 100%
    }

    .products-top .container {
        flex-wrap: wrap
    }

    .products-top .products-img {
        width: 100%;
        max-width: unset;
        margin-right: 0
    }

    .products-top .products-img img {
        border-radius: 8px
    }

    .products-top .products-text {
        width: 100%
    }

    .products-top h1 {
        font-size: 26px;
        line-height: 30px
    }

    .products-top h3 {
        font-size: 18px;
        margin-top: 15px
    }

    .products-top p,
    .products-top ul li {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px
    }

    .products-top ul li:last-child {
        margin-bottom: 20px
    }

    .products-top .products-text a {
        width: 42%;
        height: 36px;
        border-radius: 18px;
        line-height: 36px;
        margin: 0 auto
    }

    .products-content {
        margin-top: 50px
    }

    .products-content .navbar {
        height: 40px
    }

    .products-content .navbar li {
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px
    }

    .products-content .product-item {
        padding: 25px 0
    }

    .products-content .product-item h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 25px
    }

    .products-content .product-item h3 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px
    }

    .products-content .product-item ol,
    .products-content .product-item ul {
        padding-left: 30px
    }

    .products-content .product-item p,
    .products-content .product-item li {
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px
    }

    .products-content .pro_params {
        overflow-y: auto
    }

    .products-content.fktech table {
        font-size: 12px;
        border-radius: 8px;
        position: relative
    }

    .fktech table .tabTh th {
        padding: 10px
    }

    .fktech table td {
        padding: 10px 5px
    }
}