﻿/*@font-face {
    font-family: 'WebYekan';
    font-style: normal;
    src: url(/GlobalItems/fonts/wYekan.eot) format('eot');
    src: url(/GlobalItems/fonts/wYekan.woff) format('woff'), url(/GlobalItems/fonts/wYekan.ttf) format('truetype');
}*/

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    src: url(/GlobalItems/fonts/fontawesome-webfont.eot) format('eot');
    src: url(/GlobalItems/fonts/fontawesome-webfont.woff) format('woff'), url(/GlobalItems/fonts/fontawesome-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'icomoon';
    font-style: normal;
    src: url(/GlobalItems/fonts/icomoon.eot) format('eot');
    src: url(/GlobalItems/fonts/icomoon.woff) format('woff'), url(/GlobalItems/fonts/icomoon.ttf) format('truetype');
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'WebYekan',tahoma,'Cabin', sans-serif;
    color: #808285;
    line-height: 1.5;
    background-color: #fff;
}


.logo1 {
    display: block;
}

.logo2, .logo3 {
    display: none;
}

body > div {
    background: #fff;
}

hr {
    margin: 1px;
}

p, ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #808285;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    a:hover {
        color: #88b525;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

img {
    border: 0;
    display: block;
    margin: auto;
    max-width: 100%;
}

li {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.container {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.containerIn {
    min-height: 500px;
    font-size: 11pt;
}

.full {
    width: 100% !important;
}

.floatL {
    float: right !important;
}

.floatR {
    float: left !important;
}

#menu-resize {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    padding: 10px 0 0 0;
}

.textAlign {
    text-align: left !important;
}
/**/
textarea, input, .submit, button, input[type="submit"] {
    font-family: 'WebYekan',tahoma,'Cabin', sans-serif;
    border: 1px solid #e6e7e8;
    text-indent: 10px;
    background: transparent;
}

select {
    font-family: 'WebYekan',tahoma,'Cabin', sans-serif;
}

button {
    text-indent: 0px;
    cursor: pointer;
}

.inputText {
    background: #fff;
    float: right;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
}

.inputArea {
    background: #fff;
    float: right;
    height: 150px;
    width: 100%;
    box-sizing: border-box;
    background: #e6e7e8;
    border: 1px solid #e6e7e8;
}

.submit, input[type="submit"] {
    background: #fff;
    height: 30px;
    /* width: 100px !important; */
    border: 0;
    cursor: pointer;
    float: right;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    color: #fff;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease-in;
    -webkit-transition: background 0.5s ease-in;
    border: 1px solid #86b421;
    color: #86b421;
    text-indent: 0 !important;
    padding: 0 30px;
    clear: both;
}

    .submit:hover, input[type="submit"]:hover {
        background: #86b421;
        color: #fff !important;
        transition: background 0.5s ease;
        -moz-transition: background 0.5s ease-in;
        -webkit-transition: background 0.5s ease-in;
    }

.feedback-input {
    width: 37%;
    height: 40px;
    float: right;
    margin-bottom: 4px;
}

.feedbackText {
    width: 37% !important;
    height: 40px;
    float: left;
    background: #e6e7e8;
    border: 1px solid #e6e7e8;
}
/** Required **/
span.required {
    position: absolute;
    background: #fff;
    border: 1px solid #45454c;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    padding: 1px 9px;
    color: #45454c;
    top: -15px;
    z-index: 9;
    right: 6%;
    visibility: visible;
    font-size: 10pt;
}

    span.required i {
        color: red;
        padding-right: 5px;
    }

        span.required i:before {
            content: "\f071";
            margin: 5px 2px 0px 0;
            font-family: fontawesome;
            display: inline-block;
            font-size: 10pt;
            font-style: normal;
        }

    span.required:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 4px solid #45454c;
        border-right: 4px transparent solid;
        border-left: 4px solid transparent;
        position: absolute;
        bottom: -5px;
        right: 8px;
    }

.labelBar {
    padding: 0px 0 5px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #cfe1a6;
    display: block;
    font-size: 14pt;
    color: #86b421;
    margin: 35px 0 20px 0;
}

    .labelBar > label {
        border-bottom: 3px solid #86b421;
        padding: 0 7px 6px;
    }
/** Btn **/
.btnTop {
    padding: 10px 14px 6px;
    line-height: 0;
    display: none;
    background: #e7e8e9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 26pt;
    height: 34px;
}

    .btnTop:before {
        content: "\f106";
        color: #fff;
        display: inline-block;
        margin-top: 10px;
    }

    .btnTop:hover {
        background: #86b421;
    }

        .btnTop:hover:before {
            border-color: #fff;
        }
/********** Margin & Padding **********/
.paddingR {
    padding-right: 1% !important;
    box-sizing: border-box;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px 0;
}

.margin25 {
    margin: 25px 0 0;
}
/********** Column **********/
.column2-1 {
    width: 50%;
}

.column4 {
    width: 100%;
}

.column4-1 {
    width: 25%;
}

.column4-2 {
    width: 50%;
}

.column4-3 {
    width: 75%;
}

.column5-2 {
    width: 40%;
}

.column5-3 {
    width: 60%;
}
/******************** Index ********************/
/********** Header **********/
/****** social Line ******/
.socialLine {
    line-height: 0;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #bcbec0;
    display: inline-block;
    width: 100%;
}

    .socialLine > div > section a {
        line-height: 1;
        color: #bcbec0;
        font-size: 18px;
        font-family: fontawesome;
        border: 1px solid #bcbec0;
        border-top: 0;
        border-bottom: 0;
        margin-right: -1px;
        float: right;
        width: 45px;
        text-align: -webkit-center;
        text-align: -moz-center;
        text-align: center;
        padding: 9px 0;
        transition: background 0.5s ease;
        -moz-transition: background 0.5s ease-in;
        -webkit-transition: background 0.5s ease-in;
    }

        .socialLine > div > section a:hover {
            background: #86b421;
            color: #fff;
            transition: background 0.5s ease;
            -moz-transition: background 0.5s ease-in;
            -webkit-transition: background 0.5s ease-in;
        }

.fa-google_plus:before {
    content: "\f0d5";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-search:before {
    content: "\f002";
}

.socialLine > div div.search {
    display: none;
    position: absolute;
}

    .socialLine > div div.search input {
        width: 157px;
        border: 1px solid #e6e7e8;
        margin: -1px;
    }

    .socialLine > div div.search a {
        line-height: 1.75;
        margin: 0 7px;
        color: #454545;
    }

        .socialLine > div div.search a:hover {
            color: #f57300;
        }
/****** Language ******/
.language {
    font-family: 'WebYekan',tahoma,'Cabin', sans-serif !important;
    font-size: 11pt !important;
    padding-top: 14px !important;
    padding-bottom: 7px !important;
}
/****** Search ******/
* .searchBox {
    margin: 0;
    padding: 0;
}

.searchBox {
    direction: ltr;
    position: relative;
    float: left;
    width: 40px;
    height: 36px;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
}

    .searchBox .inputText {
        width: 120px;
        float: left;
        margin-left: 4px;
    }

.link {
    position: absolute;
    width: 40px;
}

.searchBox_content {
    position: absolute;
    height: 52px;
    width: auto;
    overflow: hidden;
    left: 47px;
    top: 3px;
    background: transparent;
    display: none;
    font-family: 'WebYekan',tahoma,'Cabin', sans-serif !important;
}

    .searchBox_content a {
        background-color: transparent;
        float: right;
        color: #fff;
        text-decoration: none;
        font-size: 15px !important;
        margin: -1px 0 0 5px;
        border: 0 !important;
        font-family: 'WebYekan',tahoma,'Cabin', sans-serif !important;
    }

        .searchBox_content a:hover {
            color: #010167;
        }
/****** Logo ******/
.logo {
    padding: 10px 0;
}
/****** Menu ******/
div.menu {
    float: left;
}

    div.menu ul, div.menu li {
        float: left;
    }

    div.menu div.menu li {
        text-align: -webkit-left;
        text-align: -moz-left;
        text-align: left;
    }

    div.menu > ul > li > a > span {
        font-size: 11pt;
    }

    div.menu div.menu a span {
        font-size: 10pt;
    }

    div.menu > ul > li:hover > div.menu > ul > li .has-children span:before {
        float: right;
        content: "\f105";
    }

    div.menu div.menu div.menu {
        margin-left: 168px;
    }

        div.menu div.menu div.menu, div.menu div.menu div.menu div.menu {
            margin-top: -32px !important;
        }
/****** Phone ******/
.fa-phone {
    color: #86b421;
    float: right;
    padding: 11px 0px;
}

    .fa-phone:before {
        content: "";
        background: url(/Themes/corporate2/img/phone.jpg) no-repeat;
        float: right;
        width: 23px;
        height: 22px;
        padding: 0 0 0 8px;
    }
/********** product **********/
ul.productList li > div > div > div {
    text-align: left;
}
/********** About Box **********/
.more {
    color: #86b421;
    border: 1px solid #86b421;
    padding: 5px 30px;
    margin: 15px auto;
    display: inline-block;
}

    .more:hover {
        background: #86b421;
        color: #fff !important;
    }

.aboutBox {
    border: 1px solid #e7e8e9;
    background: #f7f8f9;
    padding: 0 60px 40px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 80px;
}

    .aboutBox p {
        text-align: left;
        font-size: 11pt;
    }
/********** Parallax **********/
.morePlus {
    padding: 20px 0 0px;
    display: inline-block;
}

    .morePlus span {
        float: left;
        padding: 0 5px 0 0px;
        font-size: 11pt;
    }

    .morePlus:after {
        content: '';
        background: url(/Themes/corporate2/img/seeMore2.png) no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
        float: right;
        transition: background-image 0.5s ease;
        -moz-transition: background-image 0.5s ease-in;
        -webkit-transition: background-image 0.5s ease-in;
    }

    .morePlus:hover:after {
        content: '';
        background: url(/Themes/corporate2/img/seeMore.png) no-repeat;
        background-size: 20px;
        transition: background-image 0.5s ease;
        -moz-transition: background-image 0.5s ease-in;
        -webkit-transition: background-image 0.5s ease-in;
    }

.parallax {
    background: url(/Themes/corporate2/img/parallax.jpg) fixed center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    clear: both;
    padding: 75px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

    .parallax > .container > div {
        border: 1px solid #e7e8e9;
        background: #f7f8f9;
        box-sizing: border-box;
        width: 44%;
        float: left;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
        padding: 0 40px 10px;
        margin: 3%;
    }

        .parallax > .container > div > ul {
            border-bottom: 1px solid #cfe1a6;
            padding: 10px 0 25px;
        }

            .parallax > .container > div > ul > li {
                background: url(/Themes/corporate2/img/dot.jpg) repeat-x center;
                display: inline-block;
                width: 100%;
                color: #808285;
                margin: 12px 0;
                font-size: 11pt;
            }

                .parallax > .container > div > ul > li:hover {
                    background: url(/Themes/corporate2/img/dot2.jpg) repeat-x center;
                }

                .parallax > .container > div > ul > li > a > h2 {
                    font-size: 11pt;
                    font-weight: 100;
                    float: left;
                    background: #f7f8f9;
                    padding: 0 5px;
                }

                .parallax > .container > div > ul > li > a {
                    display: inline-block;
                    width: 100%;
                    line-height: 0.5;
                }

                    .parallax > .container > div > ul > li > a > span {
                        float: right;
                        background: #f7f8f9;
                    }

                        .parallax > .container > div > ul > li > a > span:before {
                            content: '(';
                            float: left;
                            padding: 0 5px;
                        }

                        .parallax > .container > div > ul > li > a > span:after {
                            content: ')';
                            float: right;
                            padding: 0 5px;
                        }
/********** Portfolio **********/
.da-thumbs li {
    float: left;
}
/********** partner **********/
.partner {
}

    .partner .nbs-flexisel-container > .nbs-flexisel-inner {
        border-right: 1px solid #fff;
    }

    .partner ul.productList li > div {
        padding: 0 10%;
        box-sizing: border-box;
        border-right: 1px solid #e7e8e9;
    }

        .partner ul.productList li > div > div {
            border: 0px solid #e7e8e9;
        }

    .partner ul.productList li img {
        opacity: 0.4;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .partner ul.productList li:hover img {
        opacity: 1;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
/********** footer **********/
footer {
    background: #414042;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 10pt;
    padding: 30px 0 0;
    margin-top: 50px;
}

    footer > div.container > div {
        width: 33.333333%;
        float: left;
        padding: 0 2% 0 0;
        box-sizing: border-box;
    }

        footer > div.container > div > label {
            font-size: 12pt;
            margin-bottom: 25px;
            display: block;
        }

        footer > div.container > div > span {
            display: block;
            float: left;
            clear: both;
            margin-bottom: 15px;
        }

            footer > div.container > div > span:last-child {
                margin-bottom: 0px;
            }

            footer > div.container > div > span > label:before {
                font-family: fontawesome;
                color: #fff;
                padding: 5px;
                background: #86b421;
                float: left;
                margin: -4px 5px 0 0px;
            }

            footer > div.container > div > span > label.address:before {
                content: "";
                background: url(/Themes/corporate2/img/footer-address.jpg) no-repeat #86b421 center;
                padding: 14px;
            }

            footer > div.container > div > span > label.phone:before {
                content: "";
                background: url(/Themes/corporate2/img/footer-phone.jpg) no-repeat #86b421 center;
                padding: 14px;
            }

            footer > div.container > div > span > label.email:before {
                content: "";
                background: url(/Themes/corporate2/img/footer-mail.jpg) no-repeat #86b421 center;
                padding: 14px;
            }

        footer > div.container > div section {
        }

            footer > div.container > div section a {
                color: #fff;
                border: 1px solid #fff;
                width: 34px;
                display: inline-block;
                padding: 1.5px 0;
                font-family: fontawesome;
                text-align: -webkit-center;
                text-align: -moz-center;
                text-align: center;
                font-size: 21px !important;
                margin: 0 2px;
            }

                footer > div.container > div section a:hover {
                    background: #86b421;
                }

        footer > div.container > div > .footerTag {
        }

            footer > div.container > div > .footerTag > a {
                float: left;
            }

                footer > div.container > div > .footerTag > a > h1,
                footer > div.container > div > .footerTag > a > h2,
                footer > div.container > div > .footerTag > a > h3,
                footer > div.container > div > .footerTag > a > h4,
                footer > div.container > div > .footerTag > a > h5,
                footer > div.container > div > .footerTag > a > h6 {
                    font-size: 10pt;
                    margin: 3px 8px;
                    font-weight: 100;
                    color: #fff;
                }

    footer .copy {
        background: #86b421;
        width: 100%;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        display: inline-block;
        margin-top: 60px;
        padding: 15px 0;
        font-family: tahoma,'Cabin', sans-serif;
    }

        footer .copy a {
            color: #fff;
        }

            footer .copy a:hover {
                color: #414042;
            }
/******************** Gallery ********************/
#filter-list li {
    float: left;
    font-size: 10pt;
}
/******************** Product ********************/
ul.productList li > div > div > div h1 {
    font-size: 11pt;
}

.column4-3 ul.productList {
    margin-top: 47px;
}

ul.productList > li {
    width: 33.333%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    min-height: 10px;
    font-size: 11pt;
    direction: ltr;
    overflow: hidden;
    margin-bottom: 15px;
}


.tagBox {
    background: #e6e7e8;
    width: 100%;
    float: right;
    padding: 20px 10px;
    box-sizing: border-box;
}

    .tagBox > a {
        float: left;
    }

        .tagBox > a > h1, .tagBox > a > h2, .tagBox > a > h3, .tagBox > a > h4, .tagBox > a > h5, .tagBox > a > h6 {
            font-size: 10.5pt;
            margin: 8px 4px;
            font-weight: 100;
        }

.categori {
    text-align: left;
}

    .categori > li > a {
        font-size: 11pt;
    }

    .categori li a.haschild:after {
        margin: 0px 10px -5px 0px;
        float: right;
        content: "\f105";
    }

    .categori > li > ul > li > a {
        padding: 6px 13px 6px 23px;
    }

        .categori > li > ul > li > a:before {
            margin: 0 8px -1px 0;
        }

    .categori > li > ul > li > ul > li {
        padding: 8px 15px 8px 35px;
    }

        .categori > li > ul > li > ul > li > ul {
            margin-left: -35px;
            margin-right: -15px;
        }

            .categori > li > ul > li > ul > li > ul > li > a:before {
                margin: 0 8px -1px 0;
            }
/********** Paging **********/
.paging {
    width: 100% !important;
    display: inline-block;
    border: 0 !important;
    padding: 0 !important;
}

.pagination {
    color: #808285;
    margin: 30px auto 0;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    clear: both;
    font-size: 11pt;
    border-top: 1px solid #e6e7e8;
}

    .pagination span {
        padding: 0 !important;
    }

    .pagination a {
        color: #808285 !important;
        display: inline-block !important;
        width: 23px !important;
        height: 23px !important;
        border: 1px solid #e6e7e8 !important;
        text-align: center !important;
        font-size: 15px !important;
        margin: 0 1px !important;
        padding: 0 0 0 0 !important;
    }

        .pagination a.active,
        .pagination a:hover {
            background: #86b421 none repeat scroll 0 0;
            color: #ffffff !important;
        }

.pages, .showRow, .fleft, .Rowtxt {
    float: left;
    display: inline;
    margin-right: 10px;
}

.Rowtxt {
    margin-top: 3px;
}

select.cd-select,
select#PageSizedropDownList {
    border: 1px solid #e6e7e8;
    padding: 0px 5px !important;
    height: 25px;
}

.clear {
    clear: both;
    display: block;
}

.page-number {
    width: 100% !important;
    color: #86b421 !important;
    text-align: center !important;
    position: relative;
}

    .page-number:before {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #cfe1a6;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .page-number span {
        display: inline-block !important;
        color: #86b421 !important;
        width: initial !important;
        float: none !IMPORTANT;
    }
/******************** ProductIn ********************/
.btnLike, .btnDisLike {
    color: #bcbec0;
    padding: 10px;
    background: #fff;
    border: 1px solid #e8e9ea;
    padding: 0px 0px;
    cursor: pointer;
    width: 80px;
    margin: 2px 5px;
    border-radius: 0px;
}

    .btnLike > span, .btnDisLike > span {
        font-size: 10pt;
        float: left;
        padding: 5px;
        text-align: center;
        width: 64%;
        box-sizing: border-box;
        border-right: 1px solid #e8e9ea;
    }

    .btnLike:after, .btnDisLike:after {
        font-family: 'FontAwesome';
        float: left;
        width: 26%;
        font-size: 20px;
        margin: 3px 5%;
        box-sizing: border-box;
    }

    .btnLike:after {
        content: "\f164";
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .btnLike:hover:after {
        color: #86b421;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .btnDisLike:after {
        content: "\f165";
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .btnDisLike:hover:after {
        color: #ff0000;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

.scroller .prev, .scroller .next {
    margin-right: -26px !important;
    margin-left: 0 !important;
}

.scroller .prev {
    margin-left: -26px !important;
}

.productIn {
    margin-top: 31px;
}

    .productIn > .column4 {
        border-bottom: 1px solid #e7e8e9;
        margin-bottom: 10px;
        float: right;
        padding-bottom: 5px;
    }

        .productIn > .column4 > strong {
            font-weight: 100;
            font-size: 13pt;
        }
/****** Tab ******/
.resp-tabs-list li {
    float: left;
}

.resp-tab-active {
    margin: -5px 3px -1px 0px !important;
}

.resp-tab-item {
    margin: -3px 3px -1px 0px;
}
/****** Comment ******/
.comment > strong {
    font-weight: 100;
    font-size: 13pt;
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}

.comment > ul > li {
    border-bottom: 1px solid #dedede;
    width: 100%;
    float: right;
    margin-bottom: 3px;
}

    .comment > ul > li > div:first-child {
        width: 100%;
        float: right;
        background: #f1f1f1;
        padding: 3px 10px;
        box-sizing: border-box;
    }

        .comment > ul > li > div:first-child > span {
            float: left;
            width: 25%;
            padding: 5px 0;
            font-size: 11pt;
        }

    .comment > ul > li > div:last-child {
        width: 100%;
        float: right;
        padding: 18px 10px 10px;
        box-sizing: border-box;
        min-height: 100px;
        font-size: 11pt;
    }
/****** Form Comment ******/
.formComment > strong {
    font-weight: 100;
    font-size: 13pt;
    color: #86b421;
    width: 100%;
    display: inline-block;
}

.formComment > form {
    float: left;
    margin-top: 20px;
    width: 50%;
}

    .formComment > form > div {
        display: block;
        margin-bottom: 5px;
        clear: both;
        position: relative;
    }

        .formComment > form > div > label {
            clear: left;
            float: left;
            width: 25%;
            padding: 5px 1% 0 0;
            box-sizing: border-box;
            font-size: 11pt;
        }

        .formComment > form > div > textarea, .formComment > form > div > input {
            width: 75%;
            margin-bottom: 4px;
        }
/******************** News & NewsIn ********************/
.newsIn {
    margin-top: 68px !important;
}

ul.news > li {
    position: relative;
    width: 100% !important;
    border-top: 1px solid #e6e7e8;
    padding: 10px 0 0;
}

    ul.news > li > a {
        display: inline-block;
        width: 100%;
    }

ul.news p {
    color: #808285 !important;
    float: left;
    width: 100%;
    margin-top: 5px;
}

ul.news div {
    width: 73%;
    float: left;
    text-align: left;
    word-wrap: break-word;
}

    ul.news div > span {
        color: #808285;
        display: block;
        width: 50%;
        float: left;
    }

    ul.news div span > label {
        color: #a7a9ac;
    }

    ul.news div > label {
        bottom: 0;
        position: absolute;
        cursor: pointer;
        font-size: 11pt;
    }

ul.news > li a:hover:hover > div > span:first-child,
ul.news > li a:hover > div > label {
    color: #86b421;
}

ul.news img {
    float: left;
    width: 25%;
}

.fa-external-link {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d2d3d5;
    margin-top: 30px;
    padding: 10px;
    box-sizing: border-box;
}

    .fa-external-link:before {
        content: "\f08e";
        color: #45454c;
        font-family: 'FontAwesome';
        float: right;
        font-size: 13pt;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .fa-external-link:hover:before {
        color: #86b421;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
/******************** Contact ********************/
.contact .column5-3 strong:before {
    color: #fff;
    padding: 5px;
    background: #fff;
    float: left;
    margin: -4px 5px 0 0;
}

.contact .column5-3 strong.address:before {
    content: "";
    background: url(/Themes/corporate2/img/footer-address2.jpg) no-repeat #fff center;
    padding: 14px;
}

.contact .column5-3 strong.phone:before {
    content: "";
    background: url(/Themes/corporate2/img/footer-phone2.jpg) no-repeat #fff center;
    padding: 14px;
}

.contact .column5-3 strong.email:before {
    content: "";
    background: url(/Themes/corporate2/img/footer-mail2.jpg) no-repeat #fff center;
    padding: 14px;
}

.contact .column5-3 p {
    margin-bottom: 10px;
    font-size: 11pt;
}

    .contact .column5-3 p > strong {
        font-weight: 100;
        font-size: 13pt;
        padding-right: 10px;
    }

.contact .formComment > form {
    width: 100%;
}

.map {
    width: 100%;
    padding: 2% 0;
    box-sizing: border-box;
    border-top: 1px solid #e6e7e8;
    display: inline-block;
    margin-top: 20px;
}

    .map img {
        width: 100%;
    }

.video_pro {
    width: 100%;
    clear: both;
    background: rgba(134,180,33,1);
    background: -moz-linear-gradient(-45deg, rgba(134,180,33,1) 0%, rgba(186,219,107,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(134,180,33,1)), color-stop(100%, rgba(186,219,107,1)));
    background: -webkit-linear-gradient(-45deg, rgba(134,180,33,1) 0%, rgba(186,219,107,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(134,180,33,1) 0%, rgba(186,219,107,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(134,180,33,1) 0%, rgba(186,219,107,1) 100%);
    background: linear-gradient(135deg, rgba(134,180,33,1) 0%, rgba(186,219,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b421', endColorstr='#badb6b', GradientType=1 );
}

.parallax_center{
    display:none;
}