/*** 

====================================================================
    Resources / Css Files
====================================================================

 ***/

@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');
@import url('baes.css');
@import url('room_list_v2.css');

/*** 
    
    ====================================================================
            Game Content Section 
    ====================================================================
    
    ***/
.game-content-section .nav{
    justify-content: center;
}
.game-content-section {
    padding: 60px 0;
    background: #0d2141;
}

.swiper-nav ul {
    width: 80%;
    margin: 0 auto;
}

.swiper-nav li {
    float: left;
    padding: 10px 35px;
    border: 1px solid #fff;
    margin: 0 5px;
}

.swiper-nav li h6 {
    font-size: 18px;
    color: #fff;
}

.swiper-nav li.active,
.swiper-nav li:hover {
    background: #1aabde;
}

.game-content-section .nav {
    margin-bottom: 45px;
}

.game-content-section .nav li {
    width: 130px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 10px;
}

.game-content-section .nav li a {
    font-size: 18px;
    color: #fff;
}

.game-content-section .nav li.current,
.game-content-section .nav li:hover {
    background: #1aabde;
}

.game-content-section .sponsors-outer {
    width: 96%;
    margin: 60px auto 0;
}

.game-content-section .sponsors-outer {
    width: 96%;
    position: relative;
    margin-top: 0 auto
}

.game-content-section .project_items_5col {
    width: 100%;
    position: relative;
}

.game-content-section .project_items_5col .owl-next,
.game-content-section .project_items_5col .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.game-content-section .project_items_5col .owl-nav .owl-prev {
    left: initial;
    right: -60px
}

.game-content-section .project_items_5col.owl-nav .owl-next {
    left: -60px
}

.game-content-section .project_items_5col .owl-nav .owl-prev span,
.game-content-section .project_items_5col .owl-nav .owl-next span {
    font-size: 48px;
    color: #fff;
}

.project_items_5col .owl-nav .owl-next:hover span,
.project_items_5col .owl-nav .owl-prev:hover span {
    color: #1aabde;
}

.image-box {
    width: 100%;
    margin: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
}

.image-box img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.image-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.sponsors-outer .inner-box .title {
    font-size: 18px;
    color: #fff;
    margin: 20px 10px;
    text-align: center;
}


/*** 
    
    ====================================================================
            Game Content Section 
    ====================================================================
    
    ***/

.game-content-details {
    padding: 60px 0;
    background: #11294e;
}

.section-title-left-part {
    width: 300px;
    padding: 5px 20px;
    border: 1px solid #1aabde;
    text-align: center;
}

.section-title-left-part h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
}

.thumb-box {
    margin: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
}

.thumb-box img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.thumb-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.testimonial-item .comments {
    font-size: 24px;
    color: #fff;
    margin: 20px 10px 10px;
    text-align: center;
}

.testimonial-item p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.testimonial-item:hover p {
    color: #1aabde;
}

.five-item-carousel {
    width: 90%;
    margin: 0 auto;
}

.five-item-carousel .owl-nav .owl-next,
.five-item-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -60px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    width: 30px;
    height: 30px;
    background: none;
    text-align: center;
    line-height: 30px;
}

.five-item-carousel .owl-nav .owl-prev {
    left: -60px;
}

.five-item-carousel .owl-nav .owl-next {
    left: initial;
    right: -60px;
}

.five-item-carousel .owl-nav .owl-prev span,
.five-item-carousel .owl-nav .owl-next span {
    font-size: 22px;
    color: #fff;
}

.five-item-carousel .owl-nav .owl-next:hover span,
.five-item-carousel .owl-nav .owl-prev:hover span {
    color: #1aabde;
}

.pc-slide {
    position: relative;
    box-sizing: border-box;
    display: block;
}

.view .swiper-container {
    width: 100%;
    max-height: 489px;
}

.view .swiper-slide {
    width: 100%;
    max-height: 489px;
}

.view .arrow,
.prview .arrow {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 10;
}

.view .arrow-left,
.prview .arrow-left {
    left: 10px;
}

.view .arrow-right,
.prview .arrow-right {
    right: 10px;
}

.preview {
    width: 100%;
    margin-top: 30px;
    max-height: 134px;
    position: relative;
}

.preview .swiper-slide {
    padding: 0 12px;
    width: 33.33%;
    height: 100%;
}

.preview .arrow {
    position: absolute;
    top: 45%;
    margin-top: -9px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(17, 1, 1, 0.65);
    z-index: 10;
}

.preview .arrow：hover {
    background: #1aabde;
}

.preview .arrow:hover i {
    color: #fff;
}

.preview .arrow i {
    font-size: 22px;
    color: #eee;
}

.preview .arrow-left {
    left: 12px;
}

.preview .arrow-right {
    right: 12px;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 2px solid #1aabde;
}

.view .swiper-container,
.prview .swiper-container {
    width: 100%;
}

.view .arrow,
.prview .arrow {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 10;
}

.view .arrow-left,
.prview .arrow-left {
    left: 10px;
}

.view .arrow-right,
.prview .arrow-right {
    right: 10px;
}

.prview .arrow i {
    font-size: 22px;
    color: #fff;
}

.gc-title {
    margin-left: 30px;
}

.gc-title h6 {
    font-size: 36px;
    color: #fff;
    margin: 0 0 15px;
}

.gc-title p {
    font-size: 18px;
    color: #fff;
}

.gc-title .text {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.gc-title .text dl {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.gc-title .text dl dt,
dd {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: initial;
}

.gc-title .text dl dt {
    width: 16%;
}

.gc-title .text dl dd {
    width: 84%;
}


/* 响应 */

@media only screen and (max-width: 1500px) {
    .gc-title .text dl dt {
        width: 21%;
    }
}

@media only screen and (max-width: 1024px) {
    .game-content-section .nav li {
        width: 20%;
        height: 46px;
        margin: 0 5px 10px;
    }
.game-content-section .nav{
    justify-content: initial !important;
}
    .gc-title .text dl dt {
        width: 28%;
    }
}

@media only screen and (max-width: 991px) {
    .g_c_none {
        display: none;
    }
    .project_items_5col .owl-nav .owl-prev span,
    .project_items_5col .owl-nav .owl-next span {
        font-size: 30px;
        color: #fff;
    }
    .project_items_5col .owl-nav .owl-next,
    .project_items_5col .owl-nav .owl-prev {
        left: initial;
        right: -15px;
    }
    .game-content-section .project_items_5col .owl-nav .owl-prev span,
    .game-content-section .project_items_5col .owl-nav .owl-next span {
        font-size: 30px;
        color: #fff;
    }
    .project_items_5col .owl-nav .owl-prev {
        left: -15px;
    }
    .project_items_5col.owl-nav .owl-next {
        left: -15px;
    }
    .gc-title .text dl dt {
        width: 15%;
    }
    .sponsors-outer .inner-box .title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {
    .mr-45 {
        margin-right: 0 !important;
    }
    .game-content-details {
        padding: 30px 0;
    }
    .project_items_5col {
        width: 100%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .game-content-details .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }
    .gc-title {
        margin-left: 0;
        margin-top: 30px;
    }
    .gc-title h6 {
        font-size: 30px;
    }
    .gc-title p {
        font-size: 14px;
        line-height: 24px;
    }
    .gc-title .text{
        width: 318px;
    }
    .gc-title .text dl dt,
    dd {
        font-size: 14px;
    }
    .gc-title .text dl dt {
        width: 25%;
    }
    .gc-title .text dl dd{
        width: 75%;
    }
    .five-item-carousel .owl-nav .owl-next, .five-item-carousel .owl-nav .owl-prev {
    margin-top: -42px;}
    .section-title-left-part h2 {
        font-size: 18px;
    }
    .section-title-left-part {
        width: 200px;
    }
    .testimonial-item .comments {
        font-size: 14px;
        margin: 20px 5px 0;
    }
    .five-item-carousel .owl-nav .owl-prev {
        left: -25px;
        
    }
    .five-item-carousel .owl-nav .owl-next {
        left: initial;
        right: -25px;
    }
    .game-content-section .nav li {
        width: 30%;
        max-width: 102px;
        height: 46px;
        margin: 0 5px 10px;
    }
    .game-content-section .nav li a {
        font-size: 13px !important
    }
    .justify-content-center {
        justify-content: initial;
    }
    .game-content-section .project_items_5col .owl-next,
    .game-content-section .project_items_5col .owl-prev {
        position: absolute;
        top: -3%;
    }
    .game-content-section .project_items_5col .owl-nav .owl-prev {
       left: initial;
       right: 35px;
    }
    .project_items_5col .owl-nav .owl-next, .project_items_5col .owl-nav .owl-prev {
       left: initial;
       right: 74px;
    }
}