@media (min-width:992px) {
    html {
    font-size: 16px;
}
:root {
    --remove-color: rgb(233,  16,  99);
    --main-font-color: rgb(0,  0,  0);
    --main-h3-color: rgb(30,  88,  30);
    --main-line-color: rgb(206,  206,  206);
    --hover-font-color: rgb(223,  108,  0);
    --hover-google-color: rgb(97,  97,  97);
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body {
    font-family: bebasNeuePro, sans-serif;
    color: var(--main-font-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-color: #e3ffe6; */
}

#content-section {
    box-shadow: -1px 3px 11px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: -1px 3px 11px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: -1px 3px 11px 0px rgba(0,0,0,0.35);
}



h2 {
    font-size: 35px;
    font-weight: 700;
    color: #00471b;
}
a {
    transition: .3s color;
}
b {
    font-weight: 700;
}
strong {
    font-weight: 700;
    color: #292929;
}
h3 {
    font-size: 16px;
    font-weight: 700;
}
.mobile-header-section {
    display: none;
}
.mobile-header-padding {
    display: none;
}
.header-section {
    color: #fff;
    background-color: #1f1f1f;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 10000;
}
.logo2 {
    fill: rgb(255, 255, 255);
    transition: .2s all;
}
.main-menu:hover .logo2 {
    fill: rgb(64, 189, 47);
}
li.active .logo2 {
    fill: rgb(64, 189, 47);
}
.header-section .logo-section img {
    width: 70px;
    margin-top: 5px;
}
.header-section .title-section {
    font-family: "Times New Roman";
    font-weight: 700;
    margin-left: -20px;
}
.header-section .language-section ul li {
    display: inline-block;
    vertical-align: middle;
}
.header-section .language-section ul li i {
    font-size: 16px!important;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
    transition: .2s all;
}
.header-section .language-section ul li i:hover {
    font-size: 18px!important;
    padding-right: 5px;
    color: #40bd2f;
}
.header-section .separator {
    border-right: 1px solid #fff;
}
.menu-sections {
    transition: all .3s ease;
}
.menu-section .language-section ul li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -10px;
    margin-top: -10px;
}
.menu-section .language-section ul li i {
    font-size: 16px!important;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
    transition: .2s all;
}
.menu-section .language-section ul li i:hover {
    font-size: 18px!important;
    padding-right: 5px;
    color: #40bd2f;
}
.flying {
    position: fixed;
    top: 80px;
    z-index: 100;
    padding: 20px;
    width: 100%}
.flying .menu-section {
    background-color: rgba(36, 66, 47, .69);
    padding: 2px;
    padding-bottom: 0;
    border-radius: 30px;
    margin-left: 50px;
    margin-right: 50px;
}
.flying ul li.main-menu {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    font-size: 12px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 4px solid transparent;
    transition: .2s all;
}
.menu-section ul li a {
    color: #fff;
}
.menu-section ul li:hover>a {
    color: #5cdb58;
}
.menu-section ul li.active>a {
    color: #5cdb58!important;
}
.menu-section ul li.main-menu:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.sub-menu {
    position: absolute;
    top: 40px;
    width: 150px;
    background-color: #192f21;
    padding: 10px;
    visibility: hidden;
    transition: .3s opacity;
    opacity: 0;
    z-index: 1000;
}
.sub-menu:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #192f21;
    border-width: 10px;
    margin-left: -20px;
}
.sub-menu:hover {
    display: block;
    opacity: 1;
}
.product-menu {
    display: inline-block;
    opacity: 0;
    min-width: 510px;
    height: 120px;
    overflow: hidden;
    visibility: hidden;
}
.menu-section ul li.main-menu:hover .product-menu {
    display: inline-block;
    opacity: 1;
    min-width: 510px;
    height: 120px;
    overflow: hidden;
    visibility: visible;
    left: -50px;
}
.product-menu li {
    position: relative;
    display: inline-block;
    width: 120px;
}
.product-menu .title {
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: rgba(58, 56, 56, .411);
    padding: 10px;
}
.product-menu .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .561);
    transition: .2s all;
}
.product-menu img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%}
.product-menu li:hover .overlay {
    opacity: 1;
}
.menu-section ul li.main-menu:hover .product-menu li {
    display: inline-block;
}
.fix {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%}
.fix .menu-section {
    background-color: rgba(36, 66, 47, .843);
    padding: 10px;
    padding-bottom: 0;
    opacity: 1;
}
.fix ul li.main-menu {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding-top: 12px;
    padding-bottom: 24px;
    border-bottom: 4px solid transparent;
    transition: .2s all;
}
li.active, li.main-menu:hover {
    border-bottom: 4px solid #40bd2f!important;
}
.tb-search {
    position: relative;
    width: 0;
    visibility: hidden;
    transition: .3s all;
    background-color: #407453;
    border: 1px solid #1e581e;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: -5px;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    z-index: 10000;
}
.tb-search::placeholder {
    color: #93aa99;
}
.tb-search:-ms-input-placeholder {
    color: #93aa99;
}
.tb-search::-ms-input-placeholder {
    color: #93aa99;
}
.tb-search:focus {
    outline-width: 0;
}
.btn-search:active~.tb-search {
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
    visibility: visible;
}
.btn-search:focus~.tb-search {
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
    visibility: visible;
}
.tb-search:hover {
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
    visibility: visible;
}
.tb-search:focus {
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
    visibility: visible;
}
.footer-main {
    color: rgb(126, 126, 126);
}
.footer-main-dashboard {
    height: 50%;
    padding-top: 10px;
}
.footer-section {
    padding-top:8px;
    color: rgb(87, 87, 87);
    width: 100%;
    min-height: 120px;
    background-color: #ececec;
    z-index: 100;
    position: relative;
    box-shadow: -1px 3px 11px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: -1px 3px 11px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: -1px 3px 11px 0px rgba(0,0,0,0.35);
}
.footer-address {
    margin-top: 20px;
    margin-left: 50px;
    width: 400px;
    margin-bottom: 30px;
}
.footer-address strong {
    color: #fff;
}
.footer-address ul li {
    font-size: 12px;
}
.footer-address ul li img {
    width: 40px!important;
    padding-bottom: 10px;
}
.footer-address ul li h3 {
    font-family: "Times New Roman";
    font-size: 18px;
}
.newsletter-section {
    margin-top: 40px;
    margin-left: 160px;
}
.newsletter-title {
    font-size: 13px;
    padding-left: 50px;
    color: #a7a7a7;
}
.newsletter-title b {
    color: #fff;
}
.newsletter-form {
    padding-top: 20px;
    padding-left: 50px;
}
.newsletter-form ul li {
    display: inline-block;
}
.newsletter-form .form-icon {
    position: relative;
    background-color: rgba(0, 0, 0, .808);
    width: 30px;
    height: 30px;
    padding-left: 7px;
    padding-top: 2px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.newsletter-form .form-input input {
    position: relative;
    top: 0;
    padding: 8px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .553);
    border: none;
    color: #fff;
    height: 30px;
}
.newsletter-form .form-input input::placeholder {
    color: gray;
}
.newsletter-form .form-input input:focus {
    outline-width: 0;
}
.newsletter-form .form-button button {
    position: relative;
    top: 0;
    background-color: #24412f;
    border: none;
    outline-width: 0;
    height: 30px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    transition: .2s all;
    font-weight: 700;
}
.newsletter-form .form-button button:hover {
    background-color: #33553f;
}
.social-section {
    padding-top: 20px;
    padding-left: 50px;
}
.social-section ul li {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    color: #fff;
}
.social-section ul li a {
    font-size: 15px;
    color: #fff;
}
#jssor_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 100%;
    overflow: hidden;
}
.jssor_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 100%;
    overflow: hidden;
}
.jssor_2 .image {
    background-size: 100% auto;
    background-position: center;
}
.slide-description {
    color: #383838;
    width: 300px;
    margin-top: 300px;
    margin-left: 60px;
    font-size: 40px;
}
.slide-description-2 span {
    color: #fff;
    background-color: #000;
    opacity: .5;
    width: 500px;
    margin-top: 30px;
    margin-left: 60px;
    font-size: 20px;
    padding: 5px;
}
.grid {
    width: 50%;
    height: 50%;
    float: left;
}
.dashboard-sections-2 {
    background: #2b7344;
    background: -moz-linear-gradient(left, #2b7344 0, #294e47 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #2b7344), color-stop(100%, #294e47));
    background: -webkit-linear-gradient(left, #2b7344 0, #294e47 100%);
    background: -o-linear-gradient(left, #2b7344 0, #294e47 100%);
    background: -ms-linear-gradient(left, #2b7344 0, #294e47 100%);
    background: linear-gradient(to right, #2b7344 0, #294e47 100%);
}
.dashboard-section-2 {
    position: relative;
}
.dashboard-section-2 {
    padding: 0!important;
}
.dashboard-section-2:nth-child(1) {
    padding-bottom: .2rem!important;
    padding-right: .2rem!important;
}
.dashboard-section-2:nth-child(2) {
    padding-bottom: .2rem!important;
    padding-left: .2rem!important;
}
.dashboard-section-2:nth-child(3) {
    padding-top: .2rem!important;
    padding-right: .2rem!important;
}
.dashboard-section-2:nth-child(4) {
    padding-top: .2rem!important;
    padding-left: .2rem!important;
}
.dashboards-section-2 {
    margin-left: -0rem;
    margin-right: -0rem;
    margin-top: -0rem;
}
.dashboard-section-2 .category-image {
    position: absolute;
    width: 120%;
    left: -30px;
    top: -50%;
    height: 1000px;
    background-color: #fff;
    transition: .3s all;
    overflow: hidden;
}
.dasboard-section-2 .category-image img {
    width: 100%;
    object-fit: cover;
}
.dashboard-section-2 .category-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .2;
    transition: .2s all;
}
.dashboard-section-2:hover .category-image {
    left: 0;
}
.dashboard-section-2:hover .category-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #137500;
    opacity: .5;
    z-index: 9;
}
.dashboard-section-2 .category-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 40%;
    margin: auto;
    text-align: center;
    z-index: 10;
    font-size: 25px;
    color: #fff;
}
.dashboard-section-2 .category-line {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25%;
    height: 10%;
    margin: auto;
    text-align: center;
    z-index: 10;
    font-size: 25px;
    border-top: solid #fff 3px;
    color: #fff;
    opacity: 0;
    transition: .3s all;
}
.dashboard-section-2 .category-more {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20%;
    height: 12%;
    margin: auto;
    margin-bottom: 60px;
    text-align: center;
    z-index: 10;
    padding-top: 4px;
    font-size: 15px;
    border: solid #fff 2px;
    color: #fff;
    opacity: 0;
    transition: .3s all;
    transition-delay: 0.2s;
}
.dashboard-section-2:hover .category-line {
    opacity: 1;
    top: 0;
}
.dashboard-section-2:hover .category-more {
    opacity: 1;
    margin-bottom: 100px;
}
.dashboard-section-3 .news-bar {
    height: 120px;
    background: #2b7344;
    background: -moz-linear-gradient(left, #2b7344 0, #294e47 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #2b7344), color-stop(100%, #294e47));
    background: -webkit-linear-gradient(left, #2b7344 0, #294e47 100%);
    background: -o-linear-gradient(left, #2b7344 0, #294e47 100%);
    background: -ms-linear-gradient(left, #2b7344 0, #294e47 100%);
    background: linear-gradient(to right, #2b7344 0, #294e47 100%);
}
.dashboard-section-3 .icon1 {
    color: #fff;
    line-height: 150px;
    margin-right: 40px;
}
.dashboard-section-3 .title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 120px;
}
.dashboard-section-3 .news-section {
    position: relative;
}
.dashboard-section-3 .news-title {
    position: absolute;
    top: 30px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .671);
    font-size: 12px;
    color: #fff;
}
.dashboard-section-3 .news-subtitle1 {
    background-color: rgba(0, 44, 21, .937);
    color: #fff;
    padding: 20px;
    width: 25%;
    height: 100%;
    text-align: justify;
    font-size: 12px;
    position: absolute;
    right: 0;
}
.dashboard-section-3 .news-subtitle2 {
    position: absolute;
    bottom: 130px;
    padding: 10px;
    background-color: rgba(255, 255, 255, .733);
    font-size: 11px;
    color: #000;
    width: 100%;
    text-align: justify;
    height: 150px;
}
.dashboard-section-3 .btn-all-news {
    color: #fff;
    line-height: 120px;
    border: solid #fff 1px;
    padding: 15px;
}
.dashboard-section-3 .btn-all-news:hover {
    color: #294e47;
    font-weight: 700;
    line-height: 120px;
    border: solid #294e47 1px;
    padding: 15px;
    background-color: #fff;
}
.dashboard-section-3 .news-date-section {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    right: -170px;
    background: 0 0;
    border: solid rgba(43, 115, 68, .808) 170px;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #fff;
}
.dashboard-section-3 .news-date-icon {
    bottom: -120px;
    right: -20px;
    text-align: right;
    width: 10px;
    font-size: 18px;
    position: relative;
    float: left;
    font-weight: 700;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.dashboard-section-3 .news-date {
    bottom: -40px;
    right: 20px;
    text-align: right;
    width: 40px;
    font-size: 15px;
    float: right;
    position: relative;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.dashboard-section-3 .news-overlay {
    background-color: rgba(0, 0, 0, .604);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s all;
}
.dashboard-section-3 .news-overlay span {
    position: absolute;
    top: 0;
    bottom: 120px;
    left: 0;
    right: 0;
    width: 40%;
    padding-top: 7px;
    height: 6.5%;
    margin: auto;
    text-align: center;
    z-index: 10;
    font-size: 16px;
    color: #fff;
    border: solid #fff 2px;
    opacity: 0;
    transition: .3s all;
}
.news-section:hover .news-overlay {
    opacity: 1;
}
.news-section:hover .news-overlay span {
    bottom: 150px;
    opacity: 1;
}
.dashboard-sections-4 {
    color: #000;
}
.dashboard-sections-4 h2 {
    margin-top: 20px;
    font-size: 30px;
}
.dashboard-sections-4 .about-line {
    height: 5px;
    width: 100%;
    background-color: rgba(6, 180, 68, .996);
}
.dashboard-sections-4 .about-content {
    margin-top: 2px;
    height: 60%}
.dashboard-sections-4 .about-content .about-text {
    margin-left: 70px;
}
.dashboard-sections-4 .about-read-more {
    margin-top: 20px;
}
.dashboard-sections-4 .about-read-more a {
    font-size: 18px;
    font-weight: 700;
    color: #294e47;
}
.dashboard-sections-4 .about-read-more a:hover {
    color: rgba(6, 180, 68, .996);
}
.dashboard-sections-4 .title-section {
    height: 80px;
}
.dashboard-sections-4 .about-partner {
    height: 40%;
    padding-top: 40px;
    width: 1400px;
    background-color: #ececec;
}
.dashboard-sections-4 .about-partner img {
    height: 80px;
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
}
.dashboard-sections-5 {
    position: relative;
    top: -50px;
}
.footer-sub {
    background-color: #797979;
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
}
.footer-sub-dashboard {
    height: 400%}
.banner-section {
    height: 650px;
    width: 100%;
    position: relative;
    background-color: rgb(201, 201, 201) !important;
}
.banner-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 100%}
.banner-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23040404' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.banner-breadcumb {
    z-index: 1;
    position: absolute;
    bottom: 50px;
    left: 50px;
    background-color: gray;
}
.banner-breadcumb ul li {
    display: inline-block;
    background-color: rgba(0, 0, 0, .705);
    padding: 10px 25px 10px 25px;
    border-radius: 60px;
    margin-right: 30px;
    position: relative;
    font-size: 14px;
}
.banner-line {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #06b444;
    bottom: 0;
}
.banner-breadcumb ul li:not(:first-of-type)::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #fff;
    position: absolute;
    left: -23px;
    top: 15px;
}
.banner-breadcumb ul li a {
    color: #fff;
}
.banner-breadcumb ul li a:hover {
    color: #fff;
}
.middle-menu {
    height: 60px;
    width: 100%;
    background-color: #1d3627;
    color: #fff;
    position: sticky;
    top: 76px;
    z-index: 1000;
}
.middle-menu ul li {
    display: inline-block;
    line-height: 60px;
}
.middle-menu ul li span {
    background-color: transparent;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    transition: .2s all;
}
.middle-menu a {
    color: #fff;
}
.middle-menu ul li span:hover {
    background-color: #40bd2f;
}
.middle-menu ul li.active span {
    background-color: #40bd2f;
}
.about-section {
    min-height: 500px;
    color: #000;
    background-color: #fff;
}
.about-history {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 60px;
}
.about-history-image {
    margin: 10px;
}
.about-history-description h3 {
    font-size: 24px;
    color: var(--main-h3-color);
    margin-bottom: 10px;
    margin-top: -10px;
}
.about-history-description p {
    text-align: justify;
}
.about-vision {
    background-color: #0f2617;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 80px;
    padding-bottom: 30px!important;
}
.about-vision-icon {
    padding-top: 50px!important;
    font-size: 100px;
}
.about-vision .about-vision-title {
    display: block;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-vision .about-vision-content {
    display: inline-block;
    text-align: justify;
    width: 60%}
.about-mission {
    background-color: #00A651;
    text-align: center;
    color: #fff;
    padding-bottom: 80px;
}
.about-mission-icon {
    padding-top: 50px!important;
    font-size: 100px;
}
.about-mission .about-mission-title {
    display: block;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-mission .about-mission-content {
    display: inline-block;
    text-align: justify;
    width: 60%;
    padding-bottom: 30px!important;
}
.about-mission .about-mission-content ul {
    list-style-type: square;
}
.history-section {
    min-height: 500px;
    color: #000;
    background-color: #fff;
}
.history-image {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.history-desc {
    display: flex;
    min-width: 0;
    align-items: center;
    text-align: justify;
    padding-right: 20%}
.page-certificate-section {
    min-height: 500px;
    color: #000;
    background-color: #fff;
}
.certificate-container {
    padding: 50px;
}
.certificate-container h3 {
    color: #00A651;
    font-size: 30px;
    margin-bottom: 30px;
}
.page-product-section {
    min-height: 500px;
    color: #000;
    background-color: #fff;
}
.page-product-section .tab-content ul {
    list-style-type: square;
    padding-left: 15px;
}
.product-panel-mobile {
    display: none!important;
}
.category-mobile {
    display: none!important;
}
.columns.is-gapless:not(:last-child) {
    margin-bottom: 0;
}
.product-subcategory-section .category-container {
    height: 500px;
    background-color: #fff;
}
.product-subcategory-section .category-image img {
    height: 500px;
    width: 400px;
    object-fit: cover;
    object-position: 20% 50%;
    transition: .3s all;
}
.product-subcategory-section .category-line {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1000;
    opacity: 0;
    transition: .3s all;
}
.product-subcategory-section .category-line span {
    padding: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #fff;
}
.product-subcategory-section .category-read-more {
    position: absolute;
    top: 270px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1000;
    opacity: 0;
    transition: .3s all;
    transition-delay: 0.2s;
}
.product-subcategory-section .category-read-more span {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #fff;
}
.product-subcategory-section .category-box {
    overflow: hidden;
    position: relative;
    transition: .2s all;
}
.product-subcategory-section .category-box:not(:last-child) {
    border-right: 3px solid #d6d6d6;
}
.product-subcategory-section .category-box img {
    height: 100%;
    width: auto;
}
.product-subcategory-section .category-box .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .2s all;
}
.product-subcategory-section .category-box:hover .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(20, 117, 0, .544);
    opacity: 1;
}
.product-subcategory-section .category-box:hover .category-line {
    top: 200px;
    opacity: 1;
}
.product-subcategory-section .category-box:hover .category-read-more {
    top: 220px;
    opacity: 1;
}
.product-subcategory-section .category-box:hover .category-image img {
    object-position: 60% 50%}
.product-subcategory-section .category-box:hover .category-description {
    opacity: 1;
    top: 150px;
}
.product-subcategory-section .category-box .category-title span {
    display: inline-block;
    color: #fff;
    background-color: rgba(0, 0, 0, .78);
    position: absolute;
    top: 100px;
    left: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 1000;
}
.product-subcategory-section .category-box .category-description {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 180px;
    font-size: 14px;
    left: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: justify;
    opacity: 0;
    transition: .2s all;
}
.product-subcategory-section .category-image {
    width: 100%;
    height: 100%}
.products-container {
    padding: 40px;
    margin-top: 20px;
}
.products-panels h3 {
    margin-left: 10px;
    font-size: 20px;
    color: #00A651;
}
.products-container .product-box {
    border: 1px solid #bbb;
    margin: 10px;
    padding: 10px;
    position: relative;
    padding-bottom: 30px;
    min-height: 250px;
}
.product-box .overlay {
    background-color: rgba(101, 115, 106, .439);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s all;
}
.product-box:hover .overlay {
    opacity: 1;
    border: 1px solid #a3a3a3;
}
.product-box .product-titles {
    background-color: #65736a;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 90%;
    padding: 5px;
}
.product-box .product-title {
    font-size: 14px;
    display: block;
}
.product-box .product-sub-title {
    font-size: 10px;
    display: block;
}
.product-cat-containers h3 {
    font-size: 20px;
    color: #00A651;
    padding-bottom: 10px;
}
.product-cat-container {
    border: 1px solid #dfdfdf;
}
.product-cat-container a {
    color: #17331b;
}
.cats2 {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.cats2 .cats21 {
    position: relative;
    overflow: hidden;
    height: 400px;
    transition: 1s cubic-bezier(.5, .25, 0, 1);
    min-width: 45%;
    max-width: 55%;
    flex: none;
    display: grid;
    margin: auto;
    position: relative;
    flex: 1;
}
.cats2 .cats21:first-child {
    border-right: 3px solid #ddd;
}
.cat-line {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: .3s all;
    opacity: 0;
}
.cat-line span {
    padding: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #fff;
}
.cat-read-more {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: .3s all;
    transition-delay: 0.2s;
    opacity: 0;
}
.cat-read-more span {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #fff;
}
.cats21:hover {
    transition: .3s;
    max-width: 60%!important;
    flex-grow: 2;
    cursor: pointer;
    color: #fff;
    background-color: rgba(blue, .3);
}
.cats21:hover .cat-read-more {
    top: 200px;
    opacity: 1;
}
.cats21:hover .cat-line {
    top: 180px;
    opacity: 1;
}
.cats2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(20, 117, 0, .544);
    transition: 1s cubic-bezier(.5, .25, 0, 1);
}
.cats2 .clip-triangle {
    transition: 1s cubic-bezier(.5, .25, 0, 1);
}
.cats2 a:hover .overlay {
    opacity: 1;
}
.cats2 img {
    transition: transform 1s allcubic-bezier(.5, .25, 0, 1);
    height: 400px;
}
.cats {
    position: relative;
}
.cat1 {
    position: relative;
    top: 0;
    width: 100%;
    height: 500px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    overflow: hidden;
}
.cat1 .overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .522);
    transition: 1s cubic-bezier(.5, .25, 0, 1);
}
.cat1:hover .overlay1 {
    opacity: 1;
}
.cat1:hover .cat1-description {
    opacity: 1;
    left: 20px;
}
.cat1-title {
    position: absolute;
    color: #fff;
    font-size: 20px;
    background-color: rgba(6, 112, 68, .847);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    left: 20px;
    top: 20px;
    webkit-box-shadow: 10px 13px 11px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 13px 11px -9px rgba(0, 0, 0, .75);
    box-shadow: 10px 13px 11px -9px rgba(0, 0, 0, .75);
}
.cat1-description {
    position: absolute;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
    top: 60px;
    width: 500px;
    opacity: 0;
    transition: 1s cubic-bezier(.5, .25, 0, 1);
}
.cat2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 500px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    overflow: hidden;
}
.cat2 .overlay1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .522);
    opacity: 0;
    transition: 1s cubic-bezier(.5, .25, 0, 1);
}
.cat2:hover .overlay1 {
    opacity: 1;
}
.cat2:hover .cat2-description {
    opacity: 1;
    right: 20px;
}
.cat2-title {
    position: absolute;
    color: #fff;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .635);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 20px;
    right: 20px;
}
.cat2-description {
    position: absolute;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 70px;
    right: 0;
    width: 500px;
    opacity: 0;
    transition: .2s all;
}
.products-detail-container {
    margin: 15%;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.products-detail-container .sub-title ul li {
    display: inline-block;
}
.products-detail-container .sub-title ul li::before {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
    position: relative;
    left: -8px;
    top: -2px;
}
.products-detail-container .sub-title ul li:first-child::before {
    display: none;
}
.products-detail-container .title {
    color: #00A651;
    font-size: 25px;
}
.products-description h3 {
    color: #00A651;
    font-size: 25px;
}
.products-detail-container .product-description {
    font-size: 14px;
}
.products-detail-panels {
    border-left: 1px solid #a3a3a3;
}
.products-detail-panels .product-image-highlight {
    height: 250px;
}
.products-detail-panels .product-image-highlight img {
    height: 300px;
    margin: 0 auto;
    object-fit: cover;
}
.products-detail-panels .product-image-thumbnail {
    height: 100px;
}
.products-detail-panels .product-image-thumbnail img {
    height: 100px;
    margin: 0 auto;
    object-fit: cover;
}
ul.prod-cat1 a.arrow {
    padding-right: 10px;
}
ul.prod-cat1 {
    padding-bottom: 30px;
}
ul.prod-cat1 span {
    display: block;
    padding: 15px;
}
ul.prod-cat1>a {
    color: #00A651;
}
ul.prod-cat1>li {
    border-bottom: 1px solid #dfdfdf;
}
ul.prod-cat1 li span>a:hover {
    color: #00A651;
    font-weight: 700;
}
ul.prod-cat1 li span>a.active1 {
    color: #00A651;
    font-weight: 700;
}
ul.prod-cat2 {
    margin-top: 10px;
}
ul.prod-cat2 a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}
ul.prod-cat2>li {
    padding-left: 40px;
    font-size: 95%;
    border-top: 1px solid #dfdfdf;
}
ul.prod-cat2>li:hover {
    background-color: #00A651;
}
ul.prod-cat2>li.active1 {
    background-color: #00A651;
}
ul.prod-cat2>li:hover a {
    color: #fff;
}
ul.prod-cat2>li.active1 a {
    color: #fff;
}
.page-network-section {
    min-height: 500px;
    background-color: #fff;
}
.network-panel {
    margin: 50px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.page-network-section h3 {
    font-size: 25px;
    color: #00A651;
    padding-top: 10px;
    margin-bottom: 10px;
}
.page-news-section {
    background-color: #fff;
}
.news-container {
    margin-top: 5px;
}
.news-filters h3 {
    font-size: 25px;
    margin-left: 20px;
    color: #00A651;
}
.news-filter {
    margin: 0;
    margin-left: 20px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #c3c3c3;
}
.news-filter ul li a {
    color: #00A651;
}
.news-filter ul li a.active {
    color: #00A651;
    font-weight: 700;
    font-size: 120%}
.news-filter ul.li-month {
    padding-left: 20px;
}
.news-lists h3 {
    font-size: 25px;
    margin-left: 20px;
    color: #00A651;
}
.news-list {
    margin: 0;
    margin-top: -10px;
}
.news-list a {
    color: #000;
}
.news-box {
    position: relative;
    height: 200px;
    padding: 20px;
    margin: 10px;
}
.news-box .overlay {
    background-color: rgba(0, 0, 0, .604);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    transition: .3s all;
}
.news-box .overlay span {
    position: absolute;
    top: 0;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 40%;
    height: 15%;
    margin: auto;
    text-align: center;
    z-index: 10;
    font-size: 18px;
    color: #fff;
    border: solid #fff 2px;
    opacity: 0;
    transition: .3s all;
}
.news-box:hover .overlay {
    opacity: 1;
}
.news-box:hover .overlay span {
    opacity: 1;
    bottom: 0;
}
.news-title-container {
    margin-left: 20px;
}
.news-box .news-title-container {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .624);
    padding: 5px;
    font-size: 14px;
}
.news-box .news-date-container {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -100px;
    right: -100px;
    background: 0 0;
    border: solid rgba(43, 115, 68, .808) 100px;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.news-date-container .icon-date {
    bottom: -90px;
    right: -50px;
    text-align: right;
    width: 10px;
    font-size: 18px;
    position: absolute;
    float: left;
    font-weight: 700;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    color: #fff;
}
.news-date-container .news-date {
    bottom: -15px;
    right: -10px;
    text-align: right;
    width: 40px;
    font-size: 18px;
    float: right;
    position: relative;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    color: #fff;
}
.article-box {
    position: relative;
    height: 300px;
    padding: 20px;
    margin: 10px;
}
.article-box .overlay {
    background-color: rgba(0, 0, 0, .604);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    transition: .3s all;
}
.article-box .overlay span {
    position: absolute;
    top: 0;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 40%;
    height: 11%;
    margin: auto;
    text-align: center;
    z-index: 10;
    font-size: 18px;
    color: #fff;
    border: solid #fff 2px;
    opacity: 0;
    transition: .3s all;
}
.article-box:hover .overlay {
    opacity: 1;
}
.article-box:hover .overlay span {
    opacity: 1;
    bottom: 0;
}
.article-box .article-title-container {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .624);
    padding: 5px;
    font-size: 14px;
}
.article-box .article-date-container {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -100px;
    right: -100px;
    background: 0 0;
    border: solid rgba(43, 115, 68, .808) 100px;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.article-date-container .icon-date {
    bottom: -90px;
    right: -50px;
    text-align: right;
    width: 10px;
    font-size: 18px;
    position: absolute;
    float: left;
    font-weight: 700;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    color: #fff;
}
.article-date-container .article-date {
    bottom: -15px;
    right: -10px;
    text-align: right;
    width: 40px;
    font-size: 18px;
    float: right;
    position: relative;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    color: #fff;
}
.news-details {
    padding: 40px;
    padding-left: 80px;
    padding-right: 80px;
}
.news-detail {
    padding-right: 40px;
}
.news-detail h3 {
    font: size 30px;
    color: #24422f;
}
.news-detail .content {
    margin-top: 10px;
    text-align: justify;
}
.news-relateds h3 {
    font-size: 20px;
    margin-bottom: 13px;
    margin-left: 20px;
}
.news-related {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    height: 300px;
}
.news-related span {
    margin-left: 20px;
}
.news-related .related-image {
    height: 300px;
    overflow: hidden;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
}
.news-related .related-image img {
    height: 300px;
    object-fit: cover;
}
.news-related .related-title {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, .623);
    padding: 8px;
    font-size: 14px;
}
.news-related .related-date {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: #24422f;
    padding: 8px;
    font-size: 14px;
}
.news-related .overlay {
    background-color: rgba(0, 0, 0, .604);
    position: absolute;
    height: 300px;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    transition: .3s all;
    margin-left: 20px;
    margin-bottom: 20px;
}
.news-related .overlay span {
    position: absolute;
    top: 0;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 40%;
    height: 12%;
    margin: auto;
    text-align: center;
    z-index: 10;
    font-size: 18px;
    color: #fff;
    border: solid #fff 2px;
    opacity: 0;
    transition: .3s all;
}
.news-related:hover .overlay {
    opacity: 1;
}
.news-related:hover .overlay span {
    opacity: 1;
    bottom: 0;
}
.news-pagination {
    text-align: center;
    z-index: 1000;
    position: relative;
    padding-right: 30px;
    padding-bottom: 20px;
}
.news-pagination span {
    margin-left: 20px;
    background-color: #00A651;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.news-pagination a {
    margin-left: 20px;
    background-color: #686868;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    transition: .2s all;
}
.news-pagination a:hover {
    margin-left: 20px;
    background-color: #5cdb58!important;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.page-article-section {
    min-height: 500px;
    color: #000;
    background-color: #fff;
}
.article-detail h3 {
    font-size: 30px;
    color: #24422f;
}
.article-detail .title {
    margin: 1.5rem 0;
}
.article-detail .image {
    margin: 50px 0;
}
.article-detail .content {
    margin-top: 10px;
    text-align: justify;
}
.article-related-permalinks a {
    margin: auto;
    font-size: 14px;
}
.article-related .content a p {
    font-size: 14px;
    margin-bottom: .5em;
    margin-top: .5em;
}
.article-related .content hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 0;
    width: 95%}
.article-details .article-related .a-article .article-related-permalinks a:link {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}
.article-details .article-related .a-article .article-related-permalinks a:visited {
    color: #1a0dab;
    background-color: transparent;
    text-decoration: none;
}
.article-details .article-related .a-article .article-related-permalinks a:hover {
    color: #13e833;
    background-color: transparent;
    text-decoration: none;
}
.article-related h3 {
    font-size: 20px;
}
.article-related {
    position: relative;
    padding: 0;
    margin-bottom: 100px;
}
.a2a_kit a {
    margin-right: 10px;
}
.article-details-p {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.button-article-details {
    font-size: 16px;
    height: 2rem;
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #0000006b;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.375em - 1px);
    padding-left: .75em;
    padding-right: .75em;
    padding-top: calc(.375em - 1px);
    text-align: center;
    white-space: nowrap;
}
.article-related .related-image {
    height: 300px;
    overflow: hidden;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
}
.article-related .related-image img {
    height: 300px;
    object-fit: cover;
}
.article-related .related-title {
    color: #000;
    font-size: 14px;
}
.article-related .related-date {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: #24422f;
    padding: 8px;
    font-size: 14px;
}
.article-related .overlay {
    background-color: rgba(0, 0, 0, .604);
    position: absolute;
    height: 300px;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    transition: .3s all;
    margin-left: 20px;
    margin-bottom: 20px;
}
.article-related .overlay span {
    position: absolute;
    top: 0;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 40%;
    height: 12%;
    margin: auto;
    text-align: center;
    z-index: 10;
    font-size: 18px;
    color: #fff;
    border: solid #fff 2px;
    opacity: 0;
    transition: .3s all;
}
.article-related:hover .overlay {
    opacity: 1;
}
.article-related:hover .overlay span {
    opacity: 1;
    bottom: 0;
}
.article-pagination {
    text-align: center;
    z-index: 1000;
    position: relative;
    padding-right: 30px;
    padding-bottom: 20px;
}
.article-pagination span {
    margin-left: 20px;
    background-color: #00A651;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.article-pagination a {
    margin-left: 20px;
    background-color: #686868;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    transition: .2s all;
}
.article-pagination a:hover {
    margin-left: 20px;
    background-color: #5cdb58!important;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.page-gallery-section {
    min-height: 500px;
    color: #000;
    background-color: #fff;
    padding-bottom: 30px;
}
.gallery-container h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #00A651;
}
.gallery-container a {
    color: #333;
}
.gallery-container a:hover {
    color: #00A651;
    text-decoration: underline;
}
.gallery-container a.active {
    color: #00A651;
    text-decoration: underline;
}
.gallery-filter ul {
    text-align: center;
    margin-bottom: 30px;
}
.gallery-filter ul li {
    display: inline-block;
    margin-right: 20px;
}
.gallery-container {
    margin: 40px;
    margin-bottom: 50px;
}
.page-career-section {
    min-height: 500px;
    color: #000;
    background-color: #fff;
}
.career-filter {
    margin-top: 30px;
    text-align: center;
}
.career-filter li {
    display: inline-block;
    margin-right: 20px;
}
.career-filter li a {
    color: #333;
}
.career-filter li a:hover {
    color: #00A651;
    text-decoration: underline;
}
.career-filter li a:focus {
    color: #00A651;
    text-decoration: underline;
}
.career-container .cmb-location {
    background-color: #fff;
    border: none;
    outline-width: 0;
    font-size: 25px;
    font-weight: 700;
    color: #00A651;
}
.career-container .career-more {
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
}
.career-container .career-more a {
    color: #fff;
    font-size: 12px;
    background-color: #00A651;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    transition: .2s all;
}
.career-container .career-more a:hover {
    color: #fff;
    background-color: #008b43;
    font-size: 12px;
}
.career-container {
    margin: 20px auto 0;
    padding-bottom: 50px;
    max-width: 900px;
    -webkit-transition: height 1s ease-out;
    transition: height 1s ease-out;
    overflow: hidden;
}
.career-container h3 {
    font-size: 30px;
    color: #333;
}
.career-container h3 span {
    color: #00A651;
}
.career-desc {
    color: #5d5d5d;
    font-size: 14px;
}
.career-desc a {
    color: #00491c;
}
.career-desc a:hover {
    color: #088b3a;
}
#job-title {
    font-size: 25px;
    font-weight: 700;
    color: #00A651;
}
#job-company {
    color: rgb(105, 105, 105);
}
#job-location {
    color: gray;
}
#job-desc {
    color: #333;
    min-height: 100px;
}
#career-dialog a {
    background-color: #24422f;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
#career-dialog a:hover {
    background-color: #3c7752;
}
.filter-container {
    margin-top: 30px;
    padding: 15px;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 687px;
}
.filtr-item {
    display: inline-block;
    width: 300px;
}
.filtr-item .career-position {
    font-size: 17px;
    color: gray;
    font-weight: bold;
}
.filtr-item .career-company {
    color: rgb(170, 170, 170);
    font-size: 14px;
    font-style: italic;
    position: relative;
    left:18px;
    /* font-weight: bold; */
}
.filtr-item .career-location {
    color: rgb(170, 170, 170);
}
.filtr-item ul {
    /* border-left: 5px solid #00A651; */
    background-color: #F2FCF6;
    /* margin-left: 10px; */
    margin-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 40px;
    padding-left: 20px;
    box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.09);
    border-radius: 5px;
}
.page-contact-section {
    position: relative;
    min-height: 500px;
    color: #000;
    overflow: hidden;
    background-color: #fff;
}
.office-container {
    padding: 60px;
    padding-left: 100px;
    padding-bottom: 20px;
}
.office-con {
    width: 400px;
}
.office-container h3 {
    font-size: 30px;
    color: #00A651;
}
.office-container .office-branch {
    margin-top: 15px;
    height: 220px;
    width: 100%;
    font-size: 12px;
}
.page-search-section {
    padding: 30px;
    background-color: #fff;
}
.search-description {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}
.search-item {
    margin-bottom: 30px;
}
.search-item hr {
    width: 100;
    height: 5px;
    background-color: #00A651;
    margin-top: 5px;
    margin-bottom: 5px;
}
.c-item {
    height: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.c-item h4 {
    font-size: 12px;
    color: gray;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #00A651;
}
::-webkit-scrollbar-thumb:hover {
    background: #028642;
}
.map-container {
    position: relative;
    padding: 60px;
    padding-top: 0;
    padding-left: 100px;
}
.map-container h3 {
    font-size: 30px;
    color: #00A651;
}
.contact-container {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
    margin-top: 60px;
    margin-left: 120px;
    min-height: 500px;
    width: 400px;
    -webkit-box-shadow: 3px 6px 24px -4px rgba(0, 0, 0, .69);
    -moz-box-shadow: 3px 6px 24px -4px rgba(0, 0, 0, .69);
    box-shadow: 3px 6px 24px -4px rgba(0, 0, 0, .69);
}
.contact-container h3 {
    text-align: center;
    color: #00A651;
    font-size: 30px;
}
.contact-container input {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 30px;
    border: none;
    border-top: 1px solid gray;
    outline-width: 0;
}
.contact-container .select-container {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
.contact-container select {
    width: 100%;
    height: 30px;
    border: none;
    outline-width: 0;
    vertical-align: top;
}
.contact-container textarea {
    padding-top: 20px;
    width: 100%;
    border: none;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    outline-width: 0;
}
.contact-container button {
    background-color: #00A651;
    color: #fff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    transition: .2s all;
}
.contact-container button:hover {
    background-color: #3d8155;
}
.contact-container span {
    font-size: 11px;
    color: red;
    font-style: italic;
}
.green-background {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    width: 150%;
    left: -200px;
    overflow: hidden;
    height: 400px;
    background-color: #00A651;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.is-fullhd {
    max-width: 1367px!important;
}
.scroll-to-top {
    position: fixed;
    z-index: 10000;
    right: 1rem;
    bottom: 1rem;
    display: none;
}
.scroll-to-top a {
    font-size: 1rem;
    width: 3rem;
    height: 3rem;
    color: #00A651;
    line-height: 3.1rem;
    text-align: center;
    font-size: 40px;
}
.d-block {
    opacity: .8;
    display: block!important;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.btn-spinner {
    color: #fff;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.company-logo {
    width:120px !important;position:relative;left:150px;bottom:10px
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 80px;
    font-size: 16px;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s;
}
@-webkit-keyframes fadein {
    from {
    bottom: 0;
    opacity: 0;
}
to {
    bottom: 80px;
    opacity: 1;
}
}@keyframes fadein {
    from {
    bottom: 0;
    opacity: 0;
}
to {
    bottom: 80px;
    opacity: 1;
}
}@-webkit-keyframes fadeout {
    from {
    bottom: 80px;
    opacity: 1;
}
to {
    bottom: 0;
    opacity: 0;
}
}@keyframes fadeout {
    from {
    bottom: 80px;
    opacity: 1;
}
to {
    bottom: 0;
    opacity: 0;
}
}pre {
    background-color: transparent;
}
div.ng-dirty.ng-invalid, div.ng-touched.ng-invalid, input.ng-dirty.ng-invalid, input.ng-touched.ng-invalid, select.ng-dirty.ng-invalid, select.ng-touched.ng-invalid, textarea.ng-dirty.ng-invalid, textarea.ng-touched.ng-invalid {
    border-color: #d60000;
    background-color: #f3c5c5;
    border-width: 1px;
}
}