* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'Kodchasan', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
}
figure {
    display: block;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
}
#easyii-navbar {
    display: none;
}
#language {
    position: fixed;
    top: 15px;
    right: 15px;
    margin: 0;
    z-index: 5;
}
#language li {
    display: inline-block;
    background-size: 90px 20px;
    background-position: 0 0;
    margin-left: 5px;
    font-size: 0;
}
#language li.vi {
    background-position: -30px 0;
}
#language li.ja {
    background-position: -60px 0;
}
#language li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
}
#language li a span {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    background-color: #333;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    pointer-events: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
#language li a:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0,2px,0);
    -moz-transform: translate3d(0,2px,0);
    -ms-transform: translate3d(0,2px,0);
    -o-transform: translate3d(0,2px,0);
    transform: translate3d(0,2px,0);
}
#joc-group-bg {
    position: relative;
    height: 100vh;
}
#joc-group-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70%;
    z-index: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#joc-group-bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#page-header {
    position: relative;
    z-index: 0;
}
#page-header .typing-text {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 10px;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    text-shadow: 1px 1px 2px #000;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#page-header .typing-text.transparent {
    opacity: 0.35;
}
#page-header .typing-text.transparent:hover {
    color: #fff;
    opacity: 1;
    text-shadow: 0 2px 3px #000;
}
#page-header .typing-text.bottom {
    position: fixed;
    top: auto;
    bottom: 15px;
    left: 0;
    width: 100%;
}
#page-header .invisible-text {
    display: none;
}
#hive-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -ms-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;
}
#hive-container.active {
    background-color: rgba(0,0,0,0.7);
}
#hive-container > .wrap {
    width: 1532px;
    height: 982px;
    position: relative;
    left: 46%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate3d(-50%,-50%,0) scale(0.35);
    -moz-transform: translate3d(-50%,-50%,0) scale(0.35);
    -ms-transform: translate3d(-50%,-50%,0) scale(0.35);
    -o-transform: translate3d(-50%,-50%,0) scale(0.35);
    transform: translate3d(-50%,-50%,0) scale(0.35);
}
#hive-container figure {
    position: relative;
}
#hive-container .base-hive-img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#hive-container .item-list .item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 288px;
    height: 250px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#hive-container.active .item-list .item:not(.active),
#hive-container.active .base-hive-img {
    opacity: 0 !important;
}
#hive-container .item-list .item:hover {
    z-index: 1000;
}
#hive-container .item-list .item-logo {
    position: absolute;
    display: block;
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 224px;
    text-align: center;
    pointer-events: none;
    text-decoration: none;
    z-index: 1;
}
#hive-container .item-list .small .item-logo {
    top: 20px;
}
#hive-container .item-list .item-logo img {
    width: auto;
    height: 100%;
}
#hive-container .item-list .item-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
#hive-container .item-list .item-logo .item-button {
    display: none;
}
#hive-container .item-list .item-info {
    position: absolute;
    top: 110%;
    left: 50%;
    width: 700px;
    padding: 15px 25px 35px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    z-index: 11;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
    -o-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
#hive-container .item:hover .item-info {
    opacity: 1;
    pointer-events: auto;
}
#hive-container .item-list .item-joc .item-info {
     left: 100%;
}
#hive-container .item-list .item-vija .item-info {
    left: -22%;
}
#hive-container .item-list .item-cure .item-info {
    left: 105%;
}
#hive-container .item-list .item-info p {
    color: #000;
    font-size: 24px;
    text-align: justify;
    margin: 0;
}
#hive-container .item-list .item-info .item-button {
    width: 100%;
    text-align: center;
    margin-top: 7px;
}
#hive-container .item-list .item-button a {
    background-color: rgba(112, 148, 24, 0.7);
    color: #FFF;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    padding: 7px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
#hive-container .item-list .item-button a:hover {
    background-color: #DF1921;
}
#hive-container .item-list .honeycomb-bg {
    opacity: 0.6;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#hive-container .item-list .typing-text {
    position: absolute;
    top: -5px;
    right: 85%;
    font-size: 26px;
    font-weight: 400;
    color: #FFF;
    white-space: nowrap;
    text-shadow: 0 2px 4px #000;
}
#hive-container .item-list .typing-text.right {
    right: auto;
    left: 90%;
}
#hive-container .item-list .typing-text.transparent {
    display: none;
}
#hive-container .item-list .item:hover .honeycomb-bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
#hive-container .item-list .item.small {
    width: 230px;
    height: 200px;
}
#hive-container .item-list .item-joc {
    left: 466px;
    top: 25px;
}
#hive-container .item-list .item-voc {
    left: 690px;
    top: 154px;
}
#hive-container .item-list .item-vija {
    left: 913px;
    top: 283px;
}
#hive-container .item-list .item-jocsg {
    left: 690px;
    top: 412px;
}
#hive-container .item-list .item-cure {
    left: 510px;
    top: 541px;
}
#hive-container .item-list .bee {
    position: absolute;
    top: 0;
    left: 0;
    width: 7%;
    z-index: 10;
}
#hive-container .item-list .bee-1 {
    left: 20px;
    top: -20px;
    width: 27%;
}
#hive-container .item-list .bee-2 {
    left: 190px;
    top: -15px;
    width: 22%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#hive-container .item-list .bee-3 {
    left: 200px;
    top: -10px;
    width: 20%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#hive-container .item-list .bee-4 {
    left: 38px;
    top: -10px;
    width: 22%;
}
#hive-container .item-list .bee-5 {
    left: 35px;
    top: -10px;
    width: 20%;
}
#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

@media (min-width:375px) {
    #hive-container > .wrap {
        top: 55%;
        -webkit-transform: translate3d(-50%,-50%,0) scale(0.45);
        -moz-transform: translate3d(-50%,-50%,0) scale(0.45);
        -ms-transform: translate3d(-50%,-50%,0) scale(0.45);
        -o-transform: translate3d(-50%,-50%,0) scale(0.45);
        transform: translate3d(-50%,-50%,0) scale(0.45);
    }
    #hive-container .item-list .item-info p {
        font-size: 22px;
    }
}
@media (min-width:560px) {
    #page-header .typing-text {
        font-size: 16px;
    }
}
@media (min-width:660px) {

}
@media (min-width:768px) {
    #hive-container > .wrap {
        -webkit-transform: translate3d(-50%,-50%,0) scale(0.7);
        -moz-transform: translate3d(-50%,-50%,0) scale(0.7);
        -ms-transform: translate3d(-50%,-50%,0) scale(0.7);
        -o-transform: translate3d(-50%,-50%,0) scale(0.7);
        transform: translate3d(-50%,-50%,0) scale(0.7);
    }
}
@media (min-width:800px) {
    #hive-container .item-list .item-joc .item-info,
    #hive-container .item-list .item-vija .item-info,
    #hive-container .item-list .item-cure .item-info {
        left: 50%;
    }
}
@media (min-width:1024px) {
    #page-header .typing-text {
        font-size: 20px;
        top: 0;
    }
    #page-header .typing-text.bottom {
        bottom: 0;
    }
    #hive-container .item-list .item-info p {
        font-size: 20px;
    }
    #hive-container .item-list .typing-text {
        font-size: 20px;
    }
}
@media (min-width:1280px) {
    #hive-container > .wrap {
        -webkit-transform: translate3d(-50%,-50%,0) scale(0.65);
        -moz-transform: translate3d(-50%,-50%,0) scale(0.65);
        -ms-transform: translate3d(-50%,-50%,0) scale(0.65);
        -o-transform: translate3d(-50%,-50%,0) scale(0.65);
        transform: translate3d(-50%,-50%,0) scale(0.65);
    }
    #hive-container .item-list .item-logo {
        pointer-events: auto;
    }
    #hive-container .item-list .item-info .item-button {
        display: none;
    }
}
@media (min-width:1336px) {

}
@media (min-width:1440px) {

}
@media (min-width:2500px) {

}