.dark{
    background: #2e2e2e;
}
.light{
/*    background-image: url(../../img/layout/bg-body.jpg);*/
    background: #fff;
}
.bg-global {
    position: absolute!important;
}

/*====================================================== SECTION 1 =====================================================*/
.ggl-section1{
    background: url(../images/sandbox/page1/bg.jpg) no-repeat center top;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.ggl-section1-video{
    position: relative;
    width: 100%;
    z-index: 2;
    animation: fade 1s  linear;
    animation-delay: 67000ms;
    animation-fill-mode: forwards;
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;   
    }
    100% {
        opacity: 0;
    }
}
.ls-section1-content{
    position: absolute;
    width: 100%;
    top: 0;
}

/*====================================================== SECTION 1 =====================================================*/

/*====================================================== SECTION 2 =====================================================*/
.ggl-section2{
    position: relative;
    z-index: 3;
    padding-top: 3vw;
}
.ggl-section2-title{
    /*color:#00549d;*/
    font-family: 'Roboto';
}
.ggl-section2-detail{
    max-width: 1051px;
    width: 55vw;
    padding-bottom: 5vw;
}
.ggl-section2-desc{
    max-width: 800px;
    font-size: 18pt;
    line-height: 2.1vw;
    padding-top: 3vw;
}
@media(max-width: 768px){
    .ggl-section2 {
        padding-top: 10vh;
    }
    .ggl-section2-detailmobile{
        width: 90%;
        padding-bottom: 5vh;
    }
}
/*====================================================== SECTION 2 =====================================================*/

/*====================================================== SECTION 3 =====================================================*/
.ggl-section3{
    position: relative;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.ggl-section3-container{
    width: 85%;
    margin: 0 auto;
    max-width: 1600px;
}
.ggl-section3-title{
    /*color:#00549d;*/
    font-family: 'Roboto';
    padding-bottom: 3vw;
}
.ggl-section3-slide .slick-prev {
    z-index: 1;
    left: -3%;
}
.slick-prev:hover, .slick-next:hover{
    filter: brightness(1.5);
}
.ggl-section3-slide .slick-prev:before {
    content: "" !important;
    background: url(../images/layouts/halaman5/left.png) no-repeat left top;
    background-size: 100%;
    width: 60px;
    height: 60px;
    float: left;
    top: -10px;
    position: relative;
    opacity: 1 !important;
}
.ggl-section3-slide .slick-next {
    z-index: 1;
    right: -3%;
}
.ggl-section3-slide .slick-next:before {
    content: "" !important;
    background: url(../images/layouts/halaman5/right.png) no-repeat right top;
    background-size: 100%;
    width: 60px;
    height: 60px;
    float: right;
    top: -10px;
    position: relative;
    opacity: 1 !important;
}
.slick-dots {
    bottom: -50px!important;
}
.games{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000;
}
.games-container{
    width: 100%;
    height: 100%;   
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
}
.games:hover{
    cursor: pointer;
}
.games:hover .games-container{
    -webkit-transform: rotateY(180deg);
}
.games:hover .front{
    z-index: 0;
}
.front{
    z-index: 2;
    position: relative;
    top: 0;
    width: 100%;
}
.back{
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: rotateY(180deg);
}
.games img{
    max-width: 337px;
    width: 17.5vw;
}
@media(max-width:1380px){
    .ggl-section3-slide .slick-prev {
        z-index: 1;
        left: -5%;
    }
    .ggl-section3-slide .slick-next {
        z-index: 1;
        right: -5%;
    }
}
@media(max-width: 768px){
    .ggl-section3 {
        padding-top: 10vh;
        padding-bottom: 5vh;
    }
    .games img {
        width: 100%;
    }
    .ggl-section3-slide .slick-next {
        z-index: 1;
        right: -1%;
    }
    .ggl-section3-slide .slick-prev {
        z-index: 1;
        left: -1%;
    }
    .ggl-section3-slide .slick-prev:before {
        content: "" !important;
        background: url(../images/layouts/halaman5/left.png) no-repeat left top;
        background-size: 100%;
        width: 30px;
        height: 30px;
        float: left;
        top: -10px;
        position: relative;
        opacity: 1 !important;
    }
    .ggl-section3-slide .slick-next:before {
        content: "" !important;
        background: url(../images/layouts/halaman5/right.png) no-repeat right top;
        background-size: 100%;
        width: 30px;
        height: 30px;
        float: right;
        top: -10px;
        position: relative;
        opacity: 1 !important;
    }
}
/*====================================================== SECTION 3 =====================================================*/

/*====================================================== SECTION 4 =====================================================*/
.ggl-section4{
    position: relative;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.title-dark{
    color: #fff;
}

.ggl-section4-title{
    /*color:#00549d;*/
    font-family: 'Roboto';
    padding-bottom: 3vw;
}
.ggl-section4-news-list:hover{
    cursor: pointer;
}
.ggl-section4-list-img{
    padding-bottom: 2vw;
}
@media(max-width: 768px){
    .ggl-section4-list-img {
        padding-bottom: 3vh;
    }
}
/*====================================================== SECTION 4 =====================================================*/

/*====================================================== SECTION 5 =====================================================*/
.ggl-section5{
    background: url(../images/layouts/halaman5/bg.png) no-repeat center top;
    background-size: cover;
    position: relative;
    padding-top: 3vw;
}
.ggl-section5-title{
    /*color:#00549d;*/
    font-family: 'Roboto';
}
.ggl-section5-slide{
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.banner-slick .slick-prev {
    z-index: 1;
    left: -8%;
}
.banner-slick .slick-prev:before {
    content: "" !important;
    background: url(../images/layouts/halaman5/left.png) no-repeat left top;
    background-size: 100%;
    width: 60px;
    height: 60px;
    float: left;
    top: -10px;
    position: relative;
    opacity: 1 !important;
}
.banner-slick .slick-next {
    z-index: 1;
    right: -8%;
}
.banner-slick .slick-next:before {
    content: "" !important;
    background: url(../images/layouts/halaman5/right.png) no-repeat right top;
    background-size: 100%;
    width: 60px;
    height: 60px;
    float: right;
    top: -10px;
    position: relative;
    opacity: 1 !important;
}
.slick-dots li button:before {
    font-size: 20px!important;
    /*color: #fff!important;*/
}

.dots-dark li button:before {
    color: #fff!important;
}
.dots-light li button:before {
    color: #000!important;
}
@media(max-width: 768px){
    .ggl-section5 {
        padding-top: 3vh;
        padding-bottom: 5vh;
    }
    .banner-slick .slick-next {
        z-index: 1;
        right: 2%;
    }
    .banner-slick .slick-prev {
        z-index: 1;
        left: 2%;
    }
    .banner-slick .slick-prev:before {
        content: "" !important;
        background: url(../images/layouts/halaman5/left.png) no-repeat left top;
        background-size: 100%;
        width: 30px;
        height: 30px;
        float: left;
        top: -10px;
        position: relative;
        opacity: 1 !important;
    }
    .banner-slick .slick-next:before {
        content: "" !important;
        background: url(../images/layouts/halaman5/right.png) no-repeat right top;
        background-size: 100%;
        width: 30px;
        height: 30px;
        float: right;
        top: -10px;
        position: relative;
        opacity: 1 !important;
    }
}
/*====================================================== SECTION 5 =====================================================*/

