/* Base */

html {
    overflow-x: hidden;
}

body {
    line-height: 1.7;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Microsoft JhengHei";
    background-color: #000000;
}

::-moz-selection {
    background: #f23a79;
    color: #fff;
}

::selection {
    background: #f23a79;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul li {
    list-style-type: none;
}

body:after {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

/* control */

.item-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.text-center {
    text-align: center;
}

.text-color-1 {
    color: #f23a79;
    font-weight: 700;
}

/* page */
.page-content {
    max-width: 1800px;
    min-width: 320px;
    width: auto;
    position: relative;
    height: auto;

    background: url("../images/bg-01.jpg") no-repeat;
    background-size: contain;
    background-position: top center;
}

.page-box {
    max-width: 1200px;
    position: relative;
    height: 100vh;
}

.main-actor {
    height: 1137px;
    width: 1911px;
    background: url("../images/actor.png") no-repeat;
    position: absolute;
    top: 0;
    right: -550px;
    z-index: 1;
}

.main-title-1 {
    max-width: 100%;
    position: absolute;
    top: 70px;
    left: 20px;
    z-index: 98;
}

.main-title-2 {
    height: 90px;
    width: 254px;
    position: absolute;
    background: url("../images/title-02.png") no-repeat;
    top: 530px;
    left: 160px;
    z-index: 100;
}

.main-title-3 {
    height: 90px;
    width: 254px;
    position: absolute;
    top: 710px;
    left: 220px;
    z-index: 99;
    font-weight: bold;
}

.effect-01 {
    background: url("../images/effect-01.png") no-repeat;
    background-size: contain;
    height: 494px;
    width: 337px;
    left: -220px;
    z-index: 98;
    top: 160px;
    position: absolute;
}

.effect-02 {
    background: url("../images/effect-02.png") no-repeat;
    background-size: contain;
    height: 430px;
    width: 404px;
    right: -40px;
    z-index: 98;
    top: 120px;
    position: absolute;
}

.effect-03 {
    background: url("../images/effect-03.png") no-repeat;
    background-size: contain;
    height: 555px;
    width: 1400px;
    z-index: 98;
    top: 0px;
    position: absolute;

    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-reg {
    display: block;
    height: 71px;
    width: 230px;
    position: absolute;
    z-index: 99;
    left: 170px;
    top: 635px;
    background: url("../images/btn-01.png") no-repeat center;
    cursor: pointer;
}

.btn-reg:hover {
    background: url("../images/btn-01-hover.png") no-repeat center;
    background-size: contain;
}

.site-link {
    position: absolute;
    top: 26px;
    right: 180px;
    z-index: 100;
}

.game-logo {
    display: block;
    background: url("../images/logo-game.png") no-repeat center top;
    background-size: contain;
    width: 247px;
    height: 244px;
    position: relative;
    top: 500px;
    left: 840px;
    z-index: 99;
    cursor: pointer;
}

.game-logo:hover {
    background: url("../images/logo-game-hover.png") no-repeat center top;
    background-size: contain;
}

/* Mobile 00 */
@media (max-width: 991.98px) {
    .main-content{
        overflow: hidden;
    }
    .page-content {
        background-size: 300%;
    }

    .main-actor {
        width: 190%;
        background-size: contain;
        top: -2%;
        right: -40vw;
    }

    .game-logo {
        width: 40%;
        top: 8%;
        left: 2%;
    }

    .main-title-1 {
        height: auto;
        width: 100%;
        top:28%;
        z-index: 100;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .main-title-1 img  {
        max-height: 40%;
        max-width: 80%;
    }
    .main-title-light{
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        height: 30vh;
        width: 100%;
        z-index: -1;
        top:6vh;

        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    } 

    .main-title-2 {
        height: 10vh;
        width:100%;
        background-size: contain;
        background-position: center;
        top:72vh;
        left: 0;
    }
    .main-title-3{
        display: none;
    }

    .effect-01 , .effect-02{
        display: none;
    }

    .btn-reg {
        height: 7vh;
        width: 100%;
        background-position: center;
        background-size: contain;
        top:84vh;
        left:0;
    }    
}

/* game link */

.btn-fb {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: url("../images/btn-03.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 99;
    margin-right: 10px;
}

.btn-fb:hover {
    background: url("../images/btn-03-hover.png") no-repeat;
}

@media (max-width: 991.98px) {
    .btn-fb {
        display: none;
    }
}

.btn-gamer {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: url("../images/btn-02.png") no-repeat;
    cursor: pointer;
    z-index: 99;
}

.btn-gamer:hover {
    background: url("../images/btn-02-hover.png") no-repeat;
}

@media (max-width: 991.98px) {
    .btn-gamer {
        display: none;
    }
}

/* section */

.page-box-1, .page-box-2, .page-box-3 {
    padding-top: 5vh;
    height: 953px;
    width: 100%;
    background: url("../images/bg-02.jpg") no-repeat center top;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.page-box-4 {
    height: 581px;
    width: 100%;
    background: url("../images/bg-03.jpg") no-repeat center top;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.part-title {
    position: relative;
    z-index: 100;
}

.part-1-title, .part-2-title, .part-3-title {
    background-size: contain;
    position: absolute;
}

.part-1-title {
    background: url("../images/title-03.png") no-repeat center top;
    height: 143px;
    width: 420px;
}

.part-2-title {
    background: url("../images/title-04.png") no-repeat center top;
    height: 144px;
    width: 346px;
}

.part-3-title {
    background: url("../images/title-05.png") no-repeat center top;
    height: 143px;
    width: 344px;
}

.part-1-content {
    width: 1000px;
    position: relative;
    z-index: 1;
}

.part-1-01 {
    background: url("../images/part-1-01.png") no-repeat center top;
    background-size: contain;
    height: 764px;
    width: 902px;
    position: absolute;
    left: -150px
}

.part-1-02 {
    background: url("../images/part-1-02.png") no-repeat center top;
    background-size: contain;
    height: 268px;
    width: 549px;
    position: absolute;
    right: 0;
    top: 190px
}

.part-1-03 {
    background: url("../images/part-1-03.png") no-repeat center top;
    background-size: contain;
    height: 230px;
    width: 232px;
    position: absolute;
    right: 50px;
    top: 460px
}

.part-1-04 {
    background: url("../images/part-1-04.png") no-repeat center top;
    background-size: contain;
    height: 91px;
    width: 439px;
    position: absolute;
    left: 60px;
    top: 640px;
}

.part-1-05 {
    text-align: center;
    height: 60px;
    width: 600px;
    position: absolute;
    z-index: 99;
    color: white;
    top: 820px;
}

.part-1-btn {
    display: block;
    height: 71px;
    width: 280px;
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 660px;
    background: url("../images/btn-04.png") no-repeat center;
    cursor: pointer;
}

.part-1-btn:hover {
    background: url("../images/btn-04-hover.png") no-repeat center;
    background-size: contain;
}

.part-2-01 {
    background: url("../images/part-2-01.png") no-repeat center top;
    background-size: contain;
    height: 764px;
    width: 933px;
    position: absolute;
    right: -200px;
    top: 20px
}

.part-2-02 {
    background: url("../images/part-2-02.png") no-repeat center top;
    background-size: contain;
    height: 621px;
    width: 708px;
    position: absolute;
    left: -60px;
    top: 140px
}

.part-2-03 {
    background: url("../images/part-2-03.png") no-repeat center top;
    background-size: contain;
    height: 51px;
    width: 296px;
    position: absolute;
    right: 80px;
    top: 620px
}

.part-2-btn {
    display: block;
    height: 72px;
    width: 280px;
    position: absolute;
    z-index: 99;
    right: 90px;
    top: 690px;
    background: url("../images/btn-05.png") no-repeat center;
    cursor: pointer;
}

.part-2-btn:hover {
    background: url("../images/btn-05-hover.png") no-repeat center;
    background-size: contain;
}

.part-3-01 {
    background: url("../images/part-3-01.png") no-repeat center top;
    background-size: contain;
    height: 764px;
    width: 1288px;
    position: absolute;
    left: -120px;
    top: 20px
}

.part-3-02 {
    background: url("../images/part-3-02.png") no-repeat center top;
    background-size: contain;
    height: 91px;
    width: 489px;
    position: absolute;
    left: 10px;
    top: 510px
}

.part-3-03 {
    background: url("../images/part-3-03.png") no-repeat center top;
    background-size: contain;
    height: 137px;
    width: 371px;
    position: absolute;
    right: 0px;
    top: 360px
}

.part-3-btn {
    display: block;
    height: 71px;
    width: 280px;
    position: absolute;
    z-index: 99;
    right: 40px;
    top: 530px;
    background: url("../images/btn-06.png") no-repeat center;
    cursor: pointer;
}

.part-3-btn:hover {
    background: url("../images/btn-06-hover.png") no-repeat center;
    background-size: contain;
}

.part-4-01 {
    background: url("../images/part-4-01.png") no-repeat center top;
    background-size: contain;
    height: 290px;
    width: 687px;
    top: 100px;
    position: relative;

}

/* Mobile 1-4 */
@media (max-width: 991.98px) {
    .page-box-1, .page-box-2, .page-box-3 {
        height: 100vh;
        background-size: 300%;
    }

    .page-box-4 {
        height: 80vh;
        background-size: 300%;
    }
    .part-1-title, .part-2-title, .part-3-title {
        width: 100%;
        height: 13vh;
        background-size: contain;
    }

    .part-1-01{
        width: 100%;
        height: 65vh;
        background-size: contain;
        top:15vh;
    }
    .part-1-02{
        width: 100%;
        height: 22vh;
        right: -5vw;
        top:16vh;
    }
    .part-1-03{
        width: 100%;
        height: 27vh;
        right: -20vw;
        top:39vh;
    }
    .part-1-04{
        width: 100%;
        background-size: 25%;
        left:-20vw;
        top:73vh;
    }
    .part-1-05{
        width: 100%;
        padding:1vh;
        height: auto;
        top:88vh;
        font-size: 0.7rem;
        line-height: 1rem;
        background: rgba(0, 0, 0, 0.5);
    }
    .part-1-btn{
        height: 7vh;
        width: 100%;
        background-position: center;
        background-size: contain;
        top:64vh;
        right:-15vw;
    }

    .part-2-01{
        width: 100%;
        height: 65vh;
        background-size: contain;
        top:10vh;
        right: -20vw;
    }

    .part-2-02{
        background: url("../images/part-2-02-rwd.png") no-repeat center top;
        width: 100%;
        height: 55vh;
        background-size: contain;
        top:15vh;
    }

    .part-2-03{
        height: 5vh;
        width: 100%;
        background-position: center;
        background-size: contain;
        top:73vh;
        right:0;
    }

    .part-2-btn{
        height: 7vh;
        width: 100%;
        background-position: center;
        background-size: contain;
        top:80vh;
        right:0;
    }

    .part-3-01{
        width: 100%;
        height: 65vh;
        background-size: contain;
        top:8vh;
        left: 0;
    }

    .part-3-02{
        width: 100%;
        height: 8vh;
        left:0;
        top:48vh;
    }

    .part-3-03{
        height: 10vh;
        width: 100%;
        top:68vh;
    }

    .part-3-btn{
        height: 7vh;
        width: 100%;
        background-position: center;
        background-size: contain;
        top:80vh;
        right:0;
    }
    
    .part-4-01{
        background: url("../images/part-4-01-rwd.png") no-repeat center top;
        background-size: contain;
        width: 100%;
        max-height: 80vh;
        min-height: 50vh;
        top:15vh;
    }

}

/* nav-pc */

.nav-page-item {
    width: 210px;
    height: 290px;
    position: fixed;
    z-index: 200;
    top: 50%;
    margin-top: -145px;
    right: 0;
    -moz-transform: translate3d(177px, 0, 0);
    -ms-transform: translate3d(177px, 0, 0);
    -webkit-transform: translate3d(177px, 0, 0);
    transform: translate3d(177px, 0, 0);
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -moz-perspective-origin: 50px 50%;
    -webkit-perspective-origin: 50px 50%;
    perspective-origin: 50px 50%;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: url("../images/nav-page-item.png") no-repeat;
}

.nav-page-item:hover {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: url("../images/nav-page-item2.png") no-repeat;
}

@media (max-width: 991.98px) {
    .nav-page-item {
        display: none;
    }
}

.site-menu-pc {
    top: 80px;
    display: block;
    position: relative;
}

.site-menu-p li {
    text-align: center;
    width: 100%;
}

.site-menu-pc a {
    text-align: center;
    color: #f23a79;
    font-weight: bold;
    font-size: 1.3em;
    width: 85%;
    display: block;
    margin-left: 5%;
    border-bottom: 1px solid #f23a79;
    padding: .15em 0;
}

.site-menu-pc a:hover {
    color: white;
    border-bottom: 1px solid #f23a79;
}

.site-menu-link {
    position: relative;
    margin-left: 9%;
    text-align: center;
    top: 5em;
}

/* Navbar */

.site-wrap {
    display: none;
}

@media (max-width: 991.98px) {
    .site-wrap {
        display: block;
    }
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.7);
}

.site-navbar .site-navigation .site-menu .active {
    color: #f23a79;
    display: inline-block;
    padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 5px 20px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #f23a79;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #f23a79;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
    color: #f23a79 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #eff1f3;
    color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a, .site-navbar .site-navigation .site-menu .has-children:focus>a, .site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #f23a79;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown, .site-navbar .site-navigation .site-menu .has-children:focus>.dropdown, .site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 65%;
    position: fixed;
    right: 0;
    z-index: 2000;
    background: #0c0c0e;
    border-left: 1px solid #f23a79;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    position: relative;
    right: 10px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #f23a79;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-right: 35px;
    z-index: 999;
}

.site-mobile-menu .site-nav-wrap {
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 0.6rem;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #f23a79;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
    color: #f23a79;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 8px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    margin: .5em 0;
}

.site-mobile-menu .site-nav-wrap>li>a {
    font-size: 1.2rem;
    color: #f23a79;
    border: 1px solid #f23a79;
    text-align: center;
}

.site-mobile-menu .site-nav-wrap>li>a:hover {
    border: 1px solid white;
    color: white;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    background: rgba(255, 255, 255, 0);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    padding: 1rem !important;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .site-navbar {
        padding: 0.2rem !important;
    }
}

.sticky-wrapper .site-navbar .site-menu-toggle {
    color: #fff;
}

.sticky-wrapper .site-navbar .site-menu>li>a, .site-navbar .has-children>div>a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover, .sticky-wrapper .site-navbar .site-menu>li>a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: rgba(255, 255, 255, 0);
}

.icon-menu:before {
    color: #fff !important;
    content: "\e5d2";
    font-size: 2.4em;
    text-shadow: 0 0 0.2em #0c0c0e;
}

.icon-close2:before {
    color: #fff !important;
    content: "\e5cd";
    font-size: 1.6em;
}

.site-mobile-menu .btn-fb1 {
    height: 50px;
    width: 50px;
    background: url(../images/btn-03.png) no-repeat;
    background-size: contain;
    border: none !important;
    display: inline-block !important;
    margin-right: 2%;
}

.site-mobile-menu .btn-gamer1 {
    height: 50px;
    width: 50px;
    background: url(../images/btn-02.png) no-repeat;
    background-size: contain;
    border: none !important;
    display: inline-block !important;
    margin-left: 2%;
}

.site-mobile-menu .text-size-1 {
    font-size: 1.1em;
}

/* footer */
.site-footer {
    padding: 0.5em 0;
    background: #282460;
    position: relative;
    width: 100%;
    bottom: 0;
}
.footer-item ul {
    margin: 0.5em 0 0 0;
    text-align: center;
    padding: 0;
}

@media (max-width: 991.98px) {
    .footer-item {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .footer-item ul {
        margin: 0;
    }
}


.footer-item li {
    display: inline-block;
    margin: 0 0.6em;
}

.logo-94hi {
    background: url("../images/logo-94hi.png") no-repeat;
    background-size: contain;
    background-position: top 12px center;
    height: 55px;
    width: 200px;
    display: inline-block;
}

.logo-happytomato {
    background: url("../images/logo-happytomato.png") no-repeat;
    background-size: contain;
    background-position: top 7px center;
    height: 55px;
    width: 180px;
    display: inline-block;
}

.logo-funmore {
    background: url("../images/logo-funmore.png") no-repeat;
    background-size: contain;
    height: 55px;
    width: 140px;
}

.logo-age {
    font-size: 0.55em;
    background: url("../images/logo-age.png") no-repeat;
    background-position: top 4px left;
    height: 55px;
    width: 405px;
    padding-left: 55px;
    text-align: left;
    color: #c1bef3;
}

.footer-copyright {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 0.8em;
}

@media (max-width: 991.98px) {
    .logo-age {
        font-size: 0.9em;
        width: auto;
    }
}

/* animation */

.shaking {
    animation: 2s linear 0s infinite normal forwards running shaking;
}

@keyframes shaking {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    50% {
        transform: translate3d(0px, 30px, 0px);
        animation-timing-function: linear;
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.07, 1.07, 1.07);
        transform: scale3d(1.07, 1.07, 1.07);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.07, 1.07, 1.07);
        transform: scale3d(1.07, 1.07, 1.07);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation: 2s linear 0s infinite normal forwards running pulse;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}