.site-header.cd-container:after {
    content: "";
    display: table;
    clear: both
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    padding-bottom: 0
}

#cd-timeline:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed
}

@media only screen and (min-width:992px) {
    .square-img {
        right: 20%
    }

    #cd-timeline {
        margin-top: 3em
    }

    #cd-timeline:before {
        left: 50%;
        margin-left: -2px
    }
}

.cd-timeline-block {
    position: relative;
    margin: 0;
    padding-bottom: 20px
}

.cd-timeline-block.year {
    padding-bottom: 50px
}

.cd-timeline-block:after {
    clear: both;
    content: "";
    display: table
}

.cd-timeline-block:first-child {
    margin-top: 0
}

.cd-timeline-block:last-child {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .square-img {
        right: 25%
    }
}

@media only screen and (min-width:992px) {
    .cd-timeline-block {
        margin: 0;
        padding-left: 10%;
        padding-right: 10%
    }

    .cd-timeline-block:first-child {
        margin-top: 0
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0
    }
}

.cd-timeline-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 37px;
    border-radius: 10px;
    border: 5px solid #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}

.cd-timeline-img.cd-picture {
    background: #acacac;
    color: #fff
}

.cd-timeline-img.cd-movie {
    background: #c03b44
}

.cd-timeline-img.cd-location {
    background: #f0ca45
}

.cd-timeline-img.bg-or,
.cd-timeline-img.bg-or-1 {
    background: #f58420;
    color: #fff;
    padding: 10px
}

.cd-timeline-img.cd-circle {
    top: 5%;
    height: 30px;
    border: 2px solid #f4f4f4;
    left: 50%;
    background: #f4f4f4;
    margin-left: unset;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.cd-2 .cd-timeline-img.cd-circle {
    top: 5px
}

.cd-timeline-img.cd-circle .bg-under {
    border: 5px solid #f58420;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.cd-timeline-block.cd-1 .cd-timeline-content {
    float: left
}

@media only screen and (min-width:992px) {
    .cd-timeline-img {
        width: 80px;
        height: 37px;
        left: 50%;
        margin-left: -42px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 .6s;
        -moz-animation: cd-bounce-1 .6s;
        animation: cd-bounce-1 .6s
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(.5)
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2)
    }

    to {
        -moz-transform: scale(1)
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.cd-timeline-content {
    position: relative;
    top: -10px;
    margin-left: 60px;
    background: #fff;
    border-radius: 1em;
    border: 1.5px solid #d7d7d7;
    padding: 10px 20px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em
}

.cd-timeline-content:after {
    clear: both;
    content: "";
    display: table
}

.cd-timeline-content h2 {
    color: #303e49
}

.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more,
.cd-timeline-content p {
    font-size: 13px;
    font-size: .8125rem
}

.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more {
    display: inline-block
}

.cd-timeline-content p {
    line-height: 1.6;
    color: #f58420;
    margin-bottom: 0
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #fff;
    border-radius: .25em
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
    color: #fff
}

.cd-timeline-content:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff
}

.cd-1 .cd-timeline-content:before,
.cd-2 .cd-timeline-content:before,
.cd-3 .cd-timeline-content:before {
    top: 25%;
    left: -17.5px;
    height: 0;
    border: 9px solid transparent;
    border-right: 9px solid #acacac
}

.cd-1 .cd-timeline-content:after,
.cd-2 .cd-timeline-content:after,
.cd-3 .cd-timeline-content:after {
    content: "";
    position: absolute;
    top: 26.7%;
    left: -13.51px;
    height: 0;
    border: 7.5px solid transparent;
    border-right: 7px solid #fff
}

.square-img {
    position: absolute;
    top: 50%
}

.square-img ul {
    list-style-type: none
}

.square-img ul li {
    display: inline-block;
    width: 70px;
    margin-right: 10px;
    border: 5px solid #fff
}

.thumb-img {
    position: relative;
    height: 0;
    overflow: hidden
}

.thumb-100 {
    padding-bottom: 100%
}

.thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.thumb-icon img {
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%
}

.thumb-left,
.thumb-right {
    width: 40%
}

.thumb-left {
    float: left;
    margin-top: 65px;
    margin-left: 46px
}

.thumb-right {
    float: right;
    margin-top: 10px;
    margin-right: 46px
}

.thumb-70 {
    padding-bottom: 70%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.play-btn.video-play-btn,
.play-btn.video-play-btn.js-video-modal.modal-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

@media only screen and (min-width:768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem
    }

    .cd-timeline-content .cd-date,
    .cd-timeline-content .cd-read-more {
        font-size: 14px;
        font-size: .875rem
    }
}

@media only screen and (min-width:992px) {

    .cd-1 .cd-timeline-content:before,
    .cd-2 .cd-timeline-content:before,
    .cd-3 .cd-timeline-content:before {
        left: 100%;
        top: 21px;
        border-left: 9px solid #acacac;
        border-bottom: 9px solid transparent;
        border-right: unset
    }

    .cd-2 .cd-timeline-content:before {
        left: unset;
        right: 100%;
        border-right: 9px solid #acacac;
        border-left-color: transparent
    }

    .cd-1 .cd-timeline-content:after,
    .cd-2 .cd-timeline-content:after,
    .cd-3 .cd-timeline-content:after {
        top: 23.3px;
        left: 100%;
        border-left: 7px solid #fff;
        border-bottom: 7px solid transparent;
        border-right: unset
    }

    .cd-2 .cd-timeline-content:after {
        right: 99.7%;
        left: unset;
        border-right: 7px solid #fff;
        border-left-color: transparent
    }

    .cd-timeline-content {
        margin-left: 0;
        padding: 20px 30px;
        width: 45%
    }

    .cd-timeline-content:before {
        top: 24px;
        border-color: transparent;
        border-left-color: #fff
    }

    .cd-timeline-content .cd-read-more {
        float: left
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem
    }

    .cd-timeline-block.cd-1 .cd-timeline-content:before {
        right: -3%
    }

    .cd-timeline-block.cd-1 .cd-timeline-content {
        float: left
    }

    .cd-timeline-block.cd-2 .cd-timeline-content {
        float: right
    }

    .cd-timeline-block.cd-1 .cd-timeline-content .cd-read-more,
    .cd-timeline-block.cd-3 .cd-timeline-content {
        float: left
    }

    .cd-timeline-block.cd-1 .cd-timeline-content .cd-date,
    .cd-timeline-block.cd-2 .cd-timeline-content .cd-date,
    .cd-timeline-block.cd-3 .cd-timeline-content .cd-date {
        left: 122%;
        right: auto;
        text-align: left;
        background-color: #acacac;
        display: block;
        padding: 10px 20px;
        width: max-content;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px
    }

    .cd-timeline-block.cd-2 .cd-timeline-content .cd-date {
        left: unset;
        right: 122%
    }

    .cd-timeline-block.cd-1 .cd-timeline-content .cd-date:before,
    .cd-timeline-block.cd-2 .cd-timeline-content .cd-date:before,
    .cd-timeline-block.cd-3 .cd-timeline-content .cd-date:before {
        top: 50%;
        transform: translateY(-50%);
        border-color: transparent;
        border-left-color: #acacac;
        content: "";
        position: absolute;
        right: 100%;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-right: 7px solid #acacac;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .cd-timeline-block.cd-2 .cd-timeline-content .cd-date:before {
        border-right: unset;
        border-left: 7px solid #acacac;
        right: -7%
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 .6s;
        -moz-animation: cd-bounce-2 .6s;
        animation: cd-bounce-2 .6s
    }
}

@media only screen and (min-width:992px) {
    .cssanimations .cd-timeline-block:nth-child(2n) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse .6s;
        -moz-animation: cd-bounce-2-inverse .6s;
        animation: cd-bounce-2-inverse .6s
    }
}

@media (max-width:991.81px) {
    #cd-timeline:before {
        left: 37px;
        top: 25px;
        height: 100%
    }

    .cd-timeline-img.cd-circle {
        left: 38px
    }

    .square-img {
        left: 66px;
        top: 50%
    }

    .cd-1 {
        padding-bottom: 90px
    }

    .cd-timeline-content .cd-date {
        color: #000;
        float: unset
    }

    .thumb-left,
    .thumb-right {
        margin-top: 20px;
        margin-left: 66px
    }

    .thumb-right {
        margin-left: 30px
    }
}

@media (max-width:768px) {

    .thumb-left,
    .thumb-right {
        margin-top: 20px;
        margin-left: 66px;
        float: left;
        width: 80%
    }
}

@media (max-width:374.81px) {
    .square-img ul li {
        width: 16vw
    }

    .square-img {
        top: 55%
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }

    to {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }

    to {
        -moz-transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }

    to {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }

    to {
        -moz-transform: translateX(0)
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.joinUs-2-swiper.swiper-1 .fixed-thumb {
    padding-bottom: 80%
}

.about-section p {
    font-size: 14px
}

.about-section {
    overflow: hidden
}

.joinUs-2-content.about-content .img-wrap .elements .el-1 {
    transform: translate(-63%, -63%) scale(.9) rotate(0);
    -webkit-transform: translate(-63%, -63%) scale(.9) rotate(0);
    -moz-transform: translate(-63%, -63%) scale(.9) rotate(0);
    -ms-transform: translate(-63%, -63%) scale(.9) rotate(0);
    -o-transform: translate(-63%, -63%) scale(.9) rotate(0)
}

.joinUs-2-content.about-content .img-wrap .elements .el-2 {
    transform: translate(60%, -25%) scale(.9);
    -webkit-transform: translate(60%, -25%) scale(.9);
    -moz-transform: translate(60%, -25%) scale(.9);
    -ms-transform: translate(60%, -25%) scale(.9);
    -o-transform: translate(60%, -25%) scale(.9)
}

.joinUs-2-content.about-content .img-wrap .elements .el-4 {
    right: unset;
    left: -200px;
    top: -195px;
    transform: translateX(-270%);
    -webkit-transform: translateX(-270%);
    -moz-transform: translateX(-270%);
    -ms-transform: translateX(-270%);
    -o-transform: translateX(-270%)
}

.joinUs-2-content.about-content .img-wrap .elements .el-5 {
    transform: translate(90%, -40%) scale(.9);
    -webkit-transform: translate(90%, -40%) scale(.9);
    -moz-transform: translate(90%, -40%) scale(.9);
    -ms-transform: translate(90%, -40%) scale(.9);
    -o-transform: translate(90%, -40%) scale(.9)
}

.joinUs-2-content.about-content .img-wrap .elements>div img {
    max-width: 239px
}

.joinUs-2-section.about-section {
    background-color: #19181b;
    padding: 60px 0
}

.n-ani img {
    opacity: 1 !important
}

.section-about-timeline {
    background-color: #f4f4f4;
    padding: 30px !important;
    margin-top: 0 !important
}

.athena-cr-ani .text-animation .thumb-130 {
    padding-bottom: 130%;
    overflow: unset;
    text-align: start;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

.athena-cr-ani .text-animation .thumb-130 img {
    object-fit: scale-down;
    width: 100%;
    height: 100%
}

.text-animation ul {
    position: absolute;
    width: 100%;
    height: 100vh
}

.text-animation ul li {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.athena-cr-ani .text-animation ul li:first-child {
    width: 25%;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    position: relative
}

.athena-cr-ani .text-animation ul li {
    width: 10%;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.athena-cr-ani .text-animation ul li img:first-child {
    opacity: 1
}

.athena-cr-ani .text-animation ul li img:nth-child(2) {
    opacity: 0
}

.athena-cr-ani .text-animation ul li:hover img:first-child {
    opacity: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in
}

.athena-cr-ani .text-animation ul li:hover img:nth-child(2) {
    opacity: 1
}

.athena-cr-ani .text-animation ul li:hover img:nth-child(2),
.athena-cr-ani .text-animation ul li:not(:hover) img:first-child,
.athena-cr-ani .text-animation ul li:not(:hover) img:nth-child(2) {
    transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in
}

.athena-cr-ani .text-animation ul li:hover .icon-ani {
    opacity: 1 !important
}

.athena-cr-ani .text-animation ul li .icon-ani img:first-child {
    opacity: 0
}

.athena-cr-ani .text-animation ul li:hover .icon-ani img:first-child {
    opacity: 1;
    top: -60%;
    transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in
}

@media (max-width:992px) {
    .athena-cr-ani .text-animation ul li:hover .icon-ani img:first-child {
        top: -70%
    }
}

@media (max-width:500px) {
    .text-animation ul {
        padding: 2vw 3.5vw 5vw
    }
}

.athena-cr-ani .text-animation ul li:hover .icon-ani .border-bt {
    opacity: 1;
    top: 90%
}

.athena-cr-ani .text-animation ul li:hover .icon-ani .border-bt,
.athena-cr-ani .text-animation ul li:not(:hover) .icon-ani .border-bt,
.athena-cr-ani .text-animation ul li:not(:hover) .icon-ani img:first-child {
    transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in
}

.athena-cr-ani.bg-img {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #19181b;
    height: 100vh;
    overflow: hidden
}

.swiper-faq {
    padding-left: 30px;
    padding-right: 30px
}

.icon-ani {
    position: absolute;
    opacity: 1;
    height: 100%;
    top: 0
}

.icon-ani,
.icon-ani img {
    width: 100%
}

.athena-cr-ani .text-animation ul li .icon-ani img:first-child {
    top: 0
}

.text-animation {
    text-align: center;
    width: 100%;
    height: 100%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.icon-ani .border-bt {
    width: 100%;
    height: 3px;
    background-color: #f58420;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    text-align: center
}

.icon-ani .border-bt p {
    padding-top: 10px;
    font-size: 1.5vw
}

.bg-ud {
    margin-top: 0;
    width: 100%;
    height: 100vh;
    /* padding-bottom: 50%; */
    position: relative;
    background-position: 50%;
    background-size: 100% 100%
}

.bg-ud .detail-game-bg {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center
}

.bg-ud .detail-game-bg.__1{
    width: 30%;
}
.bg-ud .detail-game-bg .char-img {
    transform: translate(5%, 10%);
    -webkit-transform: translate(5%, 10%);
    -moz-transform: translate(5%, 10%);
    -ms-transform: translate(5%, 10%);
    -o-transform: translate(5%, 10%)
}

@media (max-width:1200px) {
    .site-header-content .nav ul>li>a {
        font-size: 1.5vw !important
    }
}

.content-detail .content-left,
.content-detail .content-right {
    position: absolute;
    z-index: 10
}

.content-detail .content-right.__1{
    top: 60px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 22%;
}

.content-detail .content-left {
    left: 5%;
    top: 12%;
    width: 32%
}

.content-detail .content-left h3 {
    padding: 40px 0 30px;
    color: #fe8300;
    font-size: 3vw
}

.content-detail .content-left h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 800
}

.content-detail p {
    line-height: 1.8;
    font-size: 18px
}

.content-detail .content-left ul li {
    display: inline-block;
    width: 48%;
    padding-top: 20px;
    padding-right: 40px
}

.content-detail .content-right {
    right: 3%;
    top: 30%;
    width: 18%
}

.content-detail .content-right h4,
.content-detail .content-right p {
    color: #000
}

.elements-detail {
    position: absolute;
    width: 100%;
    height: 100%
}

.elements-detail .__1 {
    left: -4%;
    top: 2%;
    position: absolute
}

.elements-detail .__2 {
    position: absolute;
    right: 0;
    top: 10%
}

.elements-detail .__3 {
    position: absolute;
    bottom: 0;
    right: -30px
}

.bg-ud .detail-game-bg .text-img {
    /* width: 70%; */
    margin-top: 25px
}

.elements-detail.wood-1 .__1 {
    left: 5%
}

.elements-detail.wood-1 .__2 {
    top: 5%
}

.elements-detail.wood-1 .__3 {
    right: 0
}

.elements-detail.word-card .__1 {
    width: 18vw;
    top: -2%;
    left: 25%
}

.elements-detail.word-card .__3 {
    width: 20vw
}

.elements-detail.__2048 .__1 {
    top: 0;
    left: 0
}

.elements-detail._3d .__1 {
    left: 20%
}

.elements-detail._3d .__2 {
    top: 5%;
    right: 0
}

.elements-detail._3d .__3 {
    right: 10px;
    bottom: -15%
}

.elements-detail._3d .__4 {
    left: 30%;
    bottom: 0;
    position: absolute
}

.elements-detail.__2048 .__2 {
    top: 0;
    left: 40%
}

.elements-detail.__2048 .__3 {
    top: 1%;
    right: 1%
}

.elements-detail.__2048 .__4 {
    bottom: 0;
    right: 0;
    position: absolute
}

.elements-detail img {
    width: 10vw
}

.dkt {
    display: none
}

.mobile {
    display: block
}

.btn-1,
.btn-2 {
    top: 90%
}

.btn-1 {
    left: 80%
}

.btn-2 {
    left: 75%
}

@media (min-width:768px) {
    .dkt {
        display: block
    }

    .mobile {
        display: none
    }
}

.dot-1 {
    display: none
}

@media (max-width:767.81px) {
    .bg-ud {
        margin-top: 50px;
        height: 50vh
    }

    .btn-1,
    .btn-2 {
        display: none
    }

    .dot-1 {
        display: block;
        top: 60vw
    }

    .mobile {
        position: relative
    }
    .title-detail.mobile{
        height: 50vh;
        display: flex;
        align-items: center;
    }

    .mobile ul li {
        display: inline-block;
        width: calc(40% - 10px);
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }

    .mobile p {
        color: #000;
        font-size: 14px;
        text-align: justify
    }

    .mobile h3 {
        color: #f58420;
        padding: 30px 0 20px
    }

    .mobile h4 {
        padding: 45px 0 20px
    }

    .title-detail h1,
    .title-detail img {
        position: absolute;
        width: 40%;
        top: 15w;
        padding-left: 15px
    }

    .title-detail h1 {
        position: unset;
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 2rem;
        margin: 0;
    }

    
}

@media (max-width:568px) {
    .dot-1 {
        top: 64vw
    }
}

@media (max-width:370px) {
    .dot-1 {
        top: 68vw
    }
}

.bg-ud .detail-game-bg .char-img.word-img {
    transform: translate(2%);
    -webkit-transform: translate(2%);
    -moz-transform: translate(2%);
    -ms-transform: translate(2%);
    -o-transform: translate(2%);
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
}

.elements-detail.word-home-el .__1 {
    left: 0;
    top: -2%
}

.elements-detail.word-home-el .__3 {
    width: 30vw;
    right: 0;
    bottom: 0
}

.our-game-section {
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%
}

.our-game-section .swiper-wrapper {
    padding-bottom: 30px
}

.our-game-section .thumnb-game {
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.thumb-game:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}

.thumb-game img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 20%;
    box-shadow: 0 7px 10px #000;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%
}

.faq-section .thumb-game img {
    box-shadow: none
}

.thumb-game:hover p {
    font-weight: 700
}

.thumb-game p {
    color: #000;
    text-align: center;
    padding-top: 30px;
    font-size: 1.6vw;
    font-weight: 300
}

.thumb-game p sup {
    font-size: 1vw
}

.text-or {
    color: #f5831f
}

.our-game-section .title {
    font-size: 4.1vw;
    font-weight: 700
}

.our-game-section .title-content {
    font-size: 1.6vw
}

.faq-section .swiper-button-next,
.faq-section .swiper-button-prev {
    top: 52%
}

.faq-section .swiper-button-next {
    right: 0
}

.faq-section .swiper-button-prev {
    left: 0
}

@media (min-width:322px) and (max-width:768px) {
    .thumb-game p {
        font-size: 15px
    }

    .thumb-game p sup {
        font-size: 10px
    }

    .our-game-section .title {
        font-size: 30px
    }

    .our-game-section .title-content {
        font-size: 18px
    }
}

.modal-dialog.modal-full {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.modal-content.modal-faq {
    background-color: transparent;
    border: none;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset
}

.nav-tabs.tab-faq .nav-item {
    background-color: #000;
    color: #fff;
    flex: 50%;
    display: flex;
    height: 40px
}

.nav-tabs.tab-faq .nav-item a {
    color: #fff
}

.nav-tabs.tab-faq .nav-link,
.nav-tabs.tab-faq .nav-link.active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.nav-tabs.tab-faq .nav-link.active {
    background-color: #f58420;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: #f58420;
    color: #fff;
    box-shadow: 0 2px 4px #000
}

.nav-tabs.tab-faq .nav-link:hover {
    border-color: transparent
}

.modal-faq .tab-content {
    background-color: #fff
}

.modal-faq .tab-content p {
    color: #000;
    padding: 20px
}

.thumb-fix {
    padding-bottom: 100%;
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.modal-faq .title {
    color: #fff;
    font-size: 70px
}

.swiper-modal {
    padding: 80px 30px;
    width: 100%
}

.tab-faq-md {
    padding-right: 0 !important
}

.x-close.close-modal {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10
}

.x-close.close-modal:after,
.x-close.close-modal:before {
    background-color: #fff;
    height: 2.5px
}

@media (max-width:500px) {
    .modal-faq .title {
        color: #fff;
        font-size: 50px
    }
}

@media (max-width:527px) {
    .nav-tabs.tab-faq .nav-item a {
        font-size: 2.5vw
    }

    .modal-faq .tab-content p {
        font-size: 3vw;
        padding: 10px
    }
}

.animation-img {
    pointer-events: none;
    width: 100px;
    top: 50%;
    left: 50%
}

.animation-img,
.faq-ani {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.faq-ani {
    top: 40%;
    width: 200px;
    left: 55%;
    z-index: 1
}

.faq-ani img {
    position: absolute;
    opacity: 0;
    object-fit: cover
}

.athena-cr-ani .text-animation ul li .animation-img img {
    position: absolute;
    left: 0;
    opacity: 0
}

.faq-banner {
    height: 100vh;
    background-color: #19181b
}

.faq-banner .text-banner {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10
}

.faq-banner .text-banner h1 {
    color: #ff8300;
    font-size: 160px;
    font-weight: 800
}

.joinUs-banner-section {
    overflow: hidden
}

.joinUs-banner-section .faq-banner .text-banner h1 {
    font-size: 150px
}

.po-section p {
    color: #53575a;
    text-align: justify
}

.po-section h4 {
    color: #ff8300;
    text-align: left;
    font-size: 30px
}

.po-section h5 {
    padding-bottom: 15px
}

.po-section h5,
.po-section h5 a {
    color: #ff8300;
    text-align: center;
    font-size: 20px
}

.po-section h5 a {
    text-decoration: underline
}

@media (max-width:767.81px) {

    .athena-cr-ani.bg-img,
    .faq-banner,
    .text-animation ul {
        height: 60vh
    }

    .faq-banner .text-banner h1,
    .joinUs-banner-section .faq-banner .text-banner h1 {
        font-size: 80px
    }

    .thumb-game img {
        max-width: 100%
    }

    .faq-ani {
        width: 100px
    }
}

@media (max-width:550px) {

    .faq-banner .text-banner h1,
    .joinUs-banner-section .faq-banner .text-banner h1 {
        font-size: 70px
    }

    .athena-cr-ani .text-animation ul li:hover .icon-ani img:first-child {
        top: -100%
    }

    .animation-img {
        width: 50px
    }
}

@media (max-width:400px) {
    .faq-ani {
        width: 50px
    }

    .faq-banner .text-banner h1,
    .joinUs-banner-section .faq-banner .text-banner h1 {
        font-size: 37px
    }
}

@media (max-width:400px) {
    .home-join-section._joinUs-page .parallax-container .element {
        max-width: 30px
    }

    .mobile ul li {
        display: inline-block;
        width: calc(50% - 10px);
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.toggle-time-line-1 {
    cursor: pointer
}

.cd-timeline-block.cd-1 {
    margin-top: 10px
}

.content-dow-sp {
    padding-top: 30px
}

.content-dow-sp p {
    color: #53575a;
    font-size: 16px;
    text-align: center
}

.content-dow-sp .btn-do {
    text-align: center
}

.content-dow-sp .btn-do a {
    padding: 10px
}

.swiper-faq .game-box-row .game-box {
    margin-bottom: 0
}

.section.home-join-section._joinUs-page.bg-orange.header-change {
    overflow: hidden
}

.list-menu li {
    padding: 10px 0
}

.list-menu.mobi-full li {
    text-align: left;
    padding: 10px 0
}

.in-lock a,
.in-lock i {
    display: inline-block;
    font-weight: 700;
    color: #53575a;
    padding: 10px 0
}

.in-lock i {
    padding-left: 10px;
    font-size: 30px
}

.swiper-faq .swiper-slide {
    display: flex
}

.swiper-faq .swiper-slide .game-box-row {
    width: 100%;
    display: flex
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Nexa
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

img {
    max-width: 100%
}

input:focus {
    outline: 0
}

textarea:focus {
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none
}

button:focus {
    outline: 0
}

form {
    margin-bottom: 0
}

.section {
    position: relative
}

.swiper-slide,
.swiper-wrapper {
    height: auto
}

p {
    font-size: 16.28px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400
}

h2 {
    font-size: 55px
}

h3 {
    font-size: 53.71px
}

h4 {
    font-size: 32.55px;
    font-weight: 700
}

h5 {
    font-size: 22px
}

h5,
h6 {
    font-weight: 400
}

h6 {
    font-size: 19.53px
}

@media (max-width:991.82px) {
    h2 {
        font-size: 45px
    }

    h3 {
        font-size: 41px
    }

    h4 {
        font-size: 26px;
        font-weight: 700
    }

    h5 {
        font-size: 19px
    }

    h5,
    h6 {
        font-weight: 400
    }

    h6 {
        font-size: 17px
    }
}

@media (max-width:767.82px) {
    h2 {
        font-size: 40px
    }

    h3 {
        font-size: 36px
    }

    h4 {
        font-size: 23px;
        font-weight: 700
    }

    h5 {
        font-size: 18px
    }

    h5,
    h6 {
        font-weight: 400
    }

    h6 {
        font-size: 17px
    }
}

.fixed-thumb {
    position: relative;
    width: 100%;
    height: .1px;
    overflow: hidden;
    padding-bottom: 60%
}

.fixed-thumb._square {
    padding-bottom: 100%
}

.fixed-thumb._contain img {
    -o-object-fit: contain;
    object-fit: contain
}

.fixed-thumb img {
    -o-object-fit: cover;
    object-fit: cover
}

.fixed-thumb iframe,
.fixed-thumb img,
.fixed-thumb video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fixed-thumb._video {
    padding-bottom: 56.25%
}

.video-play-btn {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.video-play-btn:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%)
}

.video-play-btn:after,
.video-play-btn:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%
}

.video-play-btn:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.video-play-btn:hover {
    width: 50px;
    height: 50px
}

.video-play-btn:hover:after {
    opacity: 1;
    width: 48px;
    height: 48px
}

.x-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative
}

.x-close:after,
.x-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background: red;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.x-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.store-download-btn img {
    max-width: 180px
}

@media (max-width:575.82px) {
    .store-download-btn img {
        max-width: 150px
    }
}

.page-banner {
    height: 100vh;
    width: 100%;
    overflow: hidden
}

.page-banner .store-download-btn {
    position: absolute;
    bottom: 8vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 50
}

.page-banner .store-download-btn a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-left: 7px;
    margin-right: 7px
}

.page-banner .store-download-btn img {
    max-width: 180px
}

@media (max-width:575.82px) {
    .page-banner .store-download-btn img {
        max-width: 150px
    }
}

.row-20 {
    margin-left: -20px;
    margin-right: -20px
}

.row-20>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

.title__ h3 {
    color: #ff8300;
    font-weight: 900;
    margin-bottom: 0
}

.title__._white>* {
    color: #fff
}

.site-btn {
    display: block;
    color: #53575a;
    overflow: hidden;
    height: 69px;
    line-height: 69px;
    padding: 0 25px;
    border: 1px solid #ff8300;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.site-btn span {
    position: relative;
    z-index: 1;
    font-size: 22.79px;
    text-transform: uppercase
}

.site-btn:before {
    left: 0;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.site-btn:after,
.site-btn:before {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background: #ff8300
}

.site-btn:after {
    right: 0;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.site-btn:hover {
    background: #ff8300 !important;
    color: #fff !important
}

.site-btn._line-height-auto {
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-btn._big {
    height: 92px
}

.site-btn._center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1199.82px) {
    .site-btn span {
        font-size: 19px
    }
}

@media (max-width:991.82px) {
    .site-btn span {
        font-size: 17px
    }
}

@media (max-width:767.82px) {
    .site-btn {
        height: 60px;
        line-height: 60px
    }

    .site-btn._big {
        height: 65px
    }
}

.site-btn-black-white {
    background: #000;
    color: #ddd
}

.site-btn-white-white {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.site-btn-white-white:after,
.site-btn-white-white:before {
    background: #fff
}

.site-btn-white-white:hover {
    background: #fff !important;
    color: #ff8300 !important
}

.form-control._1 {
    background: 0 0;
    border-radius: 0;
    height: 51px;
    border: 1px solid #b7b7b7;
    color: #fff
}

.video-modal .modal-content {
    background: 0 0;
    border: none;
    border-radius: 50%
}

.video-modal .x-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.bg-parallax {
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.bg-parallax,
.bg-parallax .parallax-item {
    position: absolute;
    top: 0;
    left: 0
}

.list-pag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-pag ul li {
    margin-right: 10px
}

.list-pag ul li:last-child {
    margin-right: 0
}

.list-pag ul a,
.list-pag ul span {
    font-size: 23px;
    font-weight: 700;
    color: #fff
}

.list-pag ul a.active,
.list-pag ul li.active a,
.list-pag ul li.active span,
.list-pag ul span.active {
    color: #ff8300
}

.ham {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer
}

.ham>div {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ham>div,
.ham>div:after,
.ham>div:before {
    background: #404040;
    width: 20px;
    height: 2px;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ham>div:after,
.ham>div:before {
    content: "";
    top: 7px;
    left: 0
}

.ham>div:after {
    top: -7px
}

.site-header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.site-header .mega-menu .list-menu {
    position: absolute;
    position-display: inline-block;
    display: none;
    background-color: #fff;
    width: 40%;
    padding: 20px;
    border: 1px solid #ff8300;
    height: 50vh;
    overflow-y: scroll;
}

.site-header .mega-menu .list-menu a {
    color: #53575a;
    font-size: 16px;
    line-height: 2;
    display: block
}

.site-header .mega-menu .list-menu a:hover {
    color: #ff8300
}

.site-header .mega-menu .list-menu .icon-nav {
    border-radius: 30%;
    width: 20px;
    margin-right: 10px
}

.site-header .mega-menu .list-menu.mobi-full {
    width: 100%
}

.site-header .mega-menu:hover .list-menu {
    display: block
}

@media (max-width:767.81px) {
    .site-header .mega-menu .list-menu {
        position: relative
    }
}

.site-header-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-header-content .logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 200px;
    padding: 0 90px 0 0
}

.site-header-content .logo img {
    max-width: 100%
}

.site-header-content .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-header-content .nav ul>li>a {
    display: block;
    font-size: 16.28px;
    color: #53575a;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.site-header-content .nav ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ff8300;
    bottom: 20px;
    opacity: 0
}

.site-header-content .nav ul>li.active>a,
.site-header-content .nav ul>li:hover>a {
    color: #ff8300
}

.site-header-content .nav ul>li.active>a:before,
.site-header-content .nav ul>li:hover>a:before {
    opacity: 0
}

.site-header-content .search-gr {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-header-content .search-gr form {
    border: 1px solid #898989;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px
}

.site-header-content .search-gr form input {
    padding-left: 5px;
    height: 21px;
    width: 100%;
    font-size: 12px;
    background: 0 0;
    border: none
}

.site-header-content .search-gr form button {
    font-size: 10px;
    background: 0 0;
    border: none
}

.site-header-content .search-gr a.share-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #53575a;
    font-size: 16.28px;
    font-weight: 800;
    margin-left: 20px
}

.site-header-content .search-gr a.share-btn svg {
    width: 15px;
    height: 15px
}

.site-header-content .search-gr .search-btn {
    display: block;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-header-content .search-gr .search-btn i:first-child {
    display: none
}

.site-header-content .search-gr .search-btn i:last-child,
.site-header-content .search-gr .search-btn.collapsed i:first-child {
    display: block
}

.site-header-content .search-gr .search-btn.collapsed i:last-child {
    display: none
}

.site-header-content .ham {
    margin-left: 20px
}

.site-header-content .ham:not(.collapsed)>div {
    background: 0 0
}

.site-header-content .ham:not(.collapsed)>div:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.site-header-content .ham:not(.collapsed)>div:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.site-header.dark {
    background: 0 0
}

.site-header.dark .site-header-content .search-gr form input {
    color: #fff
}

.site-header.light {
    background: 0 0;
    color: #e0e0e0
}

.site-header.light .site-header-content .nav ul>li>a {
    color: #e0e0e0
}

.site-header.light .site-header-content .nav ul>li.active {
    color: #ff8300
}

.site-header.light .site-header-content .search-gr form {
    border-color: #fff
}

.site-header.light .site-header-content .search-gr a,
.site-header.light .site-header-content .search-gr form button,
.site-header.light .site-header-content .search-gr form input {
    color: #fff
}

.search-toggle {
    position: absolute;
    top: 100%;
    background: #fff;
    right: 15px
}

.search-toggle form {
    padding: 5px
}

.search-toggle button,
.search-toggle input {
    background: 0 0;
    border: none
}

.search-toggle input {
    padding-left: 5px;
    width: 200px
}

.menu-toggle {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff
}

.menu-toggle ul {
    border-top: 1px solid #ff8300
}

.menu-toggle ul>li>a {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #53575a;
    padding: 10px 0
}

.menu-toggle ul>li.active a,
.menu-toggle ul>li:hover a {
    color: #ff8300
}

@media (max-width:767.82px) {
    .site-header-content .nav {
        visibility: hidden
    }

    .site-header-content .nav ul>li>a {
        white-space: nowrap
    }
}

.site-footer {
    background: #fff;
    padding-top: 50px
}

.site-footer .logo {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 155px;
    margin-bottom: 20px
}

.site-footer .logo img {
    max-width: 100%
}

.site-footer .footer-text {
    text-align: center;
    color: #53575a;
    margin-bottom: 30px
}

.footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.footer-nav ul li {
    margin-left: 10px;
    margin-right: 10px
}

.footer-nav ul li a {
    color: #53575a
}

.footer-nav ul li a:hover {
    color: #ff8300
}

.footer-logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-logo-list .logo-item {
    width: 70px;
    margin: 5px
}

.footer-logo-list .logo-item img {
    max-width: 100%;
    border-radius: 15%
}

.footer-swiper-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 600px;
    max-width: 100%
}

.footer-swiper img {
    width: 80px;
    max-width: 100%
}

.footer-swiper a {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.footer-swiper a:last-child {
    margin-bottom: 0
}

.footer-swiper-nav {
    position: absolute;
    top: 50%;
    max-width: 29px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-swiper-nav:focus {
    outline: 0;
    cursor: pointer
}

.footer-swiper-nav img {
    max-width: 100%
}

.footer-swiper-nav.prev {
    left: -50px
}

.footer-swiper-nav.next {
    right: -50px
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.footer-social,
.footer-social a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-social a {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #53575a;
    color: #53575a;
    font-size: 20px
}

.footer-hr {
    width: 950px;
    max-width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #53575a
}

.copy-right {
    text-align: center;
    font-size: 13px;
    color: #53575a;
    font-weight: 400;
    padding: 20px 0
}

@media (max-width:767.82px) {
    .footer-swiper-nav {
        z-index: 1;
        max-width: 15px
    }

    .footer-swiper-nav.prev {
        left: 5px
    }

    .footer-swiper-nav.next {
        right: 5px
    }
}

.u_ab-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bg-black {
    background: #000
}

.bg-orange {
    background: #ff8300
}

.bg-cover {
    background-size: cover;
    background-position: 50%
}

.whitePlaneCover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0)
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes a {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.lFloat_x_1 {
    -webkit-animation-name: a;
    animation-name: a;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.lFloat_x_1,
.lFloat_y_1 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.lFloat_y_1 {
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animation-delay-1 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.home-banners-wrapper {
    width: 100%;
    overflow: hidden
}

.home-banners-wrapper .game-download-btn {
    position: absolute;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-banners-wrapper .game-download-btn a {
    display: inline-block;
    margin: 0 7px
}

.home-banners-wrapper .game-download-btn a img {
    max-width: 180px
}

@media (max-width:575.82px) {
    .home-banners-wrapper .game-download-btn a img {
        max-width: 150px
    }
}

.home-banners-wrapper .download-btn-1 {
    top: 190vh
}

.home-banners-wrapper .download-btn-2 {
    top: 290vh
}

.home-banners-wrapper .leaves {
    position: absolute;
    top: 200vh;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 100%
}

.home-banners-wrapper .leaves img {
    width: 100%
}

.home-banners-wrapper .leaves-2 {
    position: absolute;
    top: 300vh;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 100%
}

.home-banners-wrapper .leaves-2 img {
    width: 100%
}

.home-banners-wrapper .page-banner {
    overflow: visible
}

.home-banners-wrapper .banner-1 {
    z-index: 3
}

.home-banners-wrapper .banner-2 {
    z-index: 2
}

.banner-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: green;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.banner-video-bg.active {
    visibility: visible;
    opacity: 1
}

.banner-video-bg .video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner-video-bg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.animation-trigger,
.animation-trigger-2,
.animation-trigger-3 {
    width: 30px;
    height: 30px;
    background: green;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    overflow: hidden;
    opacity: 0
}

.animate-object {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px
}

.animate-object img {
    max-width: 100%
}

.animate-object.g-c {
    top: 10px;
    right: 10px;
    z-index: 40;
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.animate-object.g-c img {
    max-width: 50px
}

.animate-object.egg {
    top: 60px;
    left: 0
}

.animate-object.character {
    left: 60%;
    top: 40%;
    width: 250px;
    z-index: 30
}

.animate-object.character .shuriken-char {
    position: relative;
    display: table
}

.animate-object.character .shuriken-char>img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.animate-object.character .shuriken-char>img:first-child {
    position: relative
}

.animate-object.character .shuriken-char>img {
    opacity: 0
}

.animate-object.character .shuriken-char>img.active {
    opacity: 1
}

.animate-object.sushi-1 {
    width: 250px;
    top: 75%;
    left: 15%;
    z-index: 9
}

.animate-object.sushi-2 {
    width: 250px;
    bottom: 0;
    right: 10%;
    -webkit-transform: none;
    transform: none;
    z-index: 34
}

.animate-object.sushi-2 img {
    position: absolute;
    top: 0;
    left: 0
}

.animate-object.sushi-2 img:first-child {
    position: relative
}

.animate-object.shuriken_3 {
    top: 100%;
    left: 50%;
    z-index: 40
}

.animate-object.shuriken_2 {
    left: 7%;
    top: 60%;
    width: 230px
}

.animate-object.splash-1 {
    top: 65%;
    left: 7%;
    z-index: 8
}

.animate-object.shuriken_1 {
    right: 16%;
    bottom: 20%;
    -webkit-transform: none;
    transform: none;
    z-index: 32
}

.animate-object.splash-2 {
    bottom: 13%;
    right: 15%;
    z-index: 33;
    -webkit-transform: none;
    transform: none
}

.animate-object.overlay-1 {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    z-index: 10
}

.animate-object.overlay-1 .bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: translateX(-50%) skewX(-45deg);
    transform: translateX(-50%) skewX(-45deg)
}

.animate-object.overlay-2 {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none
}

.animate-object.overlay-2 .bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translateX(90%) skewX(-45deg);
    transform: translateX(90%) skewX(-45deg)
}

.animate-object.shuriken-title {
    z-index: 30;
    top: 30%;
    left: 30%;
    -webkit-transform: none;
    transform: none
}

.animate-object.sakura {
    top: 0;
    right: 0;
    -webkit-transform: none;
    transform: none
}

.animate-object.sakura img {
    display: block;
    margin-left: auto;
    margin-right: 0
}

.banner-2-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: 0 0;
    background-repeat: repeat
}

.animate-object-2,
.banner-2-bg {
    position: absolute
}

.animate-object-2 img {
    max-width: 100%
}

.animate-object-2.wall {
    height: 200px;
    left: 0;
    bottom: 0;
    width: 100%
}

.animate-object-2.wall div {
    height: 200px;
    width: 100%;
    background-repeat: repeat;
    background-size: auto 200px
}

.animate-object-2.leaf-1 {
    right: 10%;
    bottom: 20px;
    z-index: 41;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.animate-object-2.leaf-2 {
    left: 0;
    bottom: 20px;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    z-index: 40
}

.animate-object-2.leaf-3 {
    width: 100%;
    height: 200px
}

.animate-object-2.leaf-3 div {
    width: 100%;
    height: 200px;
    background-repeat: repeat;
    background-size: auto 200px
}

.animate-object-2.leaf-3._reverse {
    bottom: 0;
    top: auto;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.animate-object-2.leaf-3._reverse div {
    height: 100px;
    background-size: auto 100px
}

.animate-object-2.cat {
    width: 1000px;
    left: 10%;
    bottom: 200px;
    z-index: 30
}

.animate-object-2.cat._coin-more {
    left: 20%;
    top: 10%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 29
}

.animate-object-2.cat .cat-animation {
    position: relative;
    display: table
}

.animate-object-2.cat .cat-animation>img:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.animate-object-2.cat .cat-animation>img:not(:first-child):first-child {
    position: relative
}

.animate-object-2.cat .cat-animation>img {
    opacity: 0
}

.animate-object-2.cat .cat-animation>img.active {
    opacity: 1
}

.animate-object-2.cat .particles {
    position: absolute;
    top: 0;
    left: 0
}

.animate-object-2.wool {
    width: 300px;
    right: 20%;
    bottom: 150px
}

.animate-object-2.game-logo {
    top: 40%;
    right: 10%;
    z-index: 31;
    max-width: 300px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.animate-object-2.overlay-1 {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    z-index: 10
}

.animate-object-2.overlay-1 .bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: translateX(-67%) skewX(-45deg);
    transform: translateX(-67%) skewX(-45deg)
}

.animate-object-2.overlay-2 {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    z-index: 40
}

.animate-object-2.overlay-2 .bg-1 {
    background: #ff8300;
    -webkit-transform: translateX(95%) skewX(-45deg);
    transform: translateX(95%) skewX(-45deg)
}

#banner3-video,
.animate-object-2.overlay-2 .bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#banner3-video {
    z-index: 1
}

.animate-object-3 {
    position: absolute
}

.animate-object-3 img {
    max-width: 100%
}

.animate-object-3.leaf-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.animate-object-3.leaf-3>div {
    width: 100%;
    background-repeat: repeat;
    height: 100px;
    background-size: auto 100px
}

.animate-object-3.play-scene {
    width: 767px;
    max-width: 70%
}

.animate-object-3.play-scene,
.animate-object-3.wood-block {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.animate-object-3.wood-block {
    height: 80%
}

.animate-object-3.wood-block img {
    max-width: unset;
    max-height: 100%
}

.animate-object-3.play-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
    width: 270px;
    z-index: 1;
    cursor: pointer
}

.animate-object-3.woody-text {
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 500px
}

.animate-object-3.glow {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
    height: 100%;
    max-height: 800px
}

.animate-object-3.glow img {
    max-width: unset;
    max-height: 100%
}

.animate-object-3.woody-logo {
    width: 280px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.animate-object-3.woody-logo img {
    width: 300px
}

.animate-object-3.overlay-2 {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none
}

.animate-object-3.overlay-2 .bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform: translateX(95%) skewX(-45deg);
    transform: translateX(95%) skewX(-45deg)
}

@media (max-width:991.82px) {

    .animate-object,
    .animate-object.character,
    .animate-object.sushi-1,
    .animate-object.sushi-2 {
        width: 200px
    }

    .animate-object.shuriken_2 {
        width: 180px
    }

    .animate-object.overlay-1 .bg-1 {
        -webkit-transform: translateX(-50%) skewX(-45deg);
        transform: translateX(-50%) skewX(-45deg)
    }

    .animate-object.overlay-2 .bg-1 {
        -webkit-transform: translateX(90%) skewX(-45deg);
        transform: translateX(90%) skewX(-45deg)
    }

    .animate-object-2.game-logo {
        max-width: 200px
    }

    .animate-object-2.cat {
        width: 800px
    }

    .animate-object-3.wood-block {
        height: auto;
        width: 100%
    }

    .animate-object-3.wood-block img {
        max-width: 100%;
        max-height: unset
    }

    .animate-object-3.woody-logo {
        width: 275px
    }
}

@media (max-width:767.82px) {

    .animate-object,
    .animate-object.character,
    .animate-object.sushi-1 {
        width: 150px
    }

    .animate-object.sushi-2 {
        width: 150px;
        bottom: 6%
    }

    .animate-object.shuriken_2 {
        width: 140px
    }

    .animate-object.overlay-1 .bg-1 {
        -webkit-transform: translateX(-50%) skewX(-45deg);
        transform: translateX(-50%) skewX(-45deg)
    }

    .animate-object.overlay-2 .bg-1 {
        -webkit-transform: translateX(90%) skewX(-45deg);
        transform: translateX(90%) skewX(-45deg)
    }

    .animate-object-2.overlay-1 .bg-1 {
        -webkit-transform: translateX(-90%) skewX(-45deg);
        transform: translateX(-90%) skewX(-45deg)
    }

    .animate-object-2.overlay-2 .bg-1 {
        -webkit-transform: translateX(100%) skewX(-45deg);
        transform: translateX(100%) skewX(-45deg)
    }

    .animate-object-2.leaf-1 {
        right: 27%;
        width: 200px
    }

    .animate-object-2.leaf-2 {
        width: 200px
    }

    .animate-object-3.glow {
        max-height: 400px
    }

    .animate-object-3.play-btn {
        width: 200px
    }

    .animate-object-3.woody-logo {
        width: 205px
    }
}

@media (max-width:575.82px) {
    .animate-object.character {
        top: 32%
    }

    .animate-object.shuriken-title {
        left: 10%;
        left: 30px
    }

    .animate-object.overlay-1 .bg-1 {
        -webkit-transform: translateX(-80%) skewX(-45deg);
        transform: translateX(-80%) skewX(-45deg)
    }

    .animate-object.overlay-2 .bg-1 {
        -webkit-transform: translateX(100%) skewX(-45deg);
        transform: translateX(100%) skewX(-45deg)
    }

    .animate-object-2.overlay-1 .bg-1 {
        -webkit-transform: translateX(-90%) skewX(-45deg);
        transform: translateX(-90%) skewX(-45deg)
    }

    .animate-object-2.overlay-2 .bg-1 {
        -webkit-transform: translateX(130%) skewX(-45deg);
        transform: translateX(130%) skewX(-45deg)
    }

    .animate-object-2.cat {
        width: 600px;
        left: -1%
    }

    .animate-object-2.game-logo {
        top: 25%
    }

    .animate-object-3.play-btn {
        width: 130px
    }

    .animate-object-3.overlay-2 .bg-1 {
        -webkit-transform: translateX(115%) skewX(-45deg);
        transform: translateX(115%) skewX(-45deg)
    }

    .animate-object-3.glow {
        height: 300px
    }

    .animate-object.sushi-1 {
        width: 100px;
        top: 67%
    }

    .animate-object.sushi-2 {
        width: 100px;
        bottom: 30%;
        right: 2%
    }

    .animate-object.shuriken_3 {
        top: 80%
    }

    .animate-object.shuriken_2 {
        width: 100px;
        left: 12%;
        top: 59%
    }

    .animate-object.shuriken_1 {
        width: 100px;
        right: 2%;
        bottom: 41%
    }

    .animate-object.splash-1 {
        top: 61%;
        left: 12%
    }

    .animate-object.splash-2 {
        width: 100px;
        bottom: 38%;
        right: 2%
    }

    .animate-object-2.leaf-1 {
        bottom: 77px;
        width: 100px
    }

    .animate-object-2.leaf-2 {
        width: 100px;
        bottom: 50px
    }

    .animate-object-3.woody-logo {
        width: 135px
    }
}

@media (max-width:400px) {
    .animate-object-2.cat {
        width: 500px
    }

    .animate-object-2.game-logo {
        max-width: 150px;
        top: 30%;
        right: 17%
    }
}

.page-banner .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 128, 0, .5);
    z-index: 51;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-banner .video-bg._showing {
    opacity: 1;
    visibility: visible
}

.page-banner .banner3-video-sizer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home-welcome-section {
    padding-bottom: 80px;
    padding-top: 140px;
    overflow: hidden
}

.home-welcome-section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.home-welcome-section .video-bg:before {
    content: "";
    background: rgba(0, 0, 0, .9);
    z-index: 1
}

.home-welcome-section .video-bg .video-wrapper,
.home-welcome-section .video-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-welcome-section .video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.home-welcome-section .parallax-item {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home-welcome-section .parallax-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.home-welcome-section .container {
    position: relative;
    z-index: 1
}

.home-welcome-section .title__ {
    margin-bottom: 120px
}

.home-welcome-section h4 {
    font-weight: 700;
    color: #cbcbcb;
    margin-bottom: 50px
}

.home-welcome-section h5 {
    color: #ababab
}

.home-welcome-section .spacing-sm {
    height: 90px
}

.home-welcome-section .spacing {
    height: 200px;
    width: 100%
}

.home-welcome-section .number-box {
    margin-bottom: 70px
}

.home-welcome-section .number-box h2 {
    color: #fff
}

.home-welcome-section .number-box h5 {
    color: #aaa;
    margin-bottom: 0
}

.home-welcome-section .r-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-welcome-section .r-1>:first-child {
    margin-right: 100px
}

.home-welcome-section .r-1>:last-child {
    margin-left: 100px
}

.home-welcome-section .r-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-welcome-section .r-2>* {
    margin-left: 30px;
    margin-right: 30px;
    text-align: center
}

.game-box {
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.game-box .img {
    width: 100%;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
}

.game-box .img:after,
.game-box .img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    background: hsla(0, 0%, 100%, .5);
    z-index: 1;
    left: -200px
}

.game-box .img:after {
    width: 25%;
    left: -200px
}

.game-box .text {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.game-box .text,
.game-box .text .space-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.game-box .text .end,
.game-box .text .end a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.game-box .text .end a {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px
}

.game-box .text .end a img {
    max-width: 24px
}

.game-box h5 {
    font-weight: 800;
    margin-bottom: 0;
    color: #53575a
}

.game-box:hover .img:before {
    left: 300px
}

.game-box:hover .img:after,
.game-box:hover .img:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.game-box:hover .img:after {
    left: 350px
}

.banner-3-sound-control {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 999
}

.banner-3-sound-control .ic {
    color: #ff8300
}

.banner-3-sound-control .ic i:first-child {
    display: block
}

.banner-3-sound-control .ic i:last-child,
.banner-3-sound-control .ic._muted i:first-child {
    display: none
}

.banner-3-sound-control .ic._muted i:last-child {
    display: block
}

.game-box-row>[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.game-box-row .game-box {
    width: 100%;
    margin-bottom: 45px
}
@media (max-width: 575.82px){
    .game-box-row .game-box {
        margin-bottom: 15px
    }
}

.home-games-section {
    padding-bottom: 40px;
    padding-top: 65px
}

.home-games-section .see-more {
    padding-left: 50px;
    padding-right: 50px
}

.home-story-section {
    background: #53575a;
    padding-top: 40px;
    padding-bottom: 50px
}

.home-story-section h6 {
    color: #fff;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.home-story-section .video {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-shadow: 10px 17px 17px 12px rgba(0, 0, 0, .37);
    box-shadow: 10px 17px 17px 12px rgba(0, 0, 0, .37)
}

.home-story-section .video .play-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    cursor: pointer
}

.home-story-section .video .play-btn img {
    max-width: 125px
}

.home-story-section .video .success-v {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home-story-section .video._showing .success-v {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.journey-timeline {
    color: #ff8300;
    font-weight: 700;
    position: relative
}

.journey-timeline .line {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: #53575a;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.journey-timeline .line:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #fff
}

.journey-timeline .box {
    width: 50%;
    position: relative
}

.journey-timeline .box .dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #ff8300;
    border-radius: 50%;
    top: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.journey-timeline .box .dot:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff8300
}

.journey-timeline .box._right {
    padding-left: 33px;
    margin-left: auto;
    margin-right: 0
}

.journey-timeline .box._right .dot {
    left: 0
}

.journey-timeline .box._left {
    padding-right: 33px;
    text-align: right
}

.journey-timeline .box._left .dot {
    left: 100%
}

.journey-timeline .box._left p {
    margin-left: auto;
    margin-right: 0
}

.journey-timeline p {
    color: #53575a;
    max-width: 100%
}

.journey-timeline .box:last-child:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 5px;
    height: calc(100% - 5px);
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.journey-timeline .box._left:last-child:before {
    left: 100%
}

.journey-timeline .box._right:last-child:before {
    left: 0
}

.home-journey-section {
    padding-top: 55px;
    padding-bottom: 55px
}

.home-join-section .title__ h6 {
    width: 790px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.joinUs-2-section {
    background: #ebebeb;
    padding: 100px 0
}

.joinUs-2-content {
    background: #fff;
    border-radius: 10px;
    padding: 50px
}

.joinUs-2-content .text {
    width: 300px;
    max-width: 100%
}

.joinUs-2-content .img-wrap {
    position: relative;
    width: 100%;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.joinUs-2-content .img-wrap .elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%
}

.joinUs-2-content .img-wrap .elements>div {
    position: absolute
}

.joinUs-2-content .img-wrap .elements>div img {
    max-width: 80px
}

.joinUs-2-content .img-wrap .elements .el-1 {
    top: 0;
    left: 0;
    -webkit-transform: translate(-80%, -80%) scale(.9) rotate(45deg);
    transform: translate(-80%, -80%) scale(.9) rotate(45deg)
}

.joinUs-2-content .img-wrap .elements .el-2 {
    top: 0;
    right: 0;
    -webkit-transform: translate(20%, -110%) scale(.9);
    transform: translate(20%, -110%) scale(.9)
}

.joinUs-2-content .img-wrap .elements .el-3 {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-80%, 80%) scale(.9) rotate(-40deg);
    transform: translate(-80%, 80%) scale(.9) rotate(-40deg)
}

.joinUs-2-content .img-wrap .elements .el-4 {
    top: 50%;
    right: 0;
    -webkit-transform: translate(80%, -50%) scale(.9);
    transform: translate(80%, -50%) scale(.9)
}

.joinUs-2-content .img-wrap .elements .el-5 {
    top: 100%;
    right: 0;
    -webkit-transform: translate(50%, -40%) scale(.9);
    transform: translate(50%, -40%) scale(.9);
    z-index: 3
}

.joinUs-2-content .joinUs-2-swiper {
    width: 130%;
    float: left
}

.joinUs-2-content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #ff8300
}

.joinUs-2-content .hr {
    width: 100px;
    height: 4px;
    background: #ff8300
}

.joinUs-2-content p {
    color: #000;
    font-weight: 100
}

.joinUs-2-content a {
    display: table;
    background: #ff8300;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 40px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.joinUs-2-content a:hover {
    -webkit-box-shadow: 0 3px 10px rgba(255, 131, 0, .3);
    box-shadow: 0 3px 10px rgba(255, 131, 0, .3)
}

.joinUs-2-swiper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px
}

.joinUs-2-swiper .img {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.joinUs-2-swiper .fixed-thumb {
    padding-bottom: 56.25%
}

.joinUs-2-swiper .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.joinUs-2-swiper img {
    width: 100%
}

.joinUs-2-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.joinUs-2-pag .swiper-pagination-bullet:focus {
    outline: 0
}

.joinUs-2-pag .swiper-pagination-bullet-active {
    background: #ff8300
}

.position-row>[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.position-row>[class*=col-]>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.position-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 37px
}

.position-box,
.position-box .ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.position-box .ic {
    width: 155px;
    height: 155px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.position-box .ic svg {
    fill: none;
    stroke: #ff8300;
    stroke-width: 1px;
    padding: 30px;
    width: 100%;
    height: 100%;
    stroke-dashoffset: 0
}

.position-box .ic svg circle,
.position-box .ic svg line,
.position-box .ic svg path,
.position-box .ic svg polygon,
.position-box .ic svg polyline,
.position-box .ic svg rect {
    stroke-width: 8px;
    stroke-dashoffset: 1000px
}
.position-box .ic a img{
	max-width: 50%;
}
.position-box h6 {
    color: #fff;
    margin-bottom: 5px
}

.position-box p {
    color: #53575a;
    margin-bottom: 0
}

.position-box .hr {
    width: 100%;
    height: 2px;
    background: #ff8300
}

.position-box .space-grow {
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.position-box a.more {
    display: block;
    width: 100%;
    font-size: 16.28px;
    color: #53575a;
    font-weight: 800;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.position-box a.more:hover {
    border-color: #ff8300;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3)
}

.home-join-section {
    padding-top: 70px;
    padding-bottom: 50px
}

.home-join-section .site-btn {
    padding-left: 50px;
    padding-right: 50px
}

.news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-card .img {
    width: 100%
}

.news-card .fixed-thumb {
    padding-bottom: 58.456%
}

.news-card .text {
    background: #111;
    padding: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-card .text,
.news-card .text .space-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.news-card h5 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.news-card p.sm {
    margin-bottom: 0
}

.news-card p.sm a {
    color: #ff8300
}

.news-card p.sm a:hover {
    text-decoration: underline
}

.trending-news-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.trending-news-swiper .swiper-slide .news-card {
    width: 100%
}

.trending-news-swiper-wrap {
    position: relative
}

.trending-news-swiper-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer
}

.trending-news-swiper-nav:focus {
    outline: 0
}

.trending-news-swiper-nav img {
    max-width: 30px
}

.trending-news-swiper-nav.prev {
    left: -50px
}

.trending-news-swiper-nav.next {
    right: -50px
}

.home-news-section {
    padding-top: 75px;
    padding-bottom: 140px
}

.home-contact-section {
    background: #53575a
}

.home-contact-section .bg-parallax .parallax-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
}

.home-contact-section .bg-parallax .parallax-item img,
.home-contact-section .bg-parallax .parallax-item._2 {
    width: 100%
}

.home-contact-section .title__ h5 {
    color: #fff
}

.contact-form {
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.contact-form .form-group {
    margin-bottom: 44px
}

.contact-form .form-group h5 {
    color: #fff;
    margin-bottom: 0
}

.contact-form .form-group textarea {
    height: 172px
}

.contact-form .site-btn {
    background: 0 0;
    color: #fff
}

.contact-form-row {
    margin-left: -40px;
    margin-right: -40px
}

.contact-form-row>[class*=col-] {
    padding-left: 40px;
    padding-right: 40px
}

.home-contact-section {
    padding-top: 88px;
    padding-bottom: 95px
}

@media (max-width:1199.82px) {
    .home-welcome-section .r-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home-welcome-section .r-1>:first-child {
        margin-right: 0
    }

    .home-welcome-section .r-1>:last-child {
        margin-left: 0
    }

    .home-welcome-section .r-1 .number-box {
        text-align: center
    }
}

@media (max-width:991.82px) {
    .home-welcome-section {
        padding-top: 65px;
        padding-bottom: 50px
    }

    .home-welcome-section .title__ {
        margin-bottom: 40px
    }

    .home-welcome-section h4 {
        margin-bottom: 20px
    }

    .home-welcome-section .spacing-sm {
        height: 30px
    }

    .home-welcome-section .spacing {
        height: 100px
    }

    .home-welcome-section .number-box {
        margin-bottom: 50px
    }

    .home-welcome-section .r-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-welcome-section .r-2 .number-box {
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }

    .joinUs-2-content .text {
        width: 100%
    }

    .joinUs-2-content .img-wrap {
        margin-top: 40px
    }

    .joinUs-2-content .img-wrap .elements {
        width: 100%
    }

    .joinUs-2-content .img-wrap .elements .el-1 {
        -webkit-transform: translate(10%, 10%);
        transform: translate(10%, 10%);
        z-index: 2
    }

    .joinUs-2-content .img-wrap .elements .el-2 {
        -webkit-transform: translateX(30%);
        transform: translateX(30%)
    }

    .joinUs-2-content .img-wrap .joinUs-2-swiper {
        width: 100%
    }
}

@media (max-width:767.82px) {
    .home-welcome-section .site-btn {
        margin-bottom: 20px
    }

    .home-welcome-section .spacing {
        height: 60px
    }

    .home-welcome-section .r-2 .number-box {
        width: 100%
    }

    .home-news-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .trending-news-swiper-nav img {
        max-width: 15px
    }

    .trending-news-swiper-nav.prev {
        left: -30px
    }

    .trending-news-swiper-nav.next {
        right: -30px
    }

    .joinUs-2-content .img-wrap .elements>div {
        max-width: 50px
    }

    .joinUs-2-content .img-wrap .elements>div img {
        max-width: 100%
    }
}

@media (max-width:575.82px) {
    .journey-timeline .line {
        left: 0
    }

    .journey-timeline .box,
    .journey-timeline .box p {
        width: 100%
    }

    .journey-timeline .box._left {
        padding-right: 0;
        padding-left: 33px;
        text-align: left
    }

    .journey-timeline .box._left .dot {
        left: 0
    }

    .journey-timeline .box._left p {
        margin-left: 0
    }

    .journey-timeline .box:before {
        left: 0 !important
    }

    .home-story-section .video .play-btn img {
        max-width: 75px
    }

    .trending-news-swiper-nav.prev {
        left: 5px
    }

    .trending-news-swiper-nav.next {
        right: 5px
    }

    .home-contact-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .contact-form-row {
        margin-left: -15px;
        margin-right: -15px
    }

    .contact-form-row>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }

    .game-box .img {
        max-width: 100px
    }

    .position-box {
        margin-bottom: 0
    }

    .position-box .ic {
        width: 100px;
        height: 100px;
        margin-bottom: 10px
    }
}

body.news-page {
    background: #19181b
}

.news-page-banner-section .fixed-thumb {
    padding-bottom: 39.758%
}

.news-page-banner-section .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%
}

.news-page-banner-section .text h3 {
    font-size: 100px;
    color: #000
}

.news-page-section {
    padding-top: 119px;
    padding-bottom: 80px
}

.news-page-section .parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.news-page-section .parallax-container .element {
    position: absolute
}

.news-page-section .parallax-container .element-1 {
    top: 0;
    right: 20%
}

.news-page-section .parallax-container .element-1 img {
    -webkit-transform: translateY(-30%) rotate(-30deg);
    transform: translateY(-30%) rotate(-30deg)
}

.news-page-section .parallax-container .element-2 {
    top: 10%;
    left: 7%;
    width: 93px
}

.news-page-section .parallax-container .element-2 img {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
}

.news-page-section .parallax-container .element-3 {
    top: 10%;
    left: 7%
}

.news-page-section .parallax-container .element-3 img {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
}

.news-page-section .parallax-container .element-4 {
    top: 10%;
    right: 0;
    width: 40px
}

.news-page-section .parallax-container .element-4 img {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.news-page-section .parallax-container .element-5 {
    top: 30%;
    left: 0;
    width: 118px
}

.news-page-section .parallax-container .element-5 img {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.news-page-section .parallax-container .element-6 {
    top: 33%;
    width: 60px;
    opacity: .5;
    right: 20%
}

.news-page-section .parallax-container .element-6 img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.news-page-section .parallax-container .element-7 {
    top: 30%;
    right: 10%;
    width: 50px;
    opacity: .3
}

.news-page-section .parallax-container .element-7 img {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.news-page-section .parallax-container .element-8 {
    top: 55%;
    left: 0;
    width: 50px
}

.news-page-section .parallax-container .element-8 img {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
}

.news-page-section .parallax-container .element-9 {
    top: 55%;
    right: 20%;
    width: 50px
}

.news-page-section .parallax-container .element-9 img {
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg)
}

.news-page-section .parallax-container .element-10 {
    top: 70%;
    left: 10%;
    width: 100px
}

.news-page-section .parallax-container .element-10 img {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg)
}

.news-page-section .parallax-container .element-11 {
    top: 73%;
    left: 50%;
    width: 100px
}

.news-page-section .parallax-container .element-11 img {
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg)
}

.news-page-section .parallax-container .element-12 {
    top: 80%;
    right: 7%;
    width: 150px
}

.news-page-section .parallax-container .element-12 img {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
}

.news-page-section .parallax-container .element-13 {
    top: 90%;
    left: 7%;
    width: 100px
}

.news-page-section .parallax-container .element-13 img {
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg)
}

.news-page-section .parallax-container .element-14 {
    top: 90%;
    right: 15%;
    width: 50px
}

.news-page-section .parallax-container .element-14 img {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg)
}

.news-page-section .parallax-container .element-15 {
    top: 99%;
    left: 30%
}

.news-page-section .parallax-container .element-15 img {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.news-page-section .parallax-container .element-16 {
    top: 95%;
    right: 7%
}

.news-page-section .parallax-container .element-16 img {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.news-card-2 .img .fixed-thumb {
    padding-bottom: 56.774%
}

.news-card-2 .img .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.news-card-2 .text {
    background: #121212;
    padding: 34px 25px;
    padding-bottom: 10px;
    overflow: hidden
}

.news-card-2 .text .tags {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Helvetica Neue
}

.news-card-2 .text .tags>span {
    letter-spacing: 1px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 8.51px;
    overflow: hidden
}

.news-card-2 .text .tags>span,
.news-card-2 .text .tags>span span {
    display: block;
    position: relative;
    color: #fff
}

.news-card-2 .text .tags>span:before {
    background: #ff8300;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.news-card-2 .text h3 {
    font-size: 18.54px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 400px;
    max-width: 100%
}

.news-card-2 .text p {
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    width: 540px;
    max-width: 100%;
    margin-bottom: 0
}

.news-card-2 .end {
    background: #121212;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 25px;
    border-top: 1px solid #494b4d
}

.news-card-2 .end,
.news-card-2 .end .l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-card-2 .end .l>span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 10px;
    padding-right: 15px;
    color: #000;
    height: 20px;
    font-size: 8.51px;
    font-family: Helvetica Neue;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    display: block
}

.news-card-2 .end .l>span:last-child {
    color: #fff;
    padding-left: 15px
}

.news-card-2 .end .l>span:last-child:before {
    background: #ff8300;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.news-card-2 .end .l>span span {
    display: block;
    position: relative
}

.news-card-2 .end .l>span:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.news-card-2 .end .r a {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    margin-left: 10px
}

.news-page-spacing {
    height: 45px;
    width: 100%
}

.news-quote-card {
    position: relative;
    background: #121212;
    text-align: center;
    padding: 55px 35px
}

.news-quote-card img {
    position: absolute;
    top: 13px;
    right: 13px
}

.news-quote-card p {
    color: #fff;
    width: 540px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 18.54px;
    text-transform: uppercase;
    font-weight: 700
}

.news-page-sidebar .spacing-block {
    height: 40px;
    width: 100%
}

.news-page-sidebar .spacing-block-2 {
    height: 80px
}

.news-sidebar-search form {
    width: 100%;
    margin-bottom: 0;
    background: #121112;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-sidebar-search form input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    background: 0 0;
    font-size: 11px;
    font-weight: 100;
    color: #fff;
    border: none;
    padding-left: 15px
}

.news-sidebar-search form button {
    border: none;
    background: 0 0;
    color: #fff;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-sidebar-block .head {
    position: relative;
    background: #121112;
    margin-bottom: 10px
}

.news-sidebar-block .head:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #ff8300;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news-sidebar-block h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    height: 42px;
    line-height: 45px;
    padding-left: 35px
}

.news-sidebar-block ul {
    background: #121112
}

.news-sidebar-block ul li {
    border-bottom: 1px solid #494b4d
}

.news-sidebar-block ul li a {
    display: block;
    padding: 11px 15px;
    font-weight: 300;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-sidebar-block ul li a .img {
    width: 70px
}

.news-sidebar-block ul li a .text {
    padding-left: 15px
}

.news-sidebar-block ul li a .text h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

.news-sidebar-block ul li a .text p {
    font-size: 11px;
    font-weight: 300;
    margin: 0
}

.news-sidebar-block ul li:last-child {
    border-bottom: 0
}

@media (max-width:767.82px) {
    .news-page-section {
        paddinn-top: 50px;
        paddin-bottom: 50px
    }
}

.joinUs-banner-section .fixed-thumb {
    padding-bottom: 49.667%
}

.home-join-section._joinUs-page,
.home-join-section._joinUs-page+footer {
    background-color: #f3f3f3
}

.home-join-section._joinUs-page .title__ h3 {
    font-weight: 700
}

.home-join-section._joinUs-page .title__ h6 {
    width: 100%;
    font-size: 19px
}

.home-join-section._joinUs-page .position-box h6 {
    color: #ff8300
}

.home-join-section._joinUs-page .container {
    position: relative;
    z-index: 1
}

.home-join-section._joinUs-page .parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.home-join-section._joinUs-page .parallax-container .element {
    position: absolute;
    max-width: 150px
}

.home-join-section._joinUs-page .parallax-container .element img {
    max-width: 100%
}

.home-join-section._joinUs-page .parallax-container .element-1 {
    top: 0;
    left: 10%
}

.home-join-section._joinUs-page .parallax-container .element-1 img {
    -webkit-transform: translateY(-50%) rotate(125deg);
    transform: translateY(-50%) rotate(125deg)
}

.home-join-section._joinUs-page .parallax-container .element-2 {
    top: 10%;
    left: 10%;
    max-width: 90px
}

.home-join-section._joinUs-page .parallax-container .element-2 img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.home-join-section._joinUs-page .parallax-container .element-3 {
    top: 8%;
    right: 15%;
    max-width: 80px
}

.home-join-section._joinUs-page .parallax-container .element-3 img {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.home-join-section._joinUs-page .parallax-container .element-4 {
    top: 30%;
    left: 6%;
    max-width: 50px
}

.home-join-section._joinUs-page .parallax-container .element-5 {
    top: 20%;
    left: 53%;
    max-width: 50px
}

.home-join-section._joinUs-page .parallax-container .element-5 img {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.home-join-section._joinUs-page .parallax-container .element-6 {
    top: 20%;
    right: 0;
    max-width: 60px
}

.home-join-section._joinUs-page .parallax-container .element-6 img {
    -webkit-transform: translateX(20%) rotate(30deg);
    transform: translateX(20%) rotate(30deg)
}

.home-join-section._joinUs-page .parallax-container .element-7 {
    top: 54%;
    left: 5%;
    max-width: 50px
}

.home-join-section._joinUs-page .parallax-container .element-7 img {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.home-join-section._joinUs-page .parallax-container .element-8 {
    top: 56%;
    left: 50%;
    max-width: 40px
}

.home-join-section._joinUs-page .parallax-container .element-8 img {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.home-join-section._joinUs-page .parallax-container .element-9 {
    top: 58%;
    right: 5%;
    max-width: 50px
}

.home-join-section._joinUs-page .parallax-container .element-9 img {
    -webkit-transform: rotate(-125deg);
    transform: rotate(-125deg)
}

.home-join-section._joinUs-page .parallax-container .element-10 {
    bottom: 0;
    left: 5%;
    max-width: 60px
}

.home-join-section._joinUs-page .parallax-container .element-10 img {
    -webkit-transform: rotate(-125deg);
    transform: rotate(-125deg)
}

.home-join-section._joinUs-page .parallax-container .element-11 {
    right: 5%;
    bottom: 0;
    max-width: 70px
}

.home-join-section._joinUs-page .parallax-container .element-11 img {
    -webkit-transform: translateY(-50%) rotate(125deg);
    transform: translateY(-50%) rotate(125deg)
}

@media (max-width:991.82px) {
    .home-join-section._joinUs-page .parallax-container .element {
        max-width: 60px;
        opacity: .3
    }
}

.wordhomeFaq-section {
    padding-top: 100px
}

.wordhomeFaq-section+footer {
    background: #fff
}

.wordhomeFaq-section .parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    oveflow: hidden
}

.wordhomeFaq-section .parallax-container .element {
    position: absolute
}

.wordhomeFaq-section .parallax-container .element img {
    max-width: 100%;
    max-width: 100px
}

.wordhomeFaq-section .parallax-container .element-1 {
    top: 10%;
    right: 10%
}

.wordhomeFaq-section .parallax-container .element-2 {
    top: 50%;
    left: 5%
}

.wordhomeFaq-section .parallax-container .element-3 {
    top: 70%;
    right: 5%
}

.wordhomeFaq-section .parallax-container .element-4 {
    top: 75%;
    right: 50%
}

.wordhomeFaq-section .parallax-container .element-5 {
    bottom: 0;
    left: 5%
}

.wordhomeFaq-section .img-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wordhomeFaq-section .img-deco img {
    max-width: 100%;
    max-height: 170px
}

.wordhomeFaq-section .img-deco .exp {
    height: 1px;
    width: 370px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.wordhomeFaq-section .title__ {
    margin-bottom: 60px
}

.wordhomeFaq-section .title__ h3 {
    font-weight: 700
}

.wordhomeFaq-section p {
    font-weight: 300;
    color: #000
}

.wordhomeFaq-section .hr {
    width: 100%;
    height: 1px;
    background: #000;
    margin-bottom: 30px
}

.wordhome-scroll-container {
    max-height: 300px;
    margin-bottom: 120px
}

.wordhome-swiper-scrollbar.swiper-scrollbar {
    background: 0 0
}

.wordhome-swiper-scrollbar .swiper-scrollbar-drag {
    background: #ff8300;
    border-radius: 0
}

.wordhome-accordion {
    margin-bottom: 100px
}

.wordhome-accordion .collapse-trigger {
    padding-right: 20px;
    color: #000;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 40px
}

.wordhome-accordion .collapse-trigger h4 {
    font-size: 24px;
    margin-bottom: 0
}

.wordhome-accordion .collapse-trigger img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.wordhome-accordion .collapse-content {
    overflow: hidden
}

@media (max-width:575.82px) {
    .wordhome-accordion {
        margin-bottom: 50px
    }

    .wordhome-accordion .collapse-trigger h4 {
        font-size: 20px
    }

    .wordhomeFaq-section .parallax-container .element img {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}
.video-banner-1{
    position: relative;
    z-index: 4;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ffa646; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ff8300; 
  }