.page-home{
    background: #FFF;
}

.blk-home{
    padding-bottom: 50px;
    overflow: hidden;
}

.blk-home .cover{
    position: relative;
    font-family: 'Roboto';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.blk-home .cover .cover-image-slideshow{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blk-home .cover .cover-image{
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;

    opacity: 0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}

.blk-home .cover .cover-image.active{
    opacity: 1;
}

.blk-home .cover .cover-image img{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
}

.blk-home .cover .site-logo{
    display: block;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -44px;
    width: 89px;
    height: 56px;

    opacity: 0;
}

.blk-home .cover .site-logo.animate-in{
    opacity: 1;
}

.blk-home .cover .cover-title{
    font-size: 56px;
    color: #FFFFFF;
    position: absolute;
    line-height: 1;
    top: 45%;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: -28px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.blk-home .cover .cover-text{
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    line-height: 30px;
    bottom: 80px;
    left: 6.9444444%;
    width: 460px;
}

.blk-home .cover .std-animation-up-in{
    opacity: 0;
}
.blk-home .cover .std-animation-up-in.animate-in{
    opacity: 1;
}
.blk-home .cover .site-logo{
    transition-delay: 0.8s !important;
}
.blk-home .cover .cover-title{
    transition-delay: 1s;
}
.blk-home .cover .cover-text{
    transition-delay: 1.2s;
}

@media (max-width: 992px) {
    #page-home .site-branding__logo{
        opacity: 1;
        transition-delay: 0.8s !important;
    }
    .loading #page-home .site-branding__logo{
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .blk-home .cover .site-logo{
        width: 68px;
        height: 43px;
        margin-left: -34px;
    }

    .blk-home .cover .cover-title{
        font-size: 8vw;
        margin-top: 0px;
		padding: 0 5%;
		top:42%;
    }

    .blk-home .cover .cover-text{
        left: 0;
        bottom: 5%;
        font-size: 3vw;
		line-height:150%;
        width: 70%;
        padding: 0 5%;
    }
}

@media (max-width: 576px) {

    .blk-home .cover .cover-title{
        font-size: 9vw;
        margin-top: 0px;
		padding: 0 5%;
		top:42%;
    }

    .blk-home .cover .cover-text{
        left: 0;
        bottom: 5%;
        font-size: 3.5vw;
		line-height:150%;
        width: 70%;
        padding: 0 5%;
    }
}



.blk-home .nav-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;

    -webkit-transition: left 2s ease-out;
    -moz-transition: left 2s ease-out;
    -ms-transition: left 2s ease-out;
    -o-transition: left 2s ease-out;
    transition: left 2s ease-out;
}
.blk-home .nav-bar.out{
    left: 100%;
}
.blk-home .nav-bar .kuok-progress-bar{
    height: 4px;
}
.blk-home .nav-bar .kuok-progress{
    height: 4px;
    background: #E22429;
    width: 100%;
}


.blk-home .main-menu-sticky, .blk-home .main-menu{
    text-align: center;
}
.blk-home .main-menu-sticky .content{
    display: inline-block;
}
.blk-home .menu--main{
    display: inline-block;
}
.blk-home .menu--main .menu{
    margin: 0;
    list-style: none;
    font-size: 0;
    display: inline-block;
}
.blk-home .menu--main .menu li{
    margin: 0;
    list-style: none;
    padding: 0;
    display: inline-block;
    border: 0;
}
.blk-home .menu--main .menu li a{
    font-size: 16px;
    color: #4A4A4A;
    padding: 36px 32px;
    opacity: 1;

    -webkit-transition: all .6s cubic-bezier(.075, .82, .165, 1);
    -moz-transition: all .6s cubic-bezier(.075, .82, .165, 1);
    -ms-transition: all .6s cubic-bezier(.075, .82, .165, 1);
    -o-transition: all .6s cubic-bezier(.075, .82, .165, 1);
    transition: all .6s cubic-bezier(.075, .82, .165, 1);
}
.blk-home .language-switcher-language-url .links li a{
    font-size: 12px;
}

@media (max-width: 1220px) {
    .blk-home .menu--main .menu li a{
        padding: 36px 28px;
    }
}

@media (max-width: 1130px) {
    .blk-home .menu--main, .blk-home .menu-sep{
        /*display: none;*/
    }
    .blk-home .menu--main .menu li a{
        padding: 36px 24px;
    }
}

.blk-home .menu--main .menu li a:after{
    content: ' ';
    width: 0;
    height: 1px;
    background: #E74C3C;
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;

    -webkit-transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.blk-home .menu--main .menu li a:hover:after{
    width: 100%;
}
.blk-home .menu--main .menu li a:hover{
    color: #E74C3C;
}

.blk-home .menu-sep{
    background: #E4E4E4;
    height: 1px;
    width: 86.11111111%;
    margin: 0 auto;
    margin-bottom: 64px;
}
@media (max-width: 1300px) {
    .blk-home .menu-sep{
        width: 1120px;
    }
}
@media (max-width: 1120px) {
    .blk-home .menu-sep{
        width: 96%;
    }
}

.blk-home .main-menu-sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    display: none;
    z-index: 1;
}
.blk-home .main-menu-sticky.shown {
    display: block;
}
.blk-home .main-menu-sticky .menu-sep{
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .blk-home .menu--main, .blk-home .menu-sep{
        display: none;
    }
}


.blk-home .main-menu{
    position: relative;
}
.blk-home .block-language{
    transform: none;
    margin-top: -19px;
    margin-left: 16px;
    display: inline-block;
    position: static;
}

@media (max-width: 1220px) {
    .blk-home .block-language{
        /*margin-left: -16px;*/
    }
}



.blk-home .our-businesses{
    font-family: 'Roboto';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 0;
    line-height: 1;
    max-width: 1440px;
    margin: 0 auto;
}
.blk-home .our-businesses .line-decoration{
    margin-left: 6.9444444%;
    max-width: 48px;
}
.blk-home .our-businesses .our-biz-title{
    margin-left: 6.9444444%;
    font-size: 40px;
    line-height: 1;
    margin-top: 24px;
    font-family: 'Roboto', sans-serif;
}

.blk-home .our-businesses .blk-our-businesses-categories{
    margin-top: 40px;
    font-size: 0;
    padding: 0 0.3%;
    height: 626px;
}
.blk-home .our-businesses .blk-our-businesses-categories .category{
    /*width: 16.6166666667%;*/
    width: 14.2357142857%;
    padding: 0 0.4166%;
}
.blk-home .our-businesses .blk-our-businesses-categories .category-wrapper{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.blk-home .our-businesses .blk-our-businesses-categories .category{
    display: inline-block;
    height: 564px;
    position: relative;
    vertical-align: top;
    top: 16px;

    -webkit-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -moz-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -ms-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -o-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
                transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;


    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);

    opacity: 0;
}
.blk-home .our-businesses .blk-our-businesses-categories .category:nth-child(2){
    -webkit-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
    -moz-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
    -ms-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
    -o-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
    transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category:nth-child(3){
    -webkit-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s;
    -moz-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s;
    -ms-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s;
    -o-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s;
    transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.7s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category:nth-child(4){
    -webkit-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s;
    -moz-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s;
    -ms-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s;
    -o-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s;
    transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.95s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category:nth-child(5){
    -webkit-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s;
    -moz-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s;
    -ms-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s;
    -o-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s;
    transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
        transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.15s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category:nth-child(6){
    -webkit-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s;
    -moz-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s;
    -ms-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s;
    -o-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s;
    transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.35s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category:nth-child(7){
    -webkit-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s;
    -moz-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s;
    -ms-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s;
    -o-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s;
    transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, height 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    top 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, padding 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s,
    transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.55s;
}
.blk-home .our-businesses .blk-our-businesses-categories.animate-in .category{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active{
    width: 20.83333333%;
    /*width: 16.8071365078%;*/
    /*width: 15.2777777778%;*/
    padding: 0 1.388888889%;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active{
    height: 626px;
    top: 0;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.obscure{
    padding: 0;
    /*width: 15.783333%;*/
    width: 13.19444444%;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .background{
    width: 100%;
    position: absolute;
    background: #9F927C;
    opacity: 0;
    top: 0;
    height: 0;
    display: block;

    -webkit-transition: height 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -moz-transition: height 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -ms-transition: height 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -o-transition: height 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    transition: height 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .background{
    height: 100%;
    opacity: 0.7;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .business-image{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .business-image img{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .business-image img.category-img-mobile{
    opacity: 0;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .our-business-content-wrapper{
    position: absolute;
    top: 50%;
    margin-top: -11px;
    width: 100%;
}
.blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .our-business-content-wrapper{
    margin-top: -51px;
}
.cn .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .our-business-content-wrapper,
.zh .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .our-business-content-wrapper{
    margin-top: -26px;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .title{
    /*font-size: 28px;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*display: inline-block;*/
    font-size: 25px;
    width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto;

    transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .title .title-wrapper{
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .title .title-wrapper:after{
    content: ' ';
    width: 0;
    height: 1px;
    opacity: 0;
    background: #FFF;
    display: block;
    margin-top: 5px;

    -webkit-transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -moz-transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -ms-transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -o-transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    transition: width 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .title{
    width: 70%;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .title .title-wrapper:after{
    width: 100%;
    opacity: 1;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .container-our-businesses-wrapper{
    /*position: absolute;*/
    /*top: 50%;*/
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .container-our-businesses{
    display: inline-block;
    text-align: left;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .container-our-businesses .blk-our-business{
    margin-top: 12px;
    text-align: center;

    opacity: 0;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: opacity 1s cubic-bezier(.19,1,.22,1),transform 1s cubic-bezier(.19,1,.22,1);
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business:nth-child(2){
    transition-delay: .2s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business:nth-child(3){
    transition-delay: .4s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business:nth-child(4){
    transition-delay: .58s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business:nth-child(5){
    transition-delay: .74s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business:nth-child(6){
    transition-delay: .88s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business:nth-child(7){
    transition-delay: 1s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business:nth-child(8){
    transition-delay: 1.1s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business:nth-child(9){
    transition-delay: 1.18s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business:nth-child(10){
    transition-delay: 1.24s;
}
.blk-home .our-businesses .blk-our-businesses-categories .category.active .container-our-businesses .blk-our-business{
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.blk-home .our-businesses .blk-our-businesses-categories .category .container-our-businesses a{
    color: #FFF;
    /*margin-left: 2.8472222%;*/
    text-decoration: none;

    -webkit-transition: top 0.2s ease-in;
    -moz-transition: top 0.2s ease-in;
    -ms-transition: top 0.2s ease-in;
    -o-transition: top 0.2s ease-in;
    transition: top 0.2s ease-in;

    position: relative;
    top: 0;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .container-our-businesses a:hover{
    top: -3px;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .container-our-businesses .idx{
    font-size: 14px;
}
.blk-home .our-businesses .blk-our-businesses-categories .category .container-our-businesses .business-name{
    font-size: 18px;
    /*margin-left: 8px;*/
}
.blk-home .our-businesses .views-element-container{
    display: none;
}


@media (max-width: 1410px) {

    .blk-home .our-businesses .blk-our-businesses-categories .category .title{
        width: 100%;
    }

    .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .title{
        width: 85%;
    }
}

@media (max-width: 1350px) {

    .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .title{
        width: 87%;
    }
}

@media (max-width: 1300px) {

    .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .title{
        width: 90%;
    }
}

@media (max-width: 1270px) {

    .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .title{
        width: 100%;
    }
}

@media (max-width: 1190px) {

    .blk-home .our-businesses .blk-our-businesses-categories .category .title{
        /*font-size: 26px;*/
        font-size: 24px;
    }

}

@media (max-width: 1140px) {

    .blk-home .our-businesses .blk-our-businesses-categories .category .title{
        /*font-size: 25px;*/
        font-size: 22px;
    }

}

@media (max-width: 992px) {
    .blk-home .our-businesses{
        padding-top: 104px;
    }

    .blk-home .our-businesses .our-biz-title{
        font-size: 32px;
    }

    .blk-home .our-businesses .blk-our-businesses-categories{
        height: auto;
        padding: 0;
    }

    .blk-home .our-businesses .blk-our-businesses-categories .category{
        width: 50% !important;
        height: 200px !important;
        padding: 0 !important;
        top: 0 !important;
        margin-bottom: 12px;
    }

    .blk-home .our-businesses .blk-our-businesses-categories .category .container-our-businesses{
        display: none;
    }
    .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .our-business-content-wrapper{
        margin-top: -11px;
    }
    .blk-home .our-businesses .blk-our-businesses-categories .category .title .title-wrapper{
        text-shadow: 0 1px 2px rgba(0,0,0,.15);
    }

    .blk-home .our-businesses .blk-our-businesses-categories .category.active .background{
        height: 0;
        opacity: 0;
    }
    .blk-home .our-businesses .blk-our-businesses-categories .category.active .title{
        width: 100%
    }
    .blk-home .our-businesses .blk-our-businesses-categories .category.active .title .title-wrapper:after{
        width: 0;
        opacity: 0;
    }
    .blk-home .our-businesses .blk-our-businesses-categories .category .business-image img.category-img-desktop{
        opacity: 0;
    }
    .blk-home .our-businesses .blk-our-businesses-categories .category .business-image img.category-img-mobile{
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .blk-home .our-businesses{
        padding-top: 72px;
    }

    .blk-home .our-businesses .our-biz-title{
        margin-top: 16px;
        font-size: 28px;
    }
    .blk-home .our-businesses .blk-our-businesses-categories{
        margin-top: 24px;
    }

    .blk-home .our-businesses .blk-our-businesses-categories .category{
        width: 100% !important;
        height: 160px !important;
        margin-bottom: 0;
    }

    .blk-home .our-businesses .blk-our-businesses-categories .category .title .title-wrapper{
        font-size: 30px;
        text-shadow: 0 2px 3px rgba(0,0,0,.15);
    }

    .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .our-business-content-wrapper {
        margin-top: -27px;
    }

    .cn .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .our-business-content-wrapper,
    .zh .blk-home .our-businesses .blk-our-businesses-categories .category[data-type=Food-Manufacturing-and-Agribusiness] .our-business-content-wrapper{
        margin-top: -11px;
    }
}



.blk-home .content-nav{
    margin-top: 80px;
    font-family: 'Roboto';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 0;
}
.blk-home .content-nav .blk-content-nav{
    width: 50%;
    height: 368px;
    display: inline-block;
    padding: 80px 6.94444%;
    position: relative;
    vertical-align: top;
}
.blk-home .content-nav .blk-content-wrapper{
    max-width: 520px;
}
.blk-home .content-nav .blk-content-nav-left .blk-content-wrapper{
    float: right;
}
/*.blk-home .content-nav .blk-content-nav-right{*/
    /*display: none;*/
/*}*/
.blk-home .content-nav .blk-content-nav-left.hide-right {
    width: 100%;
}
.blk-home .content-nav .blk-content-nav-left.hide-right .blk-content-wrapper{
    float: left;
}
.blk-home .content-nav .line-decoration{
    z-index: 1;
    position: relative;
}
.blk-home .content-nav .background{
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;

    -webkit-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, left 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -moz-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, left 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -ms-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, left 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -o-transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, left 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    transition: width 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, left 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
}
.blk-home .content-nav .blk-content-nav-left .background{
    background: #F6F6F6;
}
.blk-home .content-nav .blk-content-nav-right .background{
    background: #FCF7F1;
    width: 100%;
    left: 100%;
}
.blk-home .content-nav .blk-content-nav-left.animate-in .background{
    width: 100%;
}
.blk-home .content-nav .blk-content-nav-right.animate-in .background{
    left: 0;
}
.blk-home .content-nav .blk-content-nav .title{
    font-size: 40px;
    margin-top: 24px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.blk-home .content-nav .blk-content-nav .desc{
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px;
}
.blk-home .content-nav .blk-content-nav p{
    margin: 0;
}
.blk-home .content-nav .blk-content-nav .link-apply-now{
    font-size: 16px;
    margin-top: 24px;
    display: inline-block;
}
.blk-home .content-nav .blk-content-nav .link-apply-now span{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.blk-home .content-nav .blk-content-nav .link-apply-now img.arrow{
    height: 10px;
    display: inline;
    margin-left: 8px;
}
.blk-home .content-nav .blk-content-nav .link-apply-now img, .content-nav .blk-content-nav .link-apply-now span{
    vertical-align: middle;
    color: #E22429;
}

@media (max-width: 992px) {
    .blk-home .cover .site-logo {
        display: none;
    }
    .blk-home .content-nav{
        margin-top: 52px;
    }

    .blk-home .content-nav .line-decoration{
        width: 48px;
    }

    .blk-home .content-nav .animate-in.line-decoration{
        max-width: 48px;
    }

    .blk-home .content-nav .blk-content-nav{
        padding: 40px 48px;
        height: 331px;
    }

    .blk-home .content-nav .blk-content-nav .title{
        font-size: 32px;
        height: 64px;
    }

    .blk-home .content-nav .blk-content-nav .desc{
        margin-top: 16px;
        height: 90px;
    }
}

@media (max-width: 767px) {
    .blk-home .content-nav{
        margin-top: 48px;
    }

    .blk-home .content-nav .blk-content-nav{
        width: 100%;
        padding: 48px 24px;
        height: auto;
    }

    .blk-home .content-nav .blk-content-nav .title{
        margin-top: 16px;
        font-size: 28px;
        height: auto;
    }

    .blk-home .content-nav .blk-content-nav .desc{
        margin-top: 24px;
        font-size: 14px;
        height: auto;
    }

    .blk-home .content-nav .blk-content-nav-left .blk-content-wrapper{
        float: left;
    }

}