
.spinner {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(19 19 19 / 75%);
    z-index: 10000;
}

.spinner > div {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -27px;
}

.spinner > div > div {
    top: 50%;
    position: relative;
    width: 18px;
    height: 18px;
    background-color: #8bc34a;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

#loading-body {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    z-index: 99999999999999999;
}










.img-about{
    position: relative;
}









.productbg01{
    background-image: url(../images/productbg01.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}



.product-item{
    display: block;
    text-align: center;
    background: #282828;
}

.product-item .product-img{
    overflow: hidden;

}

.product-item .product-img img{
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-item:hover .product-img img{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-item .product-text{
    padding: 15px;
      min-height: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-item:hover .product-text{
    background: #82b60b;

    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-item .product-text h4{
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 18px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;}



    .head-service{
        padding: 50px 0px;
        background-image: url(../images/head-service.jpg);
        text-align: center;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .item-service {
        text-align: center;
        display: block;
    }

    .item-service .body-item-service{
        background: linear-gradient(transparent, rgb(0 0 0 / 75%));
        padding: 50px 0px;
        min-height: 550px;
    }

    .item-service .body-item-service h4{
     color: #ffffff;
     font-size: 20px;
     font-weight: 300;
 }




 #product-section h2{
 }


 #product-section h2 span{
    font-weight: 200;
}


#service-section h2{
    color: #ffffff;
}


#service-section h2 span{
    font-weight: 200;
    color: #ffffff;
}

#new-section h2{
    color: #82b60b;
}


#new-section h2 span{
    font-weight: 200;
    color: #333333;
}


#new-section {
    padding: 50px 0px;
    background: url(../images/intro-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.item-new{
    display: block;
    background: #f4f7ec;
    color: #6f6f6f;
    margin-bottom: 30px;
}
.item-new h4{
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.item-new:hover h4{
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-new:hover{
 background: #82b60b;
 color: #ffffff;
 -webkit-transition: all 0.3s ease-in-out;
 -khtml-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.item-new span{
    color: #82b60b;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-new:hover span{
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#page-section {
    padding: 100px 0px;
    border-bottom: 1px solid #dddddd;
}
.bg-navigator{
    text-align: left;
    background: #83c325;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    height: 54px;
}

.bg-navigator a:nth-child(1){
    padding: 15px 15px;
    display: inline-block;
    text-decoration: none;
    border-right: solid 1px #6fa323;
    color: #ffffff;
    font-weight: 500;
}

.bg-navigator a{
    padding: 15px 15px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}


#logo-section{
    padding: 50px 0px;
    background: #f5f6f6;
}









.qa-title{
    background: #83c325;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #dddddd;
    padding: 20px 30px;
    text-align: left;
    position: relative;
}


.qa-title{
    color: #ffffff; 
    font-size: 18px;
}

.qa-title:hover, .qa-title:focus{
    color: #ffffff; 
}

.box-icon span{
    position: absolute;
    top: 50%;
    right: 22px;
    width: 15px;
    height: 3px;
    background-color: #ffffff;
    transition: all .3s;
}

.box-icon span:nth-child(2){
    transform: rotate(90deg);

}
.opened span{
    transform: rotate(360deg);
    opacity: 0;
}
.opened span:nth-child(2){
    transform: rotate(360deg);
    opacity: 1;
}

.qa-content{
    display: none;
    padding: 30px;
    background-color: #f5f5f5;
    color: #6f6f6f;
}





.career-item{
    position: relative;
    padding-left: 80px;padding-bottom: 30px;}


    .career-item em{

        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 100%;
        background: #83c325;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 28px;
        color: #ffffff;
        font-weight: 600;
        font-style: normal;
    }

    .list-group-item {
        -webkit-transition: all 0.1s ease-in-out;
        -khtml-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .list-group-item a {
        color: black!important;
    }

    .list-group-item-action:hover a{
        color: white!important;
    }

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #ffffff;
        text-decoration: none;
        background: linear-gradient(60deg, #1f1a16 70%, #83c325 70%);
        -webkit-transition: all 0.1s ease-in-out;
        -khtml-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        border-top: 1px solid #dee2e6;
    }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
    }
    .nav-tabs .nav-link {
        color: #ffffff;
        background-color: #83c325;
        border-color: #83c327 #83c325 #83c325;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #ffffff;
        background-color: #333333;
        border-color: #333333 #333333 #333333;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        color: #ffffff;
        background-color: #333333;
        border-color: #333333 #333333 #333333;
    }

    @media (min-width: 992px) {

        #new-section {
            padding: 100px 0px;

        }

        .productbg01, .productbg02{
           min-height: 60vh;
       }



       #product-section h2{
        margin-top: 25vh;
        font-size: 55px;
        line-height: 64px;
    }

    .img-about:before{
        content: '';
        position: absolute;
        right: 0px;
        top: -25px;
        bottom: 0px;
        width: 80%;
        height: 115%;
        background: #83c325;
        z-index: -1;
    }


    .mb-4:nth-child(3) {
     text-align: right;
 }


 .mb-4:nth-child(3) .img-about:before{
    content: '';
    position: absolute;
    left: 0px;
    right: inherit;
    top: -25px;
    bottom: 0px;
    width: 80%;
    height: 115%;
    background: #83c325;
    z-index: -1;
}



.mb-4:nth-child(7) {
 text-align: right;
}


.mb-4:nth-child(7) .img-about:before{
    content: '';
    position: absolute;
    left: 0px;
    right: inherit;
    top: -25px;
    bottom: 0px;
    width: 80%;
    height: 115%;
    background: #83c325;
    z-index: -1;
}





}



@media (min-width: 1400px) {


    .productbg01, .productbg02{
       min-height: 70vh;
   }





}


@media (min-width: 1600px) {

    .productbg01, .productbg02{
       min-height: 80vh;
   }




}


