@media (max-width: 991px) {
    @font-face {
        font-family: "Gotham";
        src: url("/assets/fonts/GothamBold.otf");
    }
    @font-face {
        font-family: "Heavenetica";
        src: url("/assets/fonts/HEAVENETICACOND5 SH.TTF");
    }
    html {
        font-size: 14px;
    }
    :root {
        --remove-color: #e91063;
        --main-font-color: #000000;
        --main-h3-color: #1e581e;
        --main-line-color: #cecece;
        --hover-font-color: #df6c00;
        --hover-google-color: #616161;
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    body {
        font-family: Roboto, sans-serif;
        color: var(--main-font-color);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    h1 {
        font-size: 24px;
        font-weight: 700;
    }
    h2 {
        font-size: 22px;
        font-weight: 700;
        color: #00471b;
    }
    h3 {
        font-size: 20px;
        font-weight: 700;
    }
    em {
        font-style: italic;
    }
    a {
        transition: 0.3s color;
    }
    b {
        font-weight: 700;
    }
    strong {
        font-weight: 700;
        color: #292929;
    }
    .btn-container {
        display: inline-block;
        cursor: pointer;
        margin-top: 10px;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
        position: relative;
        right: 10px;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
    .mobile-header-section {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        color: #fff;
        background-color: #1f1f1f;
        z-index: 10000;
    }
    .mobile-header-section .logo-section img {
        margin-top: 20px;
        margin-left: 10px;
    }
    .mobile-header-section .title-section span {
        font-size: 9px;
        line-height: 60px;
        margin-left: 0;
        font-family: "Times New Roman";
    }
    .mobile-header-section .language-section ul li {
        display: inline-block;
        margin-top: 17px;
    }
    .mobile-header-section .hamburger-section {
        text-align: right;
    }
    .mobile-header-section .hamburger-section a {
        display: inline-block;
        margin-top: 12px;
        margin-left: 0;
        margin-right: 10px;
        color: #fff;
        font-size: 25px;
    }
    .mobile-menu {
        position: relative;
        top: -22px;
        background-color: #285540ec;
    }
    .mobile-menu ul li a {
        display: block;
        padding: 10px;
        padding-left: 20px;
        color: #fff;
    }
    .mobile-header-padding {
        height: 60px;
    }
    .header-section {
        color: #fff;
        background-color: #1f1f1f;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 10000;
        display: none;
    }
    .logo2 {
        fill: #ffffff;
        transition: 0.2s all;
    }
    .main-menu:hover .logo2 {
        fill: #40bd2f;
    }
    li.active .logo2 {
        fill: #40bd2f;
    }
    .header-section .logo-section img {
        width: 70px;
    }
    .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: 0.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 0.3s ease;
    }
    .flying {
        position: fixed;
        top: 80px;
        z-index: 100;
        padding: 20px;
        width: 100%;
        display: none;
    }
    .flying .menu-section {
        background-color: #24422fb0;
        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-bottom: 20px;
        border-bottom: 4px solid transparent;
        transition: 0.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: 30px;
        width: 150px;
        background-color: #192f21;
        padding: 10px;
        visibility: hidden;
        transition: 0.3s opacity;
        opacity: 0;
    }
    .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;
    }
    .menu-section ul li.main-menu:hover .product-menu {
        display: inline-block;
        opacity: 1;
        min-width: 620px;
        height: 120px;
        overflow: hidden;
        visibility: visible;
    }
    .menu-section ul li.main-menu:hover .product-menu li {
        display: inline-block;
    }
    .fix {
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 100%;
        display: none;
    }
    .fix .menu-section {
        background-color: #24422fff;
        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-bottom: 24px;
        border-bottom: 4px solid transparent;
        transition: 0.2s all;
    }
    li.active,
    li.main-menu:hover {
        border-bottom: 4px solid #40bd2f !important;
    }
    .tb-search {
        position: absolute;
        width: 0;
        visibility: hidden;
        transition: 0.3s all;
        background-color: rgba(64, 116, 83, 0.616);
        border: 1px solid #1e581e;
        border-radius: 3px;
        padding: 5px;
        padding-left: 0;
        padding-right: 0;
        top: -5px;
        left: 20px;
        color: #fff;
    }
    .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:hover .tb-search {
        width: 150px;
        padding-left: 5px;
        padding-right: 5px;
        visibility: visible;
    }
    .newsletter-container {
        background-size: 300px 150px !important;
    }
    .footer-main {
        color: #fff;
    }
    .footer-main-dashboard {
        height: 75% !important;
        padding-top: 10px !important;
    }
    .footer-section {
        color: #fff;
        width: 100%;
        min-height: 200px;
        background-color: #242424;
        z-index: 100;
        position: relative;
    }
    .footer-address {
        margin-top: 0;
        margin-left: 10px;
    }
    .footer-address strong {
        color: #fff;
    }
    .footer-address ul li {
        font-size: 10px;
    }
    .footer-address ul li img {
        width: 30px !important;
        padding-bottom: 10px;
    }
    .footer-address ul li h3 {
        font-family: "Times New Roman";
        font-size: 12px;
    }
    .newsletter-section {
        margin-top: 20px;
        margin-left: 10px;
    }
    .newsletter-title {
        font-size: 12px;
        padding-left: 0;
        padding-right: 10px;
        padding-top: 20px;
        color: #a7a7a7;
    }
    .newsletter-title b {
        color: #fff;
    }
    .newsletter-form {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 10px;
    }
    .newsletter-form ul li {
        display: inline-block;
    }
    .newsletter-form .form-icon {
        position: relative;
        background-color: #000000ce;
        width: 30px;
        height: 30px;
        padding-left: 7px;
        padding-top: 5px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        display: none;
    }
    .newsletter-form .form-input input {
        position: relative;
        top: 0;
        padding: 8px;
        font-size: 10px;
        background-color: #0000008d;
        border: none;
        color: #fff;
        height: 30px;
        width: 100px;
    }
    .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: #24422fff;
        min-width: 50px;
        border: none;
        outline-width: 0;
        height: 30px;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
        transition: 0.2s all;
        font-weight: 700;
        font-size: 11px;
    }
    .newsletter-form .form-button button:hover {
        background-color: #33553f;
    }
    .social-section {
        padding-top: 20px;
        padding-left: 0;
    }
    .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: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .jssor_2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .jssor_2 .image {
        background-size: cover;
        background-position: center;
    }
    .slide-description {
        color: #383838;
        width: 300px;
        margin-top: 150px;
        margin-left: 10px;
        font-size: 20px;
    }
    .slide-description-2 span {
        color: #fff;
        background-color: #000;
        opacity: 0.5;
        width: 300px;
        margin-top: 30px;
        margin-left: 10px;
        font-size: 15px;
        padding: 5px;
    }
    .grid {
        width: 100%;
        height: 25%;
        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 {
        padding: 0 !important;
        border-bottom: 3px solid #fff;
    }
    .dashboards-section-2 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .dashboard-section-2 {
        position: relative;
    }
    .dashboard-section-2 .category-image {
        position: absolute;
        z-index: 0px;
        width: 120%;
        left: -30px;
        top: -50%;
        transition: 0.3s all;
    }
    .dashboard-section-2 .category-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        top:0px;
        background-color: #000;
        opacity: 0.2;
        transition: 0.2s all;
    }
    .dashboard-section-2:hover .category-image {
        left: 0;
    }
    .dasboard-section-2 .category-image img {
        width: 100%;
        object-fit: cover;
    }
    .dashboard-section-2:hover .category-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #137500;
        opacity: 0.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: 0.3s all;
    }
    .dashboard-section-2 .category-more {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 25%;
        height: 20%;
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
        z-index: 10;
        padding-top: 4px;
        font-size: 12px;
        border: solid #fff 2px;
        color: #fff;
        opacity: 0;
        transition: 0.3s all;
        transition-delay: 0.2s;
    }
    .dashboard-section-3 .news-bar {
        height: 100px;
        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: 130px;
        margin-right: 10px;
        font-size: 10px;
    }
    .dashboard-section-3 .title {
        color: #fff;
        line-height: 100px;
        font-size: 12px;
    }
    .dashboard-section-3 .news-section {
        position: relative;
        height: 25%;
    }
    .dashboard-section-3 .news-title {
        position: absolute;
        top: 30px;
        padding: 15px;
        background-color: #000000ab;
        font-size: 10px;
        color: #fff;
    }
    .dashboard-section-3 .btn-all-news {
        color: #fff;
        line-height: 100px;
        border: solid #fff 1px;
        padding: 10px;
        font-size: 12px;
    }
    .dashboard-section-3 .btn-all-news:hover {
        color: #294e47;
        font-weight: 700;
        line-height: 100px;
        border: solid #294e47 1px;
        padding: 10px;
        background-color: #fff;
    }
    .dashboard-section-3 .news-date-section {
        position: absolute;
        width: 0;
        height: 0;
        bottom: -100px;
        right: -100px;
        background: 0 0;
        border: solid #2b7344ce 100px;
        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: -70px;
        right: -40px;
        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: 10px;
        right: 0;
        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: #0000009a;
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: 0.3s all;
    }
    .dashboard-section-3 .news-overlay a {
        position: absolute;
        top: 0;
        bottom: 100px;
        left: 0;
        right: 0;
        width: 40%;
        padding-top: 7px;
        height: 25%;
        margin: auto;
        text-align: center;
        z-index: 10;
        font-size: 20px;
        color: #fff;
        border: solid #fff 2px;
        opacity: 0;
        transition: 0.3s all;
    }
    .news-section:hover .news-overlay {
        opacity: 1;
    }
    .news-section:hover .news-overlay a {
        bottom: 0;
        opacity: 1;
    }
    .dashboard-section-3 .news-subtitle1 {
        background-color: #002c15ef;
        color: #fff;
        padding: 20px;
        width: 25%;
        height: 100%;
        text-align: justify;
        font-size: 12px;
        position: absolute;
        right: 0;
        display: none;
    }
    .dashboard-section-3 .news-subtitle2 {
        position: absolute;
        bottom: 130px;
        padding: 10px;
        background-color: #ffffffbb;
        font-size: 11px;
        color: #000;
        width: 100%;
        text-align: justify;
        height: 150px;
        display: none;
    }
    .dashboard-sections-4 {
        color: #000;
    }
    .dashboard-sections-4 .about-line {
        height: 5px;
        width: 100%;
        background-color: #06b444fe;
    }
    .dashboard-sections-4 .about-content {
        height: 69%;
        overflow: hidden;
        font-size: 8px !important;
    }
    .dashboard-sections-4 .about-content .about-text {
        padding-left: 10px;
        padding-right: 10px;
    }
    .dashboard-sections-4 .about-content span {
        font-size: 10px !important;
    }
    .about-content h2 {
        text-align: center;
    }
    .dashboard-sections-4 .about-content .about-logo {
        height: 150px !important;
    }
    .dashboard-sections-4 h2 {
        font-size: 20px;
    }
    .dashboard-sections-4 .title-section {
        height: 20px;
    }
    .dashboard-sections-4 img {
        width: 250px;
    }
    .dashboard-sections-4 .has-text-right {
        text-align: center !important;
    }
    .dashboard-sections-4 .about-read-more {
        margin-top: 5px;
        font-size: 12px;
    }
    .dashboard-sections-4 .about-read-more a {
        font-size: 12px;
        font-weight: 700;
        color: #294e47 !important;
    }
    .dashboard-sections-4 .about-read-more a:hover {
        color: #06b444fe;
    }
    .dashboard-sections-4 .about-partner {
        height: 35%;
        background-color: #ecececff;
    }
    .dashboard-sections-4 .about-partner img {
        display: inline-block;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 40px;
        vertical-align: text-bottom;
        height: 50px;
        width: auto;
    }
    .dashboard-sections-5 {
        position: relative;
    }
    .footer-sub {
        background-color: #1a1a1aff;
        font-size: 0.8rem;
        color: gray;
        padding-top: 17px;
        padding-bottom: 17px;
        display: inline-block;
        vertical-align: middle;
        height: 55px;
        width: 100%;
    }
    .footer-sub-dashboard {
        height: 25% !important;
    }
    .banner-section {
        height: 150px;
        width: 100%;
        position: relative;
    }
    .banner-section img {
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%;
    }
    .banner-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 300px;
        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: 20px;
        left: 20px;
    }
    .banner-breadcumb ul li {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.705);
        padding: 5px 10px 5px 10px;
        border-radius: 60px;
        margin-right: 30px;
        position: relative;
        font-size: 8px;
    }
    .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: 5px;
    }
    .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: 60px;
        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: 5px;
        padding-right: 5px;
        transition: 0.2s all;
    }
    .middle-menu a {
        color: #fff;
        font-size: 8px;
    }
    .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;
    }
    .about-history {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }
    .about-history-image {
        height: 300px;
        margin: 10px;
    }
    .about-history-description h1 {
        color: #258532;
        margin-bottom: 10px;
        margin-top: -10px;
        text-align: center;
    }
    .about-history-description p {
        text-align: justify;
    }
    .about-vision {
        background-color: #0f2617;
        text-align: center;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .about-vision-icon {
        padding-top: 50px;
        font-size: 70px;
    }
    .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: 90%;
        margin-bottom: 50px;
    }
    .about-mission {
        background-color: #26613b;
        text-align: center;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .about-mission-icon {
        padding-top: 50px;
        font-size: 70px;
    }
    .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: 90%;
        margin-bottom: 40px;
    }
    .about-mission .about-mission-content ul {
        list-style-type: square;
    }
    .history-section {
        min-height: 500px;
        color: #000;
        margin-bottom: 50px !important;
    }
    .date h2 {
        font-size: 40px !important;
        margin-top: 80px !important;
    }
    #timeline div.active .date::before {
        content: "";
        width: 20px;
        height: 20px;
        background: #127222;
        position: absolute;
        left: 94.7% !important;
        top: 98px;
        border-radius: 100%;
    }
    #timeline div {
        height: auto !important;
    }
    .history-image {
        margin-left: 20px;
        display: flex;
        align-items: center;
    }
    .history-desc {
        margin-left: 20px;
        align-items: center;
        text-align: justify;
        margin-top: -10px;
        margin-bottom: 50px;
    }
    .certificate-section {
        min-height: 500px;
        color: #000;
    }
    .certificate-container {
        padding: 20px;
    }
    .certificate-container h3 {
        color: #26613b;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .product-section {
        min-height: 500px;
        color: #000;
    }
    .page-product-section .tab-content ul {
        list-style-type: square;
        padding-left: 15px;
    }
    .product-panel-desktop {
        display: none;
    }
    .category-desktop {
        display: none;
    }
    .product-subcategory-section .category-box {
        overflow: hidden;
        position: relative;
        transition: 0.2s all;
        height: 200px;
        background-color: #fff;
    }
    .product-subcategory-section .category-box:nth-child(1) {
        border-right: 3px solid #d6d6d6;
        border-bottom: 3px solid #d6d6d6;
    }
    .product-subcategory-section .category-box:nth-child(2) {
        border-bottom: 3px solid #d6d6d6;
    }
    .product-subcategory-section .category-box:nth-child(3) {
        border-right: 3px solid #d6d6d6;
        border-bottom: 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: 0.3;
        transition: 0.2s all;
    }
    .product-subcategory-section .category-box:hover .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(20, 117, 0, 0.544);
        opacity: 1;
    }
    .product-subcategory-section .category-box:hover .category-description {
        opacity: 1;
        top: 10px;
    }
    .product-subcategory-section .category-box .category-title span {
        display: inline-block;
        color: #fff;
        background-color: #000000c7;
        position: absolute;
        top: 100px;
        left: 0;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .product-subcategory-section .category-box .category-description {
        display: inline-block;
        color: #fff;
        position: absolute;
        top: 50px;
        font-size: 10px;
        left: 0;
        padding-left: 100px;
        padding-right: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: justify;
        opacity: 0;
        transition: 0.2s all;
    }
    .product-subcategory-section .category-image {
        width: 100%;
        height: 100%;
        background-size: cover !important;
    }
    .products-container {
        margin: 20px;
        margin-top: 20px;
    }
    .products-panels h3 {
        margin-left: 0;
        font-size: 20px;
        color: #26613b;
    }
    .products-container .product-box {
        border: 1px solid #bbb;
        margin: 5px;
        margin-top: 10px;
        padding: 10px;
        position: relative;
        padding-bottom: 30px;
        min-height: 185px !important;
    }
    .product-box .overlay {
        background-color: #65736a70;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: 0.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 h2 {
        color: #26613b;
        padding-bottom: 10px;
    }
    .product-cat-container {
        border: 1px solid #dfdfdf;
    }
    .product-cat-container a {
        color: #2c2c2c;
    }
    .cats2 {
        position: relative;
    }
    .cats2 .cats21 {
        position: relative;
        overflow: hidden;
        height: 200px;
        transition: 0.5s all;
        min-width: 100%;
        max-width: 100%;
        flex: none;
        display: grid;
        margin: auto;
        flex: 1;
    }
    .cats21:first-child {
        border-bottom: 3px solid #e2e2e2;
    }
    .cats21:hover {
        transition: 0.5s;
        max-width: 60% !important;
        flex-grow: 2;
        cursor: pointer;
        color: #fff;
        background-color: rgba(blue, 0.3);
    }
    .cats2 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: #00000085;
        transition: 0.2s all;
    }
    .cats2 .clip-triangle {
        transition: 0.2s all;
    }
    .cats2 a:hover .overlay {
        opacity: 1;
    }
    .cats2 img {
        transition: transform 0.5s ease;
        height: 200px;
    }
    .cats {
        position: relative;
    }
    .cat1 {
        position: relative;
        top: 0;
        width: 100%;
        height: 300px;
        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: #00000085;
        transition: 0.2s all;
    }
    .cat1:hover .overlay1 {
        opacity: 1;
    }
    .cat1:hover .cat1-description {
        opacity: 1;
        left: 20px;
    }
    .cat1-title {
        position: absolute;
        color: #fff;
        font-size: 15px;
        background-color: #067044d8;
        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, 0.75);
        box-shadow: 10px 13px 11px -9px rgba(0, 0, 0, 0.75);
    }
    .cat1-description {
        position: absolute;
        color: #fff;
        font-size: 10px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        left: 0;
        top: 60px;
        width: 200px;
        opacity: 0;
        transition: 0.2s all;
    }
    .cat2 {
        position: absolute;
        top: 0;
        width: 100%;
        height: 300px;
        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: #00000085;
        opacity: 0;
        transition: 0.2s all;
    }
    .cat2:hover .overlay1 {
        opacity: 1;
    }
    .cat2:hover .cat2-description {
        opacity: 1;
        right: 10px;
    }
    .cat2-title {
        position: absolute;
        color: #fff;
        font-size: 20px;
        background-color: #000000a2;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        bottom: 20px;
        right: 20px;
    }
    .cat2-description {
        position: absolute;
        color: #fff;
        font-size: 10px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        bottom: 60px;
        right: 0;
        width: 200px;
        opacity: 0;
        transition: 0.2s all;
    }
    .cat-line {
        position: absolute;
        top: 140px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        transition: 0.3s all;
        opacity: 0;
    }
    .cat-line span {
        padding: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 2px solid #fff;
    }
    .cat-read-more {
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        transition: 0.3s all;
        transition-delay: 0.2s;
        opacity: 0;
    }
    .cat-read-more span {
        padding: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 2px solid #fff;
        font-size: 10px;
    }
    .products-detail-container {
        margin: 5%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .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: #26613b;
        font-size: 20px;
    }
    .products-description h3 {
        color: #26613b;
        font-size: 20px;
    }
    .products-detail-container .product-description {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .products-detail-panels {
        border-left: 0 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: #26613b;
    }
    ul.prod-cat1 > li {
        border-bottom: 1px solid #dfdfdf;
    }
    ul.prod-cat1 li span > a:hover {
        color: #26613b;
        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: #26613b;
    }
    ul.prod-cat2 > li.active1 {
        background-color: #26613b;
    }
    ul.prod-cat2 > li:hover a {
        color: #fff;
    }
    ul.prod-cat2 > li.active1 a {
        color: #fff;
    }
    .page-network-section {
        min-height: 500px;
    }
    .network-panel {
        margin: 20px;
        margin-top: 10px;
    }
    .network-panel h1 {
        color: #26613b;
    }
    .page-network-section h1 {
        color: #26613b;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .page-news-section {
        overflow: hidden;
    }
    .news-container {
        margin-top: 5px;
    }
    .news-filters h1 {
        margin-left: 20px;
        color: #26613b;
    }
    .news-filter {
        margin: 0;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #c3c3c3;
    }
    .news-filter ul li a {
        color: #26613b;
    }
    .news-filter ul li a.active {
        color: #26613b;
        font-weight: 700;
        font-size: 120%;
    }
    .news-filter ul.li-month {
        padding-left: 20px;
    }
    .news-lists h1 {
        margin-left: 20px;
        color: #26613b;
    }
    .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: #0000009a;
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.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: 0.3s all;
    }
    .news-box:hover .overlay {
        opacity: 1;
    }
    .news-box:hover .overlay span {
        opacity: 0;
        bottom: 0;
    }
    .news-title-container {
        padding-left: 20px;
    }
    .news-box .news-title-container {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #fff;
        background-color: #0000009f;
        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 #2b7344ce 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: #0000009a;
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.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: 0.3s all;
    }
    .article-box:hover .overlay {
        opacity: 1;
    }
    .article-box:hover .overlay span {
        opacity: 0;
        bottom: 0;
    }
    .article-box .article-title-container {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #fff;
        background-color: #0000009f;
        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 #2b7344ce 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-top: 40px;
    }
    .news-container {
        padding: 0 10px;
    }
    .news-detail {
        padding-right: 0;
    }
    .news-detail h3 {
        font: size 30px;
        color: #24422f;
    }
    .news-detail .title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-detail .image {
        margin-bottom: 2rem;
    }
    .news-detail .content {
        margin-top: 10px;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-related h3 {
        margin-left: 0.75rem;
    }
    .news-relateds h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .news-related {
        position: relative;
        margin-bottom: 10px;
        min-height: auto;
    }
    .a2a_kit {
        margin-left: 0.75rem;
    }
    .a2a_kit a {
        margin-right: 10px;
    }
    .a2a_kit a span {
        display: none;
    }
    .button-news-details {
        font-size: 14px;
        height: 2rem;
        background-color: #dbdbdb;
        border-color: #dbdbdb;
        border-width: 1px;
        color: #000;
        cursor: pointer;
        justify-content: center;
        padding-bottom: calc(0.375em - 1px);
        padding-left: 0.75em;
        padding-right: 0.75em;
        padding-top: calc(0.375em - 1px);
        text-align: center;
        white-space: nowrap;
        margin-bottom: 2rem;
        margin-left: 0.75rem;
    }
    .news-related .content hr {
        background-color: #d0d0d0;
        border: none;
        display: block;
        height: 1px;
        margin: 0;
        width: 100%;
    }
    .news-related .content a p {
        font-size: 12px;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }
    .news-related .related-image {
        height: 100%;
        overflow: hidden;
        width: 100%;
        margin-bottom: 10px;
    }
    .news-related .related-image img {
        height: 300px;
        object-fit: cover;
    }
    .news-related .related-title {
        color: #000;
        font-size: 14px;
    }
    .news-related .related-date {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.623);
        padding: 8px;
        font-size: 14px;
    }
    .news-related .overlay {
        background-color: #0000009a;
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.3s all;
    }
    .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: 0.3s all;
    }
    .news-related:hover .overlay {
        opacity: 1;
    }
    .news-related:hover .overlay span {
        opacity: 0;
        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: #26613b;
        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: 0.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;
        overflow: hidden;
    }
    .article-details {
        padding-top: 40px;
    }
    .article-container {
        padding: 0 10px;
    }
    .article-detail {
        padding-right: 0;
    }
    .article-detail h1 {
        color: #24422f;
    }
    .article-detail .title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .article-detail .image {
        margin-bottom: 2rem;
    }
    .article-detail .content {
        margin-top: 10px;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
    }
    .article-related h3 {
        margin-left: 0.75rem;
    }
    .article-relateds h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .article-related {
        position: relative;
        margin-bottom: 10px;
        min-height: auto;
    }
    .a2a_kit {
        margin-left: 0.75rem;
    }
    .a2a_kit a {
        margin-right: 10px;
    }
    .button-article-details {
        font-size: 14px;
        height: 2rem;
        background-color: #dbdbdb;
        border-color: #dbdbdb;
        border-width: 1px;
        color: #000;
        cursor: pointer;
        justify-content: center;
        padding-bottom: calc(0.375em - 1px);
        padding-left: 0.75em;
        padding-right: 0.75em;
        padding-top: calc(0.375em - 1px);
        text-align: center;
        white-space: nowrap;
        margin-bottom: 2rem;
        margin-left: 0.75rem;
    }
    .article-related .content hr {
        background-color: #d0d0d0;
        border: none;
        display: block;
        height: 1px;
        margin: 0;
        width: 100%;
    }
    .article-related .content a p {
        font-size: 12px;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }
    .article-related .related-image {
        height: 100%;
        overflow: hidden;
        width: 100%;
        margin-bottom: 10px;
    }
    .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: rgba(0, 0, 0, 0.623);
        padding: 8px;
        font-size: 14px;
    }
    .article-related .overlay {
        background-color: #0000009a;
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.3s all;
    }
    .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: 0.3s all;
    }
    .article-related:hover .overlay {
        opacity: 1;
    }
    .article-related:hover .overlay span {
        opacity: 0;
        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: #26613b;
        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: 0.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: 550px;
        color: #000;
        background-color: #fff;
        margin-bottom: 30px;
    }
    .gallery-section {
        min-height: 500px;
        color: #000;
    }
    .gallery-container h1 {
        margin-bottom: 30px;
        color: #26613b;
    }
    .gallery-container a {
        color: #333;
    }
    .gallery-container a:hover {
        color: #26613b;
        text-decoration: underline;
    }
    .gallery-container a.active {
        color: #26613b;
        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: 20px;
        margin-bottom: 20px;
    }
    #video iframe {
        height: 165px;
        width: calc(48% - 1px);
	margin: calc(0.25% + 1px);
    }
    #document .document-file {
        height: 150px;
        width: calc(50% - 2px);
    }
    #document .document-file img {
        height: 150px;
        width: 150px;
    }
    #document .document-file ul {
	margin-left: 15px;
    }
    #document .document-file ul li {
	font-size: 10px;
    }
    #document .document-file ul a li:before {
        content: "";  
        border-color: transparent black;  
        border-style: solid;  
        border-width: 0.5em 0 0.5em 0.75em;  
        display: block;  
        height: 0;  
        width: 0;  
        left: -1em;  
        top: 1.1em;  
        position: relative;  
    }
    .career-section {
        min-height: 500px;
        color: #000;
    }
    .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: #26613b;
        text-decoration: underline;
    }
    .career-filter li a:focus {
        color: #26613b;
        text-decoration: underline;
    }
    .career-container .cmb-location {
        background-color: #fff;
        border: none;
        outline-width: 0;
        font-size: 25px;
        font-weight: 700;
        color: #26613b;
    }
    .career-container .career-more {
        margin-top: 30px;
        text-align: right;
        padding-right: 20px;
    }
    .career-container .career-more a {
        color: #fff;
        font-size: 12px;
        background-color: #26613b91;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 20px;
        transition: 0.2s all;
    }
    .career-container .career-more a:hover {
        color: #fff;
        background-color: #3a835491;
        font-size: 12px;
    }
    .career-container {
        margin: 20px 20px 20px 20px;
        max-width: 900px;
        -webkit-transition: height 1s ease-out;
        transition: height 1s ease-out;
        overflow: hidden;
    }
    .career-container h1 {
        color: #333;
    }
    .career-container h3 span {
        color: #26613b;
    }
    .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: #26613b;
    }
    #job-location {
        color: gray;
    }
    #job-desc {
        color: #333;
        min-height: 100px;
    }
    #career-dialog a {
        background-color: #24422fff;
        color: #fff;
        font-weight: 700;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #career-dialog a:hover {
        background-color: #3c7752;
    }

    .page-shared-service {
        background-color: white;
        font-size: 13px;
    }

    .page-shared-service .service-container{
        padding: 20px;
    }

    .page-shared-service .service-container .service-image{
        height:400px;
        width: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .page-shared-service .service-container .service-title{
        
    }

    .page-shared-service .service-container .service-title h1{
        color: #028d32;
    }

    .page-shared-service .service-container .service-desc{
        
    }

    .page-shared-service .service-container .service-desc strong{
        color: #028d32 !important;
    }

    .page-shared-service .service-container .service-job{
        
    }

    .page-shared-service .service-container .service-job ul{
        list-style:square;
        padding-left: 20px;
    }

    .page-shared-service .service-container .service-job strong{
        color: #028d32 !important;
    }

    .filter-container {
        margin-top: 30px;
        padding: 15px;
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: 687px;
    }
    .filtr-item {
        display: inline-block;
        width: 100%;
    }
    .filtr-item .career-position {
        font-size: 17px;
    }
    .filtr-item .career-location {
        color: grey;
    }
    .filtr-item ul {
        border-left: 5px solid #26613b;
        background-color: #ecf7f0;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 30px;
        padding-bottom: 20px;
        padding-top: 40px;
        padding-left: 20px;
    }
    .page-contact-section {
        position: relative;
        min-height: 500px;
        color: #000;
        overflow: hidden;
    }
    .office-container {
        padding: 20px;
        padding-bottom: 20px;
    }
    .office-container img {
        width: 30px;
    }
    .office-container h1 {
        color: #26613b;
    }
    .office-container .office-branch {
        margin-top: 15px;
        height: 220px;
        width: 100%;
        font-size: 12px;
    }
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    ::-webkit-scrollbar-thumb {
        background: #26613b;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #53705d;
    }
    .map-container {
        position: relative;
        padding: 20px;
        padding-top: 0;
    }
    .map-container h2 {
        color: #26613b;
    }
    .contact-container {
        position: relative;
        z-index: 1;
        background-color: #fff;
        padding: 20px;
        margin: 0 auto;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 50px;
        min-height: 500px;
        -webkit-box-shadow: 3px 6px 24px -4px rgba(0, 0, 0, 0.69);
        -moz-box-shadow: 3px 6px 24px -4px rgba(0, 0, 0, 0.69);
        box-shadow: 3px 6px 24px -4px rgba(0, 0, 0, 0.69);
    }
    .contact-container h2 {
        text-align: center;
        color: #26613b;
    }
    .contact-container input {
        margin-top: 20px;
        width: 100%;
        height: 30px;
        border: none;
        border-top: 1px solid gray;
        outline-width: 0;
    }
    .contact-container .select-container {
        margin-top: 20px;
        width: 100%;
    }
    .contact-container select {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        border: none;
        outline-width: 0;
        vertical-align: top;
        border-top: 1px solid gray;
    }
    .contact-container textarea {
        width: 100%;
        border: none;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        outline-width: 0;
    }
    .contact-container button {
        background-color: #26613b;
        color: #fff;
        border: none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        transition: 0.2s all;
    }
    .contact-container button:hover {
        background-color: #3d8155;
    }
    .green-background {
        display: inline-block;
        position: absolute;
        bottom: -50px;
        width: 150%;
        left: -100px;
        overflow: hidden;
        height: 400px;
        background-color: #26613b;
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    .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: #26613b;
        line-height: 3.1rem;
        text-align: center;
        font-size: 40px;
    }
    .d-block {
        opacity: 0.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;
    }
     #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 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
    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 {
        color: var(--main-full-black-color);	
	border-color: #d60000;
        background-color: #f3c5c5;
        border-width: 1px;
    }

}
