﻿html {
    scroll-behavior: smooth;
}

#saw-features a {
    color: #FE8E14;
}



#saw-features ul.featuresList {
    position: fixed;
    left: 139px;
    top: 287px;
    border-left: 1px solid black;
    padding-left: 43px;
}

.sawFeaturesContainer p a {
    color: #FE8E14;
}

#saw-features ul.featuresList li {
    font-size: 20px;
    margin: 0 0 30px 0;
    position: relative;
    cursor: pointer;
}

    #saw-features ul.featuresList li.on {
        color: #FE8E14;
    }

        #saw-features ul.featuresList li.on::before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-left: 16px solid #fe8e14;
            left: -25px;
            top: 9px;
        }

.sawFeaturesContainer {
    padding: 0 0 0 384px;
}

    .sawFeaturesContainer .title {
        text-align: center;
    }

        .sawFeaturesContainer .title p {
            margin: 0 0 30px 0;
        }

            .sawFeaturesContainer .title p:first-child {
                font-size: 20px;
                font-weight: 700;
                font-family: Oswald-Regular;
            }

            .sawFeaturesContainer .title p:nth-child(2) {
                font-size: 40px;
                font-family: Oswald-Light;
            }

            .sawFeaturesContainer .title p:last-child {
                font-size: 24px;
            }


.saw-featureItem {
    width: 100%;
    margin-top: 115px;
}

    .saw-featureItem .technicalBox .technicalContent .technicalImgs {
        display: inline-block;
        padding-left: 65px;
    }

.basicFeaturePage .featureTechnical.saw-featureItem .technicalBox .technicalContent {
    padding: 52px 0;
}

.sawFeaturesContainer .content .saw-featureItem:nth-child(5) .technicalBox .technicalContent .technicalDetail {
    width: 85%;
    max-width: unset;
}

.sawFeaturesContainer .content .saw-featureItem:nth-child(6) .technicalBox .technicalContent .technicalDetail {
    width: 85%;
    max-width: unset;
}

.vss {
    margin-top: 129px;
    text-align: center;
}

    .vss p:first-child {
        font-size: 30px;
        font-family: Oswald-Regular;
        line-height: 30px;
    }

    .vss p:nth-child(2) {
        width: 80%;
        margin: 20px auto;
    }

    .vss p:last-child {
        margin: 30px auto;
        width: 30%;
        text-align: left;
        font-size: 24px;
        font-family: Oswald-Medium;
    }

        .vss p:last-child a {
            font-family: Oswald-Regular;
        }

        .saw-footer {
            background-color: #FE8E14;
            width: 100%;
            margin-top: 105px;
            height: auto;
            padding: 79px 0 55px 0;
            text-align: center;
        }

    .saw-footer p:first-child {
        font-family: Oswald-Regular;
        font-size: 40px;
        color: white;
    }

    .saw-footer > a {
        margin-top: 35px;
        display: inline-block;
        padding: 17px 48px;
        background-color: white;
        color: #FE8E14;
        font-size: 24px;
        font-family: Oswald-Regular;
    }

    .saw-footer p:nth-of-type(2) {
        margin-top: 65px;
        color: white;
        font-family: Oswald-Regular;
    }

    .saw-footer p:last-child {
        color: white;
        font-family: Oswald-Regular;
    }

        .saw-footer p:last-child a {
            text-decoration: underline !important;
            font-size: 18px;
            color: white;
        }

.basicFeaturePage .featureTechnical .technicalBox .technicalTitle i.icon-saw-architecture {
    background: url("../../images/saw/saw-features-icon-architecture.svg") no-repeat no-repeat center white;
    background-size: 70% 70%;
}

.basicFeaturePage .featureTechnical .technicalBox .technicalTitle i.icon-saw-automation {
    background: url("../../images/saw/saw-features-icon-build-automation.svg") no-repeat no-repeat center white;
    background-size: 70% 70%;
}

.basicFeaturePage .featureTechnical .technicalBox .technicalTitle i.icon-saw-cross-platform {
    background: url("../../images/saw/saw-features-icon-cross-platform.svg") no-repeat no-repeat center white;
    background-size: 70% 70%;
}

.basicFeaturePage .featureTechnical .technicalBox .technicalTitle i.icon-saw-performance {
    background: url("../../images/saw/saw-features-icon-hign-performance.svg") no-repeat no-repeat center white;
    background-size: 70% 70%;
}

.basicFeaturePage .featureTechnical .technicalBox .technicalTitle i.icon-saw-security {
    background: url("../../images/saw/saw-features-icon-security.svg") no-repeat no-repeat center white;
    background-size: 70% 70%;
}

.basicFeaturePage .featureTechnical .technicalBox .technicalTitle i.icon-saw-source-control {
    background: url("../../images/saw/saw-features-icon-source-control.svg") no-repeat no-repeat center white;
    background-size: 70% 70%;
}

@media screen and (min-width: 1680px) {

}

@media screen and (max-width: 1679px) {

    .saw-featureItem .technicalContent span {
        margin-left: 58px !important;
    }

    .sawFeaturesContainer .content .saw-featureItem .technicalBox .technicalContent .technicalDetail {
        width: 95%;
        max-width: unset;
    }

    .sawFeaturesContainer .content .saw-featureItem .technicalBox .technicalContent .technicalImgs {
        width: 100%;
        padding: 0 58px;
    }

    .sawFeaturesContainer .content .saw-featureItem .technicalBox .technicalContent .technicalDetail:first-child {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .featuresList {
        display: none;
    }

    .sawFeaturesContainer {
        padding: 0 0;
    }
}

@media screen and (max-width: 991px) {
    .featureItem .featureContent > div {
        flex-direction: column !important;
    }

        .featureItem .featureContent > div div {
            width: 100% !important;
            margin: 0 0 !important;
        }
}

@media screen and (max-width: 767px) {
    .sawFeaturesContainer .title p:nth-child(2) {
        font-size: 32px;
        line-height: 32px;
    }

    .vss p:last-child {
        width: 50%;
    }
}

@media screen and (max-width: 572px) {
    .saw-footer p:first-child {
        font-size: 32px;
        line-height: 32px;
    }

    .vss p:last-child {
        width: 80%;
    }

    .saw-featureItem .technicalContent span {
        width: 80%;
    }
}
