html{
    height: 100%;
}
body{
    margin:0;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    text-size-adjust: 100%;
}
.container-insider{
    display:flex;
    flex:0 1 auto;
    width:80%;
    margin:0 auto;
}
.logo{
    flex-shrink: 0;
    
    background-image: url("logott.png");
    background-size:100px 100px;
    width:100px;
    height:100px;
}
.logo i{
    display: none;
}
.forms #labelsel{
    display: none;
}
.logoname{
    margin: 33px 0 0 25px;
    cursor:pointer;
    user-select: none;
    color:#000;
    text-decoration: none;
}
.logoname a{
    color:#000;
    text-decoration: none;
}
.logoname a:hover{
    color:#000;
    text-decoration: none;
}
@media (min-width: 992px) {
    .header-nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media (min-width: 992px){
    .header-nav .menus {
        flex-direction: row;
    }
}

@media (max-width: 1140px){
    .search-nav{
        width:8em;
        font-size: 1rem;
    }
    /* .forms{
        flex-direction: column;
    } */
}
@media (min-width:1140px){
    .search-nav{
        width:10em;
        font-size:1.25rem;
    }
    .forms{
        flex-direction: row;
    }
}
@media (max-width: 768px){
    .logoname {
        font-size:20pt;
    }
    
}
@media (max-width: 440px){
    .logoname {
        font-size:14pt;
    }
    
}
@media (min-width: 1200px) {
    .hero-banner {
        min-height: 475px;
    }
}
@media (min-width: 992px) {
    .hero-banner {
        min-height: 398px;
    }
}
@media (min-width: 992px) {
    .row-farmin-hero .hero-banner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .hero-banner {
        padding: 2rem;
        min-height: 295px;
    }
}

.button-nav-expand{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0.375rem;
    transition: box-shadow 0.15 ease-in-out;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.farmin-header{
    position:relative;
    padding-top: 8px;
}
.header-nav{
    display: flex;
    margin:0 0;
    background: linear-gradient(to bottom, #265A0F, #3A681D, #265A0F);
    color: #fff;
    width:100%;
    align-items: center;
}
.menus{
    display:flex;
    flex-direction: column;
    position: relative;
    padding: 18px 10px;
    margin: 0;
}
.menu-list{
    list-style: none;
}
nav.header-nav ul.menus li.nav-item a.menu-nav{
    
    display: flex !important;
    flex-direction: row;
    flex-basis: auto;
    padding:1.2rem;
    flex: 0 1;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    color:#fff;
    font-size: 1.25rem;
    font-weight: 100;
}
.menu-nav:hover{
    color: #ddd;
    transition: color 0.15s ease-in-out;
}
[role=button]{
    cursor:pointer;
}
.farmin-header.corporate-header .header-nav .navbar-nav li.menu-list .dropdown-menu {
    width: 100%;
}
.farmin-header.corporate-header .header-nav .menus .dropdown-menu{
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
    border: 0;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.farmin-header.corporate-header .header-nav .navbar-nav li.nav-item {
    position: static;
}
/* @font-face{
    font-display:block;
    font-family:bootstrap-icons;
    src:url("bootstrap-icons.woff2") format("woff2"),url("bootstrap-icons.woff") format("woff")} */
/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"); */
.farmin-header.corporate-header .header-nav .menus li.menu-list>.menu-nav.dropdown-toggle:after{
    font-family: 'bootstrap-icons';
    content: "\f282";
    font-size: .6rem;
    border: 0;
    line-height: 1;
    margin-left: .26rem;
    padding:12px 0;
}
.farmin-header.corporate-header .menus .dropdown-menu .row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.farmin-header.corporate-header .dropdown-menu .row {
    height: 100%;
}
.farmin-header.corporate-header .menus .navbar-list {
    background-color: #e5ecf4;
    height: 100%;
    border-radius: 5px;
    padding: 1rem 0;
}
.card.card-overlay .card-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .45);
}
.ratio.ratio-3x2::before {
    padding-top: 66.6%;
}
.farmin-header.corporate-header .card-mb-0 .card {
    margin-bottom: 0;
    height: 100%;
}
.farmin-header.corporate-header .header-nav .card-horizontal .card-image img, .farmin-header.corporate-header .header-nav .card-overlay .card-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card.card-overlay {
    border: 0;
}
.card.card-h-100 {
    height: calc(100% - 2rem);
}
.card {
    margin-bottom: 2rem;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.pdf:before{
    position:relative;
    top:0.5rem;
    font-family: 'bootstrap-icons';
    content: "\f63f";
    font-size: 1.5rem;
    border: 0;
    line-height: 1;
    margin-right: 0.26rem;
    padding: 12px 0;
    color:darkred;
}
.navbar.header-nav{
    padding:0;
}
.searchbox{
    padding: 30px 0;
}
.searchform{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.forms{
    display: flex;
}
.search-nav{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    height:1.5em;
    padding-left:1em;
    padding-right:1em;
    margin-right:16px;
    border-radius: 1em;
    border: 1px solid #fff;
}
.farmin-body{
    min-height:calc(65.6%);
}
.ninety-container{
    width:90%;
    margin:0 auto;
    padding:12px 0;
}
.eighty-container{
    width:80%;
    margin: 0 auto;
    padding: 12px 0;
}
.langsel{
    align-items: center;
    margin:30px 0;
}

.hero{
    padding: 4rem 0;
    margin:0;
}
.row-farmin-hero .hero-banner {
    border-radius: 0;
    min-height: 425px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 2rem;
    min-height: 60vh;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-banner-video{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    object-position: 85% center !important;
}
.py0{
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.row-farmin-hero {
    padding: 4rem 0;
    margin: 0 !important;
}
@media (min-width: 1200px) {
    .row-farmin-hero .hero-banner .hero-caption {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    .row-farmin-hero .hero-caption {
        max-width: 960px;
        color: #fff;
        background-color: transparent;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .hero-caption {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .hero-caption {
        max-width: 540px;
    }
}
.hero-caption {
    width: 100%;
}
.hero-caption {
    background-color: rgba(28, 71, 103, .8);
    position: relative;
    padding: 1rem;
    border-radius: 5px;
    color: #fff;
    z-index: 3;
}
.row-farmin-hero .hero-caption .title-link {
    display: none;
}
.hero-caption * {
    color: #fff;
}
.title-category {
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 700;
    margin-top: 0;
}
@media (min-width: 992px) {
    .row-farmin-hero .hero-caption h1 {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .hero-caption h1 {
        font-size: 1.5rem;
    }
}
.hero-caption h1 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 32px;
}
.hero-caption h1 a:hover{
    color: #fff;
    text-decoration: underline;

}
.hero-banner .hero-caption a:last-child, .hero-banner .hero-caption h6:last-child, .hero-banner .hero-caption p:last-child {
    margin-bottom: 0;
}

.hero-caption h1 a {
    text-decoration: none;
}
.hero-caption p {
    font-size: 1rem;
}

.hero-banner .hero-caption p {
    font-weight: 300;
}
@media (min-width: 1200px) {
    .row-farmin-hero .hero-caption h1, .row-farmin-hero .hero-caption h6, .row-farmin-hero .hero-caption p {
        color: #fff;
        width: 40%;
    }
}
/* .farmin-header.corporate-header .header-nav .navbar-list li*/ a.link-icon {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem 1.25rem;
    width: 100%;
}
.link-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
}
/* .hero-caption .link-icon {
    text-decoration: none;
    margin-right: 1.6rem;
    margin-top: .5rem;
} */
.link-icon{
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display: inline-flex;

}
.card.card-overlay .card-img-overlay .card-title a {
    color: #fff;
}

.card a {
    text-decoration: none;
}
a.title-link {
    font-weight: 400;
    text-decoration: none;
}
.sfContentBlock a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, table a {
    text-decoration: none;
}
/* .link-icon .bi {
    display: inline-block;
    margin-right: .6rem;
    width: 1.6rem;
    background-color: rgb(255,255,255);
    border-radius: 5px;
    cursor: pointer;
    flex-shrink: 0;
    color:#000;
    text-align:center;
} */
.row-farmin-hero>.col-md-12 {
    padding: 0;
}
.hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, .01)), to(#000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .01) 1%, #000 100%);
}
@media (min-width: 992px) {
     .hero-banner:before {
        background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(99%, rgba(0, 0, 0, .01)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, #000 0, rgba(0, 0, 0, .01) 99%, rgba(0, 0, 0, 0) 100%);
    }
}
/* .col-md-12{
    flex:0 0 auto;
    width: 100%;
} */
/* *, ::after, ::before{
    box-sizing: border-box;
} */

  

.footer{
    margin:0 0;
    bottom:0;
    background: linear-gradient(to bottom,#21130A,#5D4930,#806C4B, #615034, #43371F, #615034);
    width: 100%;
    color:#fff;
    align-items: center;
    padding: 16px;
    text-align: center;
}