

body{
    font-family: "Lato","Helvetica Neue",Arial,Helvetica,sans-serif !important;  
    background: #f8f8f8 url(../img/bgpattern.jpg) repeat
}
h1, h2, h3, h4, h5 {
    font-family: "Lato","Helvetica Neue",Arial,Helvetica,sans-serif !important;  
}
.wrapper{
    /*    box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);*/
    background: #fff;
}

.follow-header{
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
}
.top-bar{    
    color:#424242;  
    font-size: 16px;
    min-height: 43px;
}
.pull-right-txt{
    float:right;
    line-height: 30px;
}

.social{
    color: #323232;
    text-decoration: none;
    font-size: 25px;
}
.social.facebook:hover,
.social.facebook:focus {
    color: #3b579d;
    text-decoration: none;
}
.social.twitter:hover,
.social.twitter:focus {
    color: #4092cc;
    text-decoration: none;
}
.social.google:hover,
.social.google:focus {
    color: #d34836;
    text-decoration: none;
}
.social.linkedin:hover,
.social.linkedin:focus {
    color: #1f88be;
    text-decoration: none;
}

@media(min-width:768px){
    .sip-container{
        width:720px!important;
    } 
}
@media(min-width:992px){
    .sip-container{
        width:940px!important;
    } 
}
@media(min-width:1200px){
    .sip-container{
        width:1140px!important;
    } 
}
@media(max-width:767px){
    .sip-container.affix {
        box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
        position: fixed;    
        top: 0;
        left:0;
        width: 100%;
        z-index:15;
    }
}
@media(min-width:768px){
    .sip-container.affix {
        box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
        position: fixed;    
        top: 0;    
        width: 100%;
        z-index:105;
    }
}
.header-img{
    width: 100%;
    min-height: 400px;
}
.detail-text{
    background: #5CB85C  none repeat scroll 0 0; 
    padding:15px 15px;
    color:#fff;
    min-height: 100px;
}
.detail-text > h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}
.detail-text > p{
    font-size: 13px;
    line-height: 20px;    
}

#content{
    min-height: 800px;
}

.contents{
    margin-top:50px;
    margin-bottom: 50px;
}
.news{
    margin:0 10px;
}
.main-title{
    text-align: center;
    color:#5CB85C;
    font-size: 30px;
    padding-bottom:30px;
}
.sub-title{
    font-size: 20px;
    color:#5CB85C;
    margin-bottom:10px;
    border-bottom: 2px solid #5CB85C;
}
.text-justify{
    padding-left:15px;
    padding-right:15px;
    color:#777;    
}
p.center{
    text-align: center !important;
}
.ui.cards {
    margin:0px !important;
}
.card{
    width:100% !important;
    border-radius: 0px !important;
}
.card > .image{
    display: inline-block; 
    overflow: hidden !important;  
}
.card > .image >img{
    border-radius: 0px !important;
    -webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    -ms-transition: all 1s ease; 
    -o-transition: all 1s ease; 
    transition: all 1s ease;
}
/*@media(min-width:992px){
    .card > .image >img{
        border-radius: 0px !important;
        height:250px !important;
        -webkit-transition: all 1s ease; 
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease; 
        -o-transition: all 1s ease; 
        transition: all 1s ease;
    } 
}*/
.card > .image >img:hover{
    -webkit-transform:scale(1.25); 
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}
.justify{
    text-align: justify;
}
.special-feature {
    border: 1px solid #f2f2f2!important;
    margin:5px;
    cursor: pointer;
    height: 290px;
    margin-bottom: 20px;
    overflow: hidden !important;
    position: relative;
}
.special-feature:hover >.mask-top {
    -webkit-transform:translateY(-100%); 
    -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    -o-transform:translateY(-100%);
    transform: translateY(-100%) !important;
    z-index: 4 !important;
}

.special-feature >.mask-top {
    background-color: #ffffff;
    padding:55px 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 100%;
    height:100%;
    z-index: 4 !important;
}
.text-center {
    text-align: center;
}
.special-feature > .mask-bottom {
    padding:40px 10px;
    position: absolute !important;
    width: 100% !important;

}
.header > i {
    font-size: 50px !important;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.header > i:hover {
    cursor: pointer;
    color: #5CB85C;    
    /*    -webkit-transform: rotate(360deg);
        transform: rotate(360deg);*/
}
.header > .circular:hover{
    box-shadow: 0 0 0 0.1em rgba(92, 184, 92,1) inset;
}
/*.more{
    width:140px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.news{
    background-color: #f8f8f8;
}
.blue{
    color:#5CB85C!important;
    border-radius: 0px !important;
}
.blue:hover{
    background-color: #5CB85C!important;
    color:#fff!important;
}*/

.footer{
    background: #5CB85C none repeat scroll 0 0;
    border-top: 4px solid #4CAE4C;
    clear: both;
    font-size: 0.9em;
    padding: 50px 0 0;
    position: relative;
    color:#fff;
    font-weight: bold;
    height: 150px;
}

.footer-logo{
    background: #f8f8f8;
    margin-top: 50px;
}
.footer-logo >.row{
    margin-left: 25px;
    margin-right: 25px;
}
.vacancy{
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #FFF none repeat scroll 0% 0%;
    padding: 0em;
    border: medium none;
    border-radius: 0.2857rem;
    box-shadow: 0px 3px 0px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
    transition: box-shadow 0.2s ease 0s;
}
.overview{
    padding:10px;
    background: transparent;
} 
.divide {        
    line-height: 20px;
    margin-bottom:10px;
    border-bottom: 1px solid #eee;
}

.title{
    color: #666;
}
.btn-primary{
    border-radius: 0 0 4px 4px;
    background: #5CB85C;
    border-color:#5CB85C;
}
.btn-primary:hover,.btn-primary:focus{
    background: #4CAE4C;
    border-color:#4CAE4c;
}
/*.item{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}*/
.footer-logo > .row > .col-lg-6>.ui.items>.item>.content{
    padding-left:15px; 
    padding-right:15px;
    padding-bottom: 10px;
    font-size: 12px;
    color:#000;
}
.icon-img{
    width: 100px !important;
    height:100px !important;
}
.sip-content{
    border-top:1px solid #eee;
    padding: 50px 15px;
    color:#777; 
    text-align: justify;
}
.breadcrumb-container{
    background: rgba(92,184,92,1)  none repeat scroll 0 0;
    padding:20px 20px;
    color:#fff;
    min-height: 70px;
}
.section{
    color:#eee!important;
}
.active.section{
    color:#fff!important;
}


.highlight{
    color:#0E6EB8;
    font-weight: bold;
    font-size:16px;
}

.ui.header{
    color:#5cb85c!important;
}
.content{
    height:100%;
}

.right-content
{
    margin-left: 250px;
    margin-top: 100px;
    padding-right:50px;
}

.full-page-content
{
    padding: 0px 200px;
    margin-top: 100px;
}
#project{
    margin: 0px !important;
    background-color: #5bbd72 !important;
    border-color: #5bbd72 !important;
    border-radius: 0px !important;
    top:0;
    right: 0;
    left:0;
    position: fixed !important;
    z-index: 101;
}

#sub-menu{
    background: #fff;
    margin: 0px !important;
    top:52px;
    right: 0;
    left:0;
    position: fixed !important;
    z-index: 101;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    cursor: pointer !important;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer !important;
    opacity: 0;
    filter: alpha(opacity=0);
}
.error{
    color:red!important;
}

.filled
{
    background-color: #e9fff2!important;
}

.bill{
    background-color: #ccc;
    padding:10px;

}
.container{
    background: #fff;
/*    box-shadow: 0 0 25px rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 0 0 5px rgba(200,200,200,0.1) inset, 0px 0 3px 0 rgba(0,0,0,0.35);
    min-height: 600px;
}
.top-head{
    border-top: 3px solid  #00b5ad;
}
.ui.menu{
    border-radius: 0px !important;
}
.swwsp-content{
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
/*.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}*/