@font-face {
    font-family: 'impact';
    src: url("../fonts/Impact.ttf");
}

header {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    header {
        padding-top: 10px;
        padding-bottom: 5px;
    }
}
header a svg {
    width: 100%;
}

    header a svg ~ p {
        color: #3c3c3b;
        font-size: 15px;
    }

@media screen and (max-width: 767px) {
    header a {
        text-align: center;
        display: block;
    }

        header a svg {
            width: 40%;
        }
}

.language-vn .st0, .language-vn .st2, .language-en .st0, .language-en .st2, .language-cn .st0, .language-cn .st2 {
  fill: #96d591;
}

.language-vn .st1, .language-vn .st3, .language-en .st1, .language-en .st3, .language-cn .st1, .language-cn .st3 {
  fill: #ddf1db;
}

.language-vn .below, .language-en .below, .language-cn .below {
  opacity: 0;
}

.language a.active .language-vn .st2, .language a.active .language-cn .st2, .language a:hover .language-vn .st2, .language a:hover .language-cn .st2 {
  fill: red;
}

.language a.active .language-vn .st3, .language a.active .language-cn .st3, .language a:hover .language-vn .st3, .language a:hover .language-cn .st3 {
  fill: yellow;
}

.language a.active .language-vn .below, .language a.active .language-cn .below, .language a:hover .language-vn .below, .language a:hover .language-cn .below {
  opacity: 1;
}

.language a.active .language-en .st2, .language a:hover .language-en .st2 {
  fill: red;
}

.language a.active .language-en .st3, .language a:hover .language-en .st3 {
  fill: #2d2f76;
}

.language a.active .language-en .below, .language a:hover .language-en .below {
  opacity: 1;
}

header a svg {
  width: 100%;
}

header a svg ~ p {
  color: #3c3c3b;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  header a {
    text-align: center;
    display: block;
  }
  header a svg {
    width: 40%;
  }
}

header.header-vn a svg ~ h4, header.header-en a svg ~ h4 {
  padding-top: 5px;
  text-transform: uppercase;
  color: #3c3c3b;
}

header.header-vn a svg ~ p, header.header-en a svg ~ p {
  letter-spacing: 0.4px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header.header-vn a svg ~ p, header.header-en a svg ~ p {
    font-size: 12px;
    letter-spacing: 0.2px;
  }
}

@media screen and (max-width: 767px) {
  header.header-vn a svg ~ p, header.header-en a svg ~ p {
    letter-spacing: 0px;
    font-size: 12px;
    margin: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  header.header-vn a svg ~ p, header.header-en a svg ~ p {
    font-size: 12px;
  }
}

@media screen and (max-width: 340px) {
  header.header-vn a svg ~ p, header.header-en a svg ~ p {
    font-size: 12px;
  }
}

header.header-en a svg ~ p {
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header.header-en a svg ~ p {
    letter-spacing: -0.3px;
  }
}

.companyInfo h1 {
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  margin-bottom: 5px;
  font-weight: 700;
  color: #3c3c3b;
}

.icon-holder-L, .icon-holder-M, .icon-holder-S {
  display: inline-block;
  position: relative;
  text-align: center;
}

.icon-holder-L::after, .icon-holder-M::after, .icon-holder-S::after {
  border: 1px solid #96d591;
  content: '';
  position: absolute;
  display: inline-block;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
  z-index: 2;
}

.icon-holder-L::before, .icon-holder-M::before, .icon-holder-S::before {
  content: '';
  display: inline-block;
  z-index: 1;
  position: absolute;
  background-color: #50B848;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-holder-L i, .icon-holder-M i, .icon-holder-S i {
  z-index: 3;
  position: relative;
}

.icon-container {
  position: absolute;
}

.icon-holder-L {
  width: 30px;
  height: 30px;
}

.icon-holder-L::after {
  width: 35px;
  height: 35px;
}

.icon-holder-L::before {
  width: 25px;
  height: 25px;
}

.icon-holder-M {
  width: 20px;
  height: 20px;
}

.icon-holder-M::after {
  width: 25px;
  height: 25px;
  left: -3px;
  top: -2px;
}

.icon-holder-M::before {
  width: 15px;
  height: 15px;
  left: -9px;
  top: 3px;
}

.icon-holder-S {
  width: 20px;
  height: 20px;
}

.icon-holder-S::after {
  width: 20px;
  height: 20px;
  left: 0px;
  top: -0px;
}

@media screen and (max-width: 767px) {
  .icon-holder-S::after {
    width: 18px;
    height: 18px;
    left: 1px;
  }
}

.icon-holder-S::before {
  width: 12px;
  height: 12px;
  left: -4px;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .icon-holder-S::before {
    width: 11px;
    height: 11px;
    top: 4px;
    left: -3px;
  }
}

.icon-holder-S i {
  font-size: 12px;
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  .icon-holder-S i {
    font-size: 11px;
  }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
  .companyInfo h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .companyInfo h1 {
    font-size: 24px;
    letter-spacing: 0.2px;
  }
}

.companyInfo li {
  position: relative;
  padding-left: 30px;
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .companyInfo li {
    font-size: 12px;
    margin-right: 10px;
  }
}

.companyInfo li .icon-container {
  left: 0;
}
.shortcode {
  position: fixed;
  z-index: 9999;
  width: 15px;
  top: 30%;
  left: 0;
}

.shortcode::after {
  content: 'Shortcode';
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 8px;
  font-weight: bold;
  -ms-transition: 0.7s ease all;
  -moz-transition: 0.7s ease all;
  -o-transition: 0.7s ease all;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  width: 1px;
  height: 1px;
  font-size: 12px;
  opacity: 0;
  overflow: hidden;
  color: #b9e3b6;
}

.shortcode:hover::after {
  width: auto;
  height: auto;
  opacity: 1;
  color: #50B848;
}

.st0, .st1, .st2, .st3, .st4, .st5, .below {
  -ms-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

svg.logoGreen .st0 {
  fill: #50B848;
}
svg.logoWhite .st0 {
  fill: white;
}
.header-vn {
    background: url('../img/header-bg.jpg');
    background-size: cover;
}

header.header-vn a svg ~ h4, header.header-en a svg ~ h4 {
    padding-top: 5px;
    text-transform: uppercase;
    color: #3c3c3b;
}

header.header-vn a svg ~ p, header.header-en a svg ~ p {
    letter-spacing: 0.4px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header.header-vn a svg ~ p, header.header-en a svg ~ p {
        font-size: 12px;
        letter-spacing: 0.2px;
    }
}

@media screen and (max-width: 767px) {
    header.header-vn a svg ~ p, header.header-en a svg ~ p {
        letter-spacing: 0px;
        font-size: 12px;
        margin: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header.header-vn a svg ~ p, header.header-en a svg ~ p {
        font-size: 12px;
    }
}

@media screen and (max-width: 340px) {
    header.header-vn a svg ~ p, header.header-en a svg ~ p {
        font-size: 12px;
    }
}

header.header-en a svg ~ p {
    letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header.header-en a svg ~ p {
        letter-spacing: -0.3px;
    }
}


.companyInfo h1 {
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    margin-bottom: 5px;
    font-weight: 700;
    color: #3c3c3b;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .companyInfo h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .companyInfo h1 {
        font-size: 24px;
        letter-spacing: 0.2px;
    }
}

.companyInfo li {
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .companyInfo li {
        font-size: 12px;
        margin-right: 10px;
    }
}

.companyInfo li .icon-container {
    left: 0;
}

.title-center, .title-left, .title-sidebar {
    text-transform: uppercase;
}

.title-center {
    text-align: center;
    padding-top: 15px;
}

.title-left {
    text-align: left;
    padding-top: 15px;
}

.title-sidebar {
    text-align: left;
    padding-top: 15px;
}



.tp-btn {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding: 7px 15px;
}

    .tp-btn i {
        margin-left: 10px;
    }

    .tp-btn:hover {
        z-index: 1000;
        -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    }

    .tp-btn.b-color {
        background: #337ab7;
        color: #dcf1da;
    }

        .tp-btn.b-color i {
            color: #dcf1da;
        }

        .tp-btn.b-color:hover, .tp-btn.b-color:active, .tp-btn.b-color:visited {
            color: white;
            border-color: transparent;
        }

            .tp-btn.b-color:hover i, .tp-btn.b-color:active i, .tp-btn.b-color:visited i {
                color: white;
            }

        .tp-btn.b-color .ink {
            background: rgba(255, 255, 255, 0.3);
        }

    .tp-btn.b-white {
        background: white;
        color: #73c66d;
    }

        .tp-btn.b-white:hover, .tp-btn.b-white:active, .tp-btn.b-white:visited {
            color: #337ab7;
            border-color: transparent;
        }

        .tp-btn.b-white .ink {
            background: rgba(80, 184, 72, 0.3);
        }

    .tp-btn input[name="image"] {
        display: none;
    }

button.tp-btn {
    outline: none;
    border: 1px solid;
}
.tp-input {
    height: 30px;
    line-height: 30px;
    padding: 10px;
    border: 0;
}

.tp-input-mat, .tp-textarea-mat {
    position: relative;
    margin-bottom: 25px;
}

    .tp-input-mat i, .tp-textarea-mat i {
        position: absolute;
        width: 20px;
        text-align: center;
        right: 0px;
        bottom: 5px;
        color: #c5c5c4;
        -ms-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    .tp-input-mat label, .tp-textarea-mat label {
        color: #9e9e9d;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 7px;
        -ms-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        font-weight: normal;
    }

    .tp-input-mat input, .tp-input-mat textarea, .tp-textarea-mat input, .tp-textarea-mat textarea {
        display: block;
        border: none;
        border-bottom: 1px solid #d8d8d8;
        width: 100%;
        background: transparent;
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
        font-weight: normal;
    }

        .tp-input-mat input:focus ~ label, .tp-input-mat input:valid ~ label, .tp-input-mat textarea:focus ~ label, .tp-input-mat textarea:valid ~ label, .tp-textarea-mat input:focus ~ label, .tp-textarea-mat input:valid ~ label, .tp-textarea-mat textarea:focus ~ label, .tp-textarea-mat textarea:valid ~ label {
            top: -15px;
            font-size: 11px;
            color: #337ab7;
            font-weight: bold;
        }

        .tp-input-mat input:focus ~ i, .tp-input-mat input:valid ~ i, .tp-input-mat textarea:focus ~ i, .tp-input-mat textarea:valid ~ i, .tp-textarea-mat input:focus ~ i, .tp-textarea-mat input:valid ~ i, .tp-textarea-mat textarea:focus ~ i, .tp-textarea-mat textarea:valid ~ i {
            color: #337ab7;
        }

        .tp-input-mat input:focus ~ .bar::before, .tp-input-mat input:focus ~ .bar::after, .tp-input-mat textarea:focus ~ .bar::before, .tp-input-mat textarea:focus ~ .bar::after, .tp-textarea-mat input:focus ~ .bar::before, .tp-textarea-mat input:focus ~ .bar::after, .tp-textarea-mat textarea:focus ~ .bar::before, .tp-textarea-mat textarea:focus ~ .bar::after {
            width: 50%;
        }

        .tp-input-mat input:focus ~ .highlight, .tp-input-mat textarea:focus ~ .highlight, .tp-textarea-mat input:focus ~ .highlight, .tp-textarea-mat textarea:focus ~ .highlight {
            -webkit-animation: inputHighlighter 0.3s ease;
            -moz-animation: inputHighlighter 0.3s ease;
            animation: inputHighlighter 0.3s ease;
        }

    .tp-input-mat textarea, .tp-textarea-mat textarea {
        height: auto;
        outline: none;
    }

    .tp-input-mat .bar, .tp-textarea-mat .bar {
        position: relative;
        display: block;
        width: 100%;
    }

        .tp-input-mat .bar::before, .tp-input-mat .bar::after, .tp-textarea-mat .bar::before, .tp-textarea-mat .bar::after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 0;
            position: absolute;
            background: #337ab7;
            -ms-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            transition: 0.3s ease all;
        }

        .tp-input-mat .bar::before, .tp-textarea-mat .bar::before {
            left: 50%;
        }

        .tp-input-mat .bar::after, .tp-textarea-mat .bar::after {
            right: 50%;
        }

    .tp-input-mat .highlight, .tp-textarea-mat .highlight {
        position: absolute;
        height: 60%;
        width: 30%;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }

.my-cart-icon-affix {
    position: fixed !important;
    z-index: 99999;
    right: 10px;
    top: 10px;
    width: 50px;
    border: solid 2px #ccc;
    border-radius: 25px;
    height: 50px;
    font-size: 40px;
}

.navbar-header .visible-xs .my-cart-icon-affix {
    right: unset;
}
    .my-cart-icon-affix .my-cart-badge {
        display: block;
    }
.navbar-header .visible-xs .my-cart-icon-affix i {
    font-size: 40px;
}
/* New CSS Step*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.cover {
    position: relative;
    border: 1px solid #ececeb;
}

    .cover::before {
        border-left: 14px solid #b9e3b6;
        border-top: 14px solid transparent;
        border-bottom: 10px solid transparent;
        bottom: 10px;
    }

    .cover::before, .cover::after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        z-index: 2;
    }



img {
    width: 100%;
    height: auto;
}

.cover .cover-title {
    width: 100%;
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 30px;
    text-transform: uppercase;
    color: white;
}

.cover svg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/* End NEW CSS*/
body {
    font-family: 'Roboto';
    font-size: 13px;
}

a {
    text-decoration: none;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

    a:hover, a:focus {
        text-decoration: none;
    }

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    padding: 0;
    margin: 0;
}



.sidebar.wrapper-sub {
    padding: 20px 10px;
}

.sidebar ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sidebar ul li {
    background-color: #f9f9f9;
    margin-bottom: 5px;
    line-height: 30px;
}

.sidebar ul li i {
    margin-right: 15px;
    text-align: center;
    width: 30px;
    color: #337ab7;
}

.sidebar ul li a span {
    color: #3c3c3b;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.sidebar ul li a:hover span {
    color: #337ab7;
}

.sidebar .alert {
    font-family: "Lobster", cursive;
}

    .sidebar .alert i {
        margin-right: 10px;
        font-size: 18px;
    }



/*span {
  display: inline-block;
}*/
/*.navbar span{
    display: block !important;
}*/

.sn-btn {
    text-align: center;
    color: #b5deb5;
    padding: 15px 25px;
    background: #4eae4c;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    cursor: pointer;
    border: none;
    display: inline-block;
}

.sn-btn i {
    color: #b5deb5;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-left: 10px;
}

.sn-btn:hover {
    color: white;
}

.sn-btn:hover i {
    color: white;
}

.sn-modal .modal-content {
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: hidden;
    padding-bottom: 30px;
}

.sn-modal .modal-content .modal-header {
    border-bottom: 2px solid #4eae4c;
}

.sn-modal .modal-content .modal-header button {
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.sn-modal .modal-content .modal-header button i {
    font-size: 17px;
    color: #b1b1b1;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.sn-modal .modal-content .modal-header button:hover {
    border: 1px solid #4eae4c;
}

.sn-modal .modal-content .modal-header button:hover i {
    color: #4eae4c;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sn-mdal .sn-btn, #contact .sn-btn {
    min-width: 150px;
    float: right;
}

.content-wrapper {
    background: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 30px;
}

.content-wrapper .container {
    padding-top: 15px;
    padding-bottom: 40px;
    background: white;
    border: 1px solid #e7e7e7;
    position: relative;
}

.content-wrapper .container::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b5deb5;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.content-wrapper .container::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4eae4c;
    position: absolute;
    bottom: 0;
    right: 36px;
}

.img-fluid {
    margin-top: 2px;
    margin-bottom: 10px;
}


.wrapper-img {
    position: relative;
    border: 1px solid #ececeb;
}

.wrapper-img::before {
    background-color: rgba(0, 255, 0, 0.3);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -ms-transition: 0.7s ease all;
    -moz-transition: 0.7s ease all;
    -o-transition: 0.7s ease all;
    -webkit-transition: 0.7s ease all;
    transition: 0.7s ease all;
}

.wrapper-img::after {
    content: '';
    background-image: url(../svg/optimized/img-hover.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -ms-transition: 0.7s ease all;
    -moz-transition: 0.7s ease all;
    -o-transition: 0.7s ease all;
    -webkit-transition: 0.7s ease all;
    transition: 0.7s ease all;
    z-index: 2;
}

.wrapper-img ~ h4 {
    color: #3c3c3b;
    padding-top: 15px;
    padding-bottom: 0px;
    -ms-transition: 0.7s ease all;
    -moz-transition: 0.7s ease all;
    -o-transition: 0.7s ease all;
    -webkit-transition: 0.7s ease all;
    transition: 0.7s ease all;
}

.wrapper-img ~ p {
    color: #3c3c3b;
    padding-top: 5px;
    padding-bottom: 10px;
}

.productPanel {
    padding-top: 20px;
}

a:hover .wrapper-img {
    border: 1px solid #b5deb5;
}

    a:hover .wrapper-img::before, a:hover .wrapper-img::after {
        opacity: 0.8;
    }

#cover {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: url(../img/slide1.jpg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 767px) {
    #cover {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#cover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/pattern-01.png);
    background-color: #1e441d;
    opacity: 0.6;
    z-index: 1;
}

#cover .container {
    position: relative;
    z-index: 2;
}

#cover h4 {
    color: white;
}

#cover a, #cover i {
    color: #b5deb5;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

#cover ul {
    float: right;
}

@media screen and (max-width: 767px) {
    #cover ul {
        float: left;
    }
}

#cover li {
    float: left;
    margin-left: 15px;
}

#cover li a:hover {
    color: white;
}

    #cover li a:hover i {
        color: white;
    }

#cover li:last-of-type a {
    color: white;
}

.topheader {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.topheader-info li {
    float: left;
    margin-right: 25px;
}

.topheader-info a {
    color: #3c3c3b;
}

    .topheader-info a:hover {
        color: #4eae4c;
    }

.topheader-info i {
    margin-right: 10px;
}
.topheader-language {
	margin-top: 10px;
    margin-right: 15px;
}
.topheader-language li {
    float: left;
    margin-left: 25px;
}

.topheader-language a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 5;
}

.topheader-language a::before {
    content: '';
    height: 15px;
    width: 15px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7.5px;
    left: 3px;
    background: #4eae4c;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.topheader-language a::after {
    content: '';
    height: 28px;
    width: 28px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
    right: 3px;
    border: 1px solid #4eae4c;
    background: white;
    opacity: 0;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.topheader-language a img {
    position: relative;
    z-index: 2;
}

.topheader-language a:hover::before, .topheader-language a.active::before {
    left: -6px;
}

.topheader-language a:hover::after, .topheader-language a.active::after {
    opacity: 1;
    right: 1px;
}

.navbar-brand {
    padding: 0px 0px;
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        padding-left: 15px;
    }
}

.navbar-brand img {
    height: 60px;
    width: auto;
}

.navbar-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar-default .navbar-nav li a {
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    line-height: 30px;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav li a:hover {
        color: #000;
    }

.navbar-default .navbar-nav > .active > a {
    color: #000;
    background: none;
}

    .navbar-default .navbar-nav > .active > a:hover {
        color: #000;
        background: none;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #000;
}

.navbar-nav {
    float: right;
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        float: none;
        padding-left: 15px;
    }
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

nav {
    z-index: 1000;
}

.is-sticky nav {
    border-bottom: 2px solid #4eae4c;
}

.navbar-header .visible-xs li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

    .navbar-header .visible-xs li a {
        position: relative;
        display: inline-block;
        line-height: 40px;
        padding-top: 5px;
    }

        .navbar-header .visible-xs li a i {
            color: #3c3c3b;
            font-size: 18px;
            line-height: 40px;
        }

#one_item .item {
    position: relative;
    max-height: 550px;
    overflow: hidden;
}

    #one_item .item img {
        position: absolute;
        top: 0;
        left: auto;
        right: auto;
        z-index: 1;
    }

@media screen and (max-width: 767px) {
    #one_item .item img {
        position: relative;
    }
}

#one_item .item .container {
    z-index: 2;
    position: relative;
    height: 100%;
}

    #one_item .item .container .caption {
        position: absolute;
        width: 60%;
        bottom: 50px;
        padding: 15px 30px 25px 25px;
        background: rgba(78, 174, 76, 0.9);
    }

        #one_item .item .container .caption h1 {
            text-transform: uppercase;
            color: white;
            font-weight: 900;
            margin-bottom: 15px;
        }

        #one_item .item .container .caption p {
            color: white;
        }

@media screen and (max-width: 767px) {
    #one_item .item .container .caption {
        position: relative;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
}

#one_item .item .container .caption::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b5deb5;
    position: absolute;
    bottom: 0;
    right: 30px;
}

#one_item .item .container .caption::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b5deb5;
    position: absolute;
    bottom: 0;
    right: 36px;
}
#mainSlider .owl-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-right: 10px;
}
#mainSlider .owl-controls .owl-buttons div:hover {
    background-color:  #50B848;
    color: white;
}
#mainSlider .owl-controls .owl-pagination {
    padding-top: 7px;
}

#mainSlider .owl-controls .owl-pagination, #mainSlider .owl-controls .owl-buttons {
    float: right;
}
#mainSlider .owl-controls .owl-buttons {
    margin-right: 10px;
}
    #mainSlider .owl-controls .owl-buttons div {
        width: 40px;
        height: 40px;
        padding: 15px;
        border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        background-color: rgba(80, 184, 72, 0.9) /* rgba(185, 18, 18, .9)*/;
        color: #ddf1db;
        opacity: 1;
        line-height: 38px;
        margin: 0;
        -ms-transition: 0.7s ease all;
        -moz-transition: 0.7s ease all;
        -o-transition: 0.7s ease all;
        -webkit-transition: 0.7s ease all;
        transition: 0.7s ease all;
    }
#mainSlider .owl-controls .owl-page span {
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    background: #96d591;
    position: relative;
    opacity: 1;
    width: 14px;
    height: 14px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #mainSlider .owl-controls {
    position: relative;
    margin-top: 0;
    background: white;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .navbar-toggle {
    float: left;
  }
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #409439;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
#mainSlider .wrapper-abs {
    left: 0px;
    bottom: 40px;
}
.divider-center {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.divider-center::before {
  content: '';
  display: inline-block;
  width: 30%;
  height: 1px;
  background: #b9e3b6;
  top: 50%;
  right: calc(50% + 20px);
  position: absolute;
}

.divider-center::after {
  content: '';
  display: inline-block;
  width: 30%;
  height: 1px;
  background: #b9e3b6;
  top: 50%;
  left: calc(50% + 20px);
  position: absolute;
}

.divider-center span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #b9e3b6;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  z-index: 2;
}

.divider-center span::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #50B848;
  z-index: 1;
  position: absolute;
  top: 50%;
}

.divider-left {
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  -ms-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.divider-left::after, .divider-left::before {
  content: '';
  display: inline-block;
  height: 1px;
  left: 30px;
  bottom: 15px;
  position: absolute;
}

.divider-left::after {
  width: 10%;
  background: #b9e3b6;
}

.divider-left::before {
  width: calc(100% - 30px);
  background: #ececeb;
}

.divider-left span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #b9e3b6;
  position: relative;
  margin-left: 16px;
}

.divider-left span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #50B848;
  bottom: -8px;
  left: -22px;
}

.divider-left span::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  bottom: -8px;
  left: -13px;
}

#feature {
    padding-top: 20px;
    padding-bottom: 30px;
    background-image: url(../svg/optimized/bg-popup-2.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: -50% 190px;
}
.wrapper-abs {
    position: absolute;
}
#mainSlider .mainCaption {
    position: relative;
    background-color: rgba(80, 184, 72, 0.9) ; /* rgba(185, 18, 18, .9);*/
    min-width: 400px;
    max-width: 700px;
    padding: 20px 20px 30px 15px;
}
@media screen and (max-width: 767px) {
  #mainSlider .mainCaption {
    min-width: auto;
    max-width: auto;
    width: 100%;
    padding: 10px 10px 20px;
    min-height: 135px;
  }
  #mainSlider .wrapper-abs {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
#mainSlider a h1 {
    margin-bottom: 5px;
    font-family: "Roboto Slab", serif;
}

#mainSlider a h1, #mainSlider a p {
    color: #FFF;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
    #mainSlider .mainCaption::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #b9e3b6;
        right: 36px;
    }

    #mainSlider .mainCaption::before, #mainSlider .mainCaption::after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
    }
#mainSlider .owl-controls .owl-page span::after {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid transparent;
    position: absolute;
    left: -2px;
    top: -2px;
    -ms-transition: 0.7s ease all;
    -moz-transition: 0.7s ease all;
    -o-transition: 0.7s ease all;
    -webkit-transition: 0.7s ease all;
    transition: 0.7s ease all;
}
    #mainSlider .owl-controls .owl-page:hover span::after, #mainSlider .owl-controls .owl-page.active span::after {
        border: 1px solid #50B848;
    }

    #mainSlider .owl-controls .owl-page.active span {
        background: rgba(185, 18, 18, .9);
    }

.owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
    background: #4eae4c;
}

.icon_list {
    position: relative;
}

    .icon_list svg {
        width: 30px;
        position: relative;
        z-index: 3;
    }

    .icon_list::before {
        content: '';
        position: absolute;
        background: white;
        display: inline-block;
        width: 50px;
        height: 50px;
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 2px solid #4eae4c;
        top: -9px;
        left: -10px;
        z-index: 2;
        -ms-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    .icon_list::after {
        content: '';
        position: absolute;
        display: inline-block;
        background: #4eae4c;
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 30px;
        height: 30px;
        top: 1px;
        left: 0;
        z-index: 1;
        -ms-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    .icon_list:hover::before {
        background: #4eae4c;
        border: 2px solid #b5deb5;
    }

    .icon_list:hover::after {
        left: -25px;
    }

    .icon_list:hover .features_svg {
        fill: white;
    }
.wrapper-icon {
  position: relative;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.wrapper-icon::before, .wrapper-icon::after {
  content: '';
  position: absolute;
  display: inline-block;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transition: 0.7s ease all;
  -moz-transition: 0.7s ease all;
  -o-transition: 0.7s ease all;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.wrapper-icon::before {
  width: 25px;
  height: 25px;
  background-color: #409439;
  z-index: 1;
  left: 6px;
  top: 38px;
}

.wrapper-icon::after {
  width: 50px;
  height: 50px;
  background-color: white;
  border: 2px solid #50B848;
  z-index: 2;
  left: -7px;
  top: 10px;
}

.wrapper-icon svg {
  position: relative;
  z-index: 3;
}
.feature .row {
  margin-top: 20px;
}

.feature .row .col-xs-3 {
  text-align: center;
}

.feature .row .col-xs-3 .wrapper-icon {
  width: 35px;
}

.feature .row .col-xs-3 .wrapper-icon .st0 {
  fill: #50B848;
}

.feature .row .col-xs-3 .wrapper-icon .st1 {
  fill: #409439;
}

.feature .row h4 {
  /*font-family: "Roboto Slab", serif;*/
  color: #3c3c3b;
  text-transform: uppercase;
  margin-bottom: 10px;
  -ms-transition: 0.7s ease all;
  -moz-transition: 0.7s ease all;
  -o-transition: 0.7s ease all;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.feature .row p {
  color: #3c3c3b;
}

.feature:hover h4 {
  color: #50B848;
}

.feature:hover .row .col-xs-3 .wrapper-icon::before {
  top: 46px;
}

.feature:hover .row .col-xs-3 .wrapper-icon::after {
  background-color: #50B848;
}

.feature:hover .row .col-xs-3 .wrapper-icon .st0, .feature:hover .row .col-xs-3 .wrapper-icon .st1 {
  fill: white;
}
.features_svg {
    fill: #4eae4c;
    fill-rule: evenodd;
    clip-rule: evenodd;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

#sn-features {
    padding-top: 30px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #sn-features {
        padding-top: 15px;
    }
}

#sn-features .row {
    margin-bottom: 30px;
}

.title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.center-divider {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .center-divider::before {
        content: '';
        display: inline-block;
        width: 30%;
        height: 1px;
        background: #b5deb5;
        top: 50%;
        right: calc(50% + 20px);
        position: absolute;
    }

    .center-divider::after {
        content: '';
        display: inline-block;
        width: 30%;
        height: 1px;
        background: #b5deb5;
        top: 50%;
        left: calc(50% + 20px);
        position: absolute;
    }

    .center-divider span {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #b5deb5;
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        z-index: 2;
    }

.media-carousel img {
    width: 250px;
    height: 100px;
}

.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}

.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}

.text-orange {
    color: #ff7d20;
    font-weight: 900;
    font-size: 18px;
}

.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
}

.pre-cost {
    text-decoration: line-through;
    color: #a5a5a5;
}

.center-divider span::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #4eae4c;
    z-index: 1;
    position: absolute;
    top: 50%;
}

.left-divider {
    display: block;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-left: -30px;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

    .left-divider::after {
        content: '';
        display: inline-block;
        width: 10%;
        height: 1px;
        background: #b5deb5;
        bottom: 20px;
        left: 30px;
        bottom: 25px;
        position: absolute;
    }

    .left-divider span {
        display: inline-block;
        width: 0;
        top: -5px;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #b5deb5;
        position: relative;
        margin-left: 16px;
    }

        .left-divider span::after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #4eae4c;
            bottom: -8px;
            left: -22px;
        }

        .left-divider span::before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid white;
            bottom: -8px;
            left: -13px;
        }

#choseus {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #f7f7f7;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-image: url(../img/choosingus.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
}

@media screen and (max-width: 767px) {
    #choseus h1 {
        color: white;
        font-size: 26px;
    }

    #choseus p {
        color: white;
    }
}

#choseus .col-md-8 {
    margin-bottom: 30px;
}

#choseus .reasons {
    background: rgba(78, 174, 76, 0.9);
    padding: 15px;
    padding-left: 30px;
    padding-bottom: 40px;
    position: relative;
}

    #choseus .reasons li {
        padding-top: 15px;
        padding-bottom: 15px;
        color: white;
        position: relative;
    }

        #choseus .reasons li i {
            margin-right: 15px;
            color: white;
        }

        #choseus .reasons li::before {
            content: '';
            width: calc(100% - 30px);
            height: 1px;
            background: #b5deb5;
            display: inline-block;
            position: absolute;
            left: 30px;
            bottom: 0;
        }

        #choseus .reasons li:last-of-type::before {
            background: none;
        }

    #choseus .reasons::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #b5deb5;
        position: absolute;
        bottom: 0;
        right: 30px;
    }

    #choseus .reasons::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #b5deb5;
        position: absolute;
        bottom: 0;
        right: 36px;
    }

#ourtarget {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url(../img/ourtarget.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (min-width: 992px) {
    #ourtarget {
        background-size: 130% auto;
    }
}

@media screen and (max-width: 767px) {
    #ourtarget {
        background-size: auto 100%;
        background-position: center top;
    }
}

#ourtarget::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/pattern-01.png);
    background-color: #3e8b3c;
    opacity: 0.6;
    z-index: 1;
}

#ourtarget .container {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    #ourtarget {
        padding-top: 15px;
    }
}

#ourtarget .center-divider::after, #ourtarget .center-divider::before {
    background: white;
}

#ourtarget .center-divider span {
    background: white;
}

#ourtarget .left-divider {
    margin-left: 0;
}

    #ourtarget .left-divider::after {
        background: white;
        width: 20%;
    }

    #ourtarget .left-divider span {
        border-bottom: 8px solid white;
    }

        #ourtarget .left-divider span::after {
            border-bottom: 10px solid white;
        }

        #ourtarget .left-divider span::before {
            border-bottom: 10px solid #4eae4c;
        }

#ourtarget .title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    #ourtarget .title h1 {
        color: white;
    }

#ourtarget .col-md-3 h4 {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

#ourtarget .col-md-3 p {
    color: white;
}

#ourtarget .ourtarget-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border: 2px solid #4eae4c;
}

@media screen and (min-width: 992px) {
    #ourtarget .ourtarget-img {
        height: 125px;
    }
}

#ourtarget .ourtarget-img {
    position: relative;
}

    #ourtarget .ourtarget-img::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #4eae4c;
        opacity: 0;
        -ms-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    #ourtarget .ourtarget-img::after {
        content: '';
        background-image: url(../svg/materials.svg);
        background-size: 40%;
        background-position: center center;
        background-repeat: no-repeat;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 5px;
        opacity: 0;
        border: 1px solid white;
        -ms-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

#ourtarget a:hover .ourtarget-img::before, #ourtarget a:hover .ourtarget-img::after {
    opacity: 0.8;
}

#ourproduct {
    padding-top: 60px;
    padding-bottom: 0px;
}

#multi_item .item {
    margin: 10px;
}

    #multi_item .item .ourproduct-img {
        border: 1px solid #b5deb5;
        margin-top: 20px;
        position: relative;
    }

        #multi_item .item .ourproduct-img::before {
            content: '';
            display: inline-block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #4eae4c;
            opacity: 0;
            -ms-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            transition: 0.3s ease all;
        }

        #multi_item .item .ourproduct-img::after {
            content: '';
            background-image: url(../svg/materials.svg);
            background-size: 40%;
            background-position: center center;
            background-repeat: no-repeat;
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            display: inline-block;
            position: absolute;
            top: 5px;
            left: 5px;
            opacity: 0;
            border: 1px solid white;
            -ms-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            transition: 0.3s ease all;
        }

    #multi_item .item a:hover .ourproduct-img::before, #multi_item .item a:hover .ourproduct-img::after {
        opacity: 0.8;
    }

    #multi_item .item a:hover h4 {
        color: #4eae4c;
    }

    #multi_item .item h4 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        -ms-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        color: #3c3c3b;
    }

    #multi_item .item p {
        text-align: left;
    }





#ourservice {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #f7f7f7;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

    #ourservice a h4, #ourservice a em, #service a h4, #service a em {
        color: #3c3c3b;
    }

    #ourservice a:hover .ourservice-img::before, #ourservice a:hover .ourservice-img::after, #service a:hover .ourservice-img::before, #service a:hover .ourservice-img::after {
        opacity: 0.8;
    }

    #ourservice a:hover h4, #service a:hover h4 {
        color: #4eae4c;
    }

    #ourservice a:hover + .left-divider, #service a:hover + .left-divider {
        margin-left: 0;
    }

    #ourservice .ourservice-img, #service .ourservice-img {
        border: 1px solid #b5deb5;
        position: relative;
    }

#ourservice .ourservice-img::before, #service .ourservice-img::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #4eae4c;
    opacity: 0;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

#ourservice .ourservice-img::after, #service .ourservice-img::after {
    content: '';
    background-image: url(../svg/materials.svg);
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    border: 1px solid white;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
footer {
  background-color: #50B848;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

footer a svg ~ p, footer a:hover svg ~ p {
  color: white;
}

footer a svg ~ p {
  letter-spacing: 1px;
}

footer a.visible-xs {
  text-align: center;
}

footer a.visible-xs svg {
  width: 50%;
}

footer h3 {
  text-transform: uppercase;
  color: white;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  footer h3 {
    font-size: 20px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    letter-spacing: 0;
  }
}

footer .icon-holder-S::after {
  background-color: #50B848;
}

footer .icon-holder-S::before {
  background-color: #ddf1db;
}

footer .icon-holder-S i {
  color: white;
}

footer .companyInfo {
  color: #ddf1db;
}

footer .col-md-4 {
  margin-bottom: 20px;
}

footer.footer-en a svg ~ p {
  letter-spacing: 0.6px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer.footer-en a svg ~ p {
    letter-spacing: -0.7px;
  }
}

footer.footer-en h3 {
  letter-spacing: -1px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer.footer-en h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.copyRight {
    background-color: #409439;
    color: #ddf1db;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.footerContact {
    background-color: rgba(64, 148, 57, 0.5);
    padding: 10px 10px 20px;
    margin-bottom: 10px;
}

    .footerContact h4 {
        color: white;
        margin-bottom: 10px;
    }

    .footerContact p {
        color: #b9e3b6;
        margin: 0;
    }


.copyRight {
    background-color: #409439;
    color: #ddf1db;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.footerContact {
    background-color: rgba(64, 148, 57, 0.5);
    padding: 10px 10px 20px;
    margin-bottom: 10px;
}

    .footerContact h4 {
        color: white;
        margin-bottom: 10px;
    }

    .footerContact p {
        color: #b9e3b6;
        margin: 0;
    }

/*
#footer {
background: #b91212;
padding-top: 40px;
padding-bottom: 80px;
}

#footer .footer-logo {
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid #b5deb5;
}

#footer .footer-logo h4 {
color: white;
margin-top: 15px;
font-size: 20px;
}

#footer p {
color: white;
}

#footer .footer-social li {
float: left;
margin-right: 30px;
}

#footer .footer-social li a {
position: relative;
display: inline-block;
width: 26px;
height: 26px;
}

#footer .footer-social li a i {
color: #b5deb5;
position: relative;
z-index: 3;
top: 4px;
-ms-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
}

#footer .footer-social li a::after {
content: '';
position: absolute;
width: 26px;
height: 26px;
display: inline-block;
z-index: 2;
-ms-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border: 1px solid #b5deb5;
background: #4eae4c;
top: -2px;
left: -7px;
}

#footer .footer-social li a::before {
content: '';
position: absolute;
width: 16px;
height: 16px;
display: inline-block;
z-index: 1;
-ms-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #b5deb5;
top: 3px;
left: 2px;
}

#footer .footer-social li a:hover i {
color: #4eae4c;
}

#footer .footer-social li a:hover::after {
background: white;
}

#footer .footer-social li a:hover::before {
left: -15px;
}

#footer .col-md-4:nth-of-type(2), #footer .col-md-4:nth-of-type(3) {
margin-top: 79px;
}

#footer .col-md-4:nth-of-type(2) h4, #footer .col-md-4:nth-of-type(3) h4 {
color: white;
}

#footer .col-md-4:nth-of-type(2) .left-divider, #footer .col-md-4:nth-of-type(3) .left-divider {
padding-top: 0;
}

#footer .col-md-4:nth-of-type(2) .col-xs-1, #footer .col-md-4:nth-of-type(3) .col-xs-1 {
padding-right: 0;
}

#footer .col-md-4:nth-of-type(2) li, #footer .col-md-4:nth-of-type(3) li {
margin-bottom: 15px;
}

#footer .col-md-4:nth-of-type(2) li a span, #footer .col-md-4:nth-of-type(3) li a span {
position: relative;
display: inline-block;
text-align: center;
}

#footer .col-md-4:nth-of-type(2) li a span::after, #footer .col-md-4:nth-of-type(3) li a span::after {
content: '';
position: absolute;
width: 26px;
height: 26px;
display: inline-block;
z-index: 2;
-ms-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border: 1px solid #b5deb5;
background: #4eae4c;
top: -2px;
left: -7px;
}

#footer .col-md-4:nth-of-type(2) li a span::before, #footer .col-md-4:nth-of-type(3) li a span::before {
content: '';
position: absolute;
width: 16px;
height: 16px;
display: inline-block;
z-index: 1;
-ms-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #b5deb5;
top: 3px;
left: 2px;
}

#footer .col-md-4:nth-of-type(2) li a span i, #footer .col-md-4:nth-of-type(3) li a span i {
width: 13px;
top: 4px;
color: white;
-ms-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
z-index: 3;
position: relative;
text-align: center;
}

#footer .col-md-4:nth-of-type(2) li a:hover span i, #footer .col-md-4:nth-of-type(3) li a:hover span i {
color: #4eae4c;
}

#footer .col-md-4:nth-of-type(2) li a:hover span::after, #footer .col-md-4:nth-of-type(3) li a:hover span::after {
background: white;
}

#footer .col-md-4:nth-of-type(2) li a:hover span::before, #footer .col-md-4:nth-of-type(3) li a:hover span::before {
left: -15px;
}

#footer .linked .col-xs-4 {
padding-left: 2px;
padding-right: 2px;
padding-bottom: 4px;
}

#footer .linked a {
position: relative;
display: inline-block;
}

#footer .linked a::before {
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #4eae4c;
opacity: 0;
-ms-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
}

#footer .linked a::after {
content: '';
background-image: url(../svg/materials.svg);
background-size: 40%;
background-position: center center;
background-repeat: no-repeat;
width: calc(100% - 10px);
height: calc(100% - 10px);
display: inline-block;
position: absolute;
top: 5px;
left: 5px;
opacity: 0;
border: 1px solid white;
-ms-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
}

#footer .linked a:hover::before, #footer .linked a:hover::after {
opacity: 0.8;
}
 */