@charset "utf-8";
/* CSS Document */

.content {
    width: 100%;
    margin: 0px auto;
}
.embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 20%;
    overflow: hidden;
    position: relative;
}
.embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.content-tex {
    width: 100%;
    margin: 0px auto;
}
.embed-container-tex {
    height: 0;
    width: 100%;
    padding-bottom: 14%;
    overflow: hidden;
    position: relative;
}
.embed-container-tex iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1440px) {
#about {
    margin-top:14%;
}
#sitemap {
    padding-top: 10%;
}
#Services {
    margin-top: 14%;
}
#Career {
    margin-top: 14%;
}
#Contact {
    margin-top: 15%;
}
#News {
    margin-top: 15%;
}
#prod {
    padding-top: 10%;
}
#home {
    padding-top: 10%;
}
#company {
    padding-top: 12%;
}
}
@media only screen and (max-width: 1366px) {
    #Services {
        margin-top: 15%;
    }
}
@media only screen and (max-width: 1280px) {
    #silder_product {
        height: 200px;
        overflow: hidden;
    }
    #sitemap {
        padding-top: 11%;
    }
    #prod {
        padding-top: 16%;
    }
    #Services {
        margin-top: 23%;
    }
    #company {
        padding-top: 15%;
    }
}
@media only screen and (max-width: 999px) {
    #about {
        margin-top: 20%;
    }
    #company {
        padding-top: 15%;
    }
    #sitemap {
        padding-top: 13%;
    }
    #Career {
        margin-top: 20%;
    }
    #Services {
        margin-top: 25%;
    }
    #Contact {
        margin-top: 20%;
    }
    #News {
        margin-top: 20%;
    }
    #prod {
        padding-top: 13%;
    }
    #silder_product {
        height: 200px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 768px) {
    #about {
        margin-top: 30%;
    }
    #Career {
        margin-top: 30%;
    }
    #Services {
        margin-top: 35%;
    }
    #Contact {
        margin-top: 30%;
    }
    #News {
        margin-top: 30%;
    }
    #prod {
        padding-top: 15%;
    }
    #home {
        padding-top: 8%;
    }
    #silder_product {
        height: 150px;
        overflow: hidden;
    }
    #company-slider {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    #about {
        margin-top: 50%;
    }
    #Career {
        margin-top: 50%;
    }
    #company {
        padding-top: 15%;
    }
    #Contact {
        margin-top: 40%;
    }
    #Services {
        margin-top: 50%;
    }
    #News {
        margin-top: 50%;
    }
    #prod {
        padding-top: 10%;
    }
    #home {
        padding-top: 9%;
    }
    #silder_product {
        height: 90px;
        overflow: hidden;
    }
    #text-html {
        display: none;
    }
    #company-slider {
        display: none;
    }
	
	.embed-container-tex {
        height: 20px;
        width: 100%;
        padding-bottom: 14%;
        overflow: hidden;
        position: relative;
        margin-top: 10%;
    }
}
@media only screen and (max-width: 400px) {
    #about {
        margin-top: 70%;
    }
    #company {
        padding-top: 18%;
    }
    #Career {
        margin-top: 70%;
    }
    #Contact {
        margin-top: 70%;
    }
    #Services {
        margin-top: 75%;
    }
    #News {
        margin-top: 70%;
    }
    #prod {
        padding-top: 10%;
    }
    #home {
        padding-top: 5%;
    }
    #text-html {
        display: none;
    }
    #company-slider {
        display: none;
    }
    .embed-container-tex {
        height: 50px;
        width: 100%;
        padding-bottom: 14%;
        overflow: hidden;
        position: relative;
        margin-top: 25%;
    }
}
@media only screen and (max-width: 300px) {
    #about {
        margin-top: 80%;
    }
    #company {
        padding-top: 28%;
    }
    #Career {
        margin-top: 80%;
    }
    #Contact {
        margin-top: 80%;
    }
    #News {
        margin-top: 80%;
    }
    #prod {
        padding-top: 10%;
    }
    #home {
        padding-top: 4%;
    }
    p {
        font-size: 11px;
    }
    #text-html {
        display: none;
    }
    #company-slider {
        display: none;
    }
    .embed-container-tex {
        height: 40px;
        width: 100%;
        padding-bottom: 10%;
        overflow: hidden;
        position: relative;
        margin-top: 22%;
    }
}