@import url('https://fonts.cdnfonts.com/css/roboto');     
:root {
    --color_boxshadow: #e6e6e6;
    --color_dropdown_text_hover: #c6000c;
    --color_header_boxshadow: #e6e6e6;
    --background_hover_menu: #ffe2e0;
    --color-main-blue: #0061FF;
    --color-main-black: #1B1B1D;
    --color-main-neon: #9C27B0;
    --fontawesome: "FontAwesome"
}       
body {font-family: 'Roboto', sans-serif;font-size: 14px; line-height: 1.5; color: var(--bs-black); background: var(--bs-white); width: 100vw;overflow-x: hidden;}
a{text-decoration: none}
.w-line {-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
.w-one-line {-webkit-line-clamp: 1; }
.w-three-line {-webkit-line-clamp: 3; }
.w-two-line {-webkit-line-clamp: 2;}
.w-four-line{-webkit-line-clamp: 4;max-height: 100px;}
.one-line{white-space: nowrap;}
.ml1rem{margin-left: 1rem;}
.fs2r{font-size: 2rem !important;}
.fs1r{font-size: 1rem !important;}
.fs8r{font-size: 8rem !important;}
.fs12px{font-size: 12px;}
.my0x5{margin: 0 5px;}
.padding-2-5{padding: 0px 2.5px !important;}
.row-2-5 {margin: 0px -2.5px !important;}
.row-full-width{margin-right: auto !important;margin-left: auto !important;}
ul.unlist{list-style: none;padding-left: 0;margin-bottom: 0;}
ul.last-child-border-none li:last-child{border: none;}
.text-main{color: var(--button-color-main);}
p.text{margin-bottom: 0;color: var(--bs-body-color);font-size: 1rem;}
header{height: 600px;position: relative;}
header .header-bg img{width: 100%;}
header .header-top{position: absolute;top: 0;left: 0;width: 100%;z-index: 99;}
header .header-top .header-bt{display: flex;justify-content: space-between;align-items: center;margin: 5px 0;position: relative;}
header .header-top .header-bt .logo img{height: 46px;}
header .header-menu .mv-a{color: var(--bs-light);padding: .75rem .5rem;text-transform: uppercase;font-size: 1rem;font-weight: 700;display: flex;align-items: center;}
header .header-bottom{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: var(--bs-white);text-align: center;}
header .header-bottom h1{font-size: 5rem;}
header .header-bottom p{font-size: 2rem;margin-bottom: 0;display: flex;align-items: center;}
header .header-menu .mv-li:hover .mv--ul{opacity: 1;visibility: visible;top: 100%;z-index:102}
header .header-menu .mv-li.nomega{position: relative;}
header .header-menu .mv-li.nomega .mv--ul{width: 250px;display:block;padding: 0;}
header .header-menu .mv-li.nomega .mv--ul .mv--li{width: 100%;}
header .header-menu .mv-li.nomega .mv--ul .mv--li .mv--a{border-bottom: 1px solid var(--bs-border-color);}
header .header-menu .mv-li.nomega .mv--ul .mv--li:last-child .mv--a{border-bottom: none;}
header .header-menu .mv-li.nomega .mv--ul .mv--li .mv--a:hover{background: var(--bs-primary-bg-subtle);color: var(--bs-black);}
header .header-menu .mv-li .mv--ul{position: absolute;left: 0;width: 250px;background: rgb(0 25 67 / 75%);opacity: 0;visibility: hidden;top: 3rem;transition: all .5s ease;z-index: -100;width: 100%;display: flex;flex-wrap: wrap;padding: 10px;}
header .header-menu .mv-li .mv--ul .mv--li{flex: 1 1 auto;width: 20%;}
header .header-menu .mv-li .mv--ul .mv--li .mv--a{padding: .75rem .875rem;display: block;color: var(--bs-light);}
.header-bottom form{position: relative;margin-top: 1rem;}
.header-bottom form input{width: 100%;padding: .575rem .75rem;border-radius: 4px;border: none;outline: none;font-size: 1rem;line-height: 1.5;}
.header-bottom form button{position: absolute;top: 50%;right: 5px;border: none;background: transparent;transform: translateY(-50%);font-size: 1rem;color: var(--bs-gray-500);}
.header-menu svg{height:18px;fill: var(--bs-light);margin-right: 5px;}
.banner1{position: relative;top: -5rem;margin-bottom: 0;}
.effect-shine{display: block;overflow: hidden;position: relative;}
.effect-shine::before{position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: "";width: 50%;height: 100%;background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));transform: skewX(-25deg);}
.effect-shine:hover::before{animation: shine .75s;}
.item-swh{width: 0;display: inline-block;overflow: hidden;transition: all .5s ease;color: var(--bs-gray-800);}
.item-swh.show{width:auto;display:unset;}
.icon-gamepad{background-repeat: no-repeat;background-position: center;width: 35px;display: block;height: 29px;background-size: 100%;margin-right: 5px;}
.category-items{text-align: center;display: block;color: var(--bs-body-color);position: relative;border-radius: 6px;overflow: hidden;margin-bottom: 20px;}
.category-items img{width: 100%;}
.category-items h4{margin-bottom: 0;position: absolute;top: 0;left: 0;width: 150px;background: rgb(0 97 255 / 78%);color: var(--bs-light);font-size: 1.2rem;text-transform: uppercase;padding: 0;border-bottom-right-radius: 22rem;line-height: 3rem;transition: all .2s ease;}
.category-items:hover h4{width: 100%;border-radius: 0;height: 100%;line-height: 0;}
.category-items:hover h4 span{position: absolute;top: 50%; left: 50%;transform: translate(-50%, -50%);}
.category-list{padding-bottom: 2rem;}
.heading-title{margin-bottom: .75rem;position: relative;display: flex;justify-content: space-between; align-items: center;}
.heading-title .heading-text{margin-bottom: 0;position: relative; background: var(--bs-body-bg);}
.heading-title h2.heading-text,.heading-title h3.heading-text{display: flex;align-items: center;}
.heading-title::before{content:'';height: 2px;width: 100%;background-color: var(--bs-body-color);position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.icon-logo{height: 29px;margin-right: 5px;width: 29px;background: url(../img/gadock.svg) center center no-repeat;background-size: 100%;display: block;}
.icon-logo-w{height: 29px;margin-right: 5px;width: 29px;background: url(../img/gadock_w.png) center center no-repeat;background-size: 100%;display: block;}
.article-image{margin-bottom: .75rem;}
.article-image img{width: 100%;border-radius: 5px;}
.article-info a{color: var(--bs-body-color);}
.article-info h4{font-size: 1.2rem;font-weight: 700;}
.article-info p.des{margin-bottom: 0;color: var(--bs-dark-text-emphasis);}
.article-item-flex{display: flex;}
.article-item-flex .article-image{width: 150px;flex: 1 1 auto;}
.article-item-flex .article-info{flex: 1 1 auto;width: calc(100% - 150px);}
.article-item-flex .article-info a h4{font-size: 1rem;margin-bottom: 5px;}
.game-item{margin-bottom: 1rem;background: var(--bs-white);box-shadow: 0px 0px 1px #6d6d6d;}
.game-item .gameItem-image{margin-bottom: 5px;}
.game-item .gameItem-image img{width: 100%;}
.game-item .gameItem-title{margin-bottom: 5px;padding: 0 .5rem;}
.game-item .gameItem-title a{color: var(--bs-body-color);font-size: 1rem;}
.game-item .gameItem-title a:hover{color: var(--bs-blue);}
.game-item .gameItem-hashtag{display: flex;flex-wrap: wrap;padding: 0 .5rem;color: var(--bs-gray);font-size: 12px;}
.game-item .gameItem-hashtag::before{content: '\f02c';font-family: var(--fontawesome);padding-right: 5px;}
.game-item .gameItem-hashtag a{color: var(--bs-gray);}
.game-item .gameItem-hashtag a::after{content: ',';padding-right: 2px;}
.game-item .gameItem-hashtag a:last-child::after{content: '';padding-right: 0;}
.game-item .gameItem-hashtag a:hover{color: var(--bs-black);}
.game-item .gameItem-download{display: flex;padding: .5rem;}
.game-item .gameItem-download a{flex: 1 1 auto;width: calc(50% - 2.5px);padding: .57rem;text-align: center;background: var(--color-main-black);color: var(--bs-light);text-transform: uppercase;border-radius: 4px;}
.game-item .gameItem-download a:first-child{margin-right: 2.5px;}
.game-item .gameItem-download a:last-child{margin-left: 2.5px;}
.game-item .gameItem-download a.bg-hover:hover{background: var(--bs-link-hover-color);}
.comingSoonGame-item{position: relative;}
.comingSoonGame-item .item-image img,.comingSoonGame-l-item .item-image img{width: 100%;}
.comingSoonGame-item .item-title a{color: var(--bs-body-color);margin: .5rem 0;font-size: 1rem;}
.comingSoonGame-item .item-created{font-size: 12px;position: absolute;top: 0;right: 0;z-index: 9;background: rgb(0 0 0 / 51%);color: var(--bs-light);padding: .5rem;font-weight: 500;}
.comingSoonGame-slide .slick-arrow{opacity: 0;visibility: hidden;position: absolute;top: calc(50% - 24px);transform: translateY(-50%);z-index: 9;font-size: 2rem;color: var(--bs-white);box-shadow: none;cursor: pointer;transition: all .5s ease;}
.comingSoonGame-slide .slick-arrow.arrow-right{right: 0;}
.comingSoonGame-slide:hover .slick-arrow{opacity: 1;visibility: visible;}
.heading3-title{background: linear-gradient(to right, var(--bs-blue), var(--color-main-neon));color: var(--bs-light);text-align: center;border-radius: 5px;}
.heading3-title h3{font-size: 1.2rem;text-transform: uppercase;padding: .5rem;}
.comingSoonGame-l-item{display: flex;margin-bottom: .5rem;}
.comingSoonGame-l-item .item-image{flex: 1 1 auto;width: 100px;}
.comingSoonGame-l-item .item-info{flex: 1 1 auto;width: calc(100% - 105px);padding-left: 5px;}
.comingSoonGame-l-item .item-title a{color: var(--bs-body-color);font-size: 14px;}
.comingSoonGame-l-item .item-created{font-size: 12px;color: var(--bs-dark-text-emphasis);}
.categoryRomItem{display: block;border: 1px solid var(--bs-border-color);padding: .5rem;color: var(--bs-black);margin-bottom: 1rem;border-radius: 4px;background: var(--bs-body-bg);}
.categoryRomItem .item-image{text-align: center;}
.categoryRomItem .item-image img{height: 80px;max-width: 100%;}
.categoryRomItem .item-title{font-size: 1rem;text-align: center;font-weight: 700;margin-top: 5px;}
.categoryRomItem .item-info{display: flex;color: var(--color-main-neon);}
.categoryRomItem .item-info div{flex: 1 1 auto;width: 50%;font-size: 12px;}
.categoryRomItem .item-info div:first-child{border-right: 1px solid var(--bs-black);padding-right: 5px;text-align: right;}
.categoryRomItem .item-info div:last-child{padding-left: 5px;}
.categoryRomItem:hover{border: 1px solid var(--bs-code-color);}
.box-static{padding: 3rem 0;background-image: url(../img/1.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;margin-bottom: 3rem;background-attachment: fixed;color: var(--bs-light);}
.box-static .box-static-div{display: flex;margin: 0 auto;justify-content: center;font-size: 2.5rem;}
.box-static .box-static-div .title{font-size: 1rem;text-transform: uppercase;}
.box-static .box-static-div .box-1{color: var(--bs-red);}
.box-static .box-static-div .box-2{color: var(--bs-warning);}
.box-static .box-static-div .box-3{color: var(--color-main-blue);}
.box-static .box-static-div svg{height: 46px;fill: var(--bs-light);}
.homeModel{background: rgb(0 97 255 / 5%);padding-top: 3rem;padding-bottom: 3rem;}
.homeModel .heading-title .heading-text{background: rgb(245 247 255);}
.homeAccordion .accordion-button:not(.collapsed){background-color:transparent;color: var(--color-main-blue);}
.homeAccordion .accordion-button:focus{box-shadow:none;}
.homeAccordion .accordion-button{padding: var(--bs-accordion-btn-padding-y) 0;}
.homeAccordion .accordion-body{padding: var(--bs-accordion-body-padding-y) 0;}
.homeAccordion{padding: 3rem 0;}
footer{background: var(--bs-black);border-top: 2px solid var(--color-main-blue);padding-top: 1rem;padding-bottom: 10px;}
footer .f-logo img{height: 100px;}
footer .f-brand{color: var(--bs-light);}
footer .f-brand img{max-height: 100px;}
footer .f-copyright .socal{justify-content: center;margin-bottom: .75rem;}
footer .f-copyright .socal a{display: block;margin: 0 5px;}
footer .f-copyright .socal svg{height: 28px;width: 28px;fill: var(--bs-light);}
footer .f-copyright a{color: var(--bs-light);}
footer .f-copyright a:hover{color: var(--bs-link-hover-color);}
footer .footer{display: flex;justify-content: space-between;align-items: center;}
.newsletter{text-align: center;}
.newsletter form{max-width: 500px;margin: auto;}
.newsletter p{color: var(--bs-dark-border-subtle);}
.newsletter .newsletter-button{background: var(--bs-primary-text-emphasis);color: var(--bs-light);padding: 5px 16px;border: none;border-radius: 4px;}
.newsletter .newsletter-button:hover{background: var(--bs-blue);}
footer .f-copyright .socal .s-facebook a:hover svg{fill: #4267B2;}
footer .f-copyright .socal .s-instagram a:hover svg{fill: #C13584;}
footer .f-copyright .socal .s-youtube a:hover svg{fill: #FF0000;}
footer .f-copyright .socal .s-tiktok a:hover svg{fill: #00f2ea;}
a.ah-hv-ef::before{display: inline-block;content:'\f105';font-family: var(--fontawesome);opacity: 0;visibility: hidden;z-index: -9;transition: all .5s ease;width: 0;}
a.ah-hv-ef:hover::before{opacity: 1;visibility: visible;z-index: 1;padding-right: 5px;width: auto;}
a.ah-hv-ef:hover{color: var(--bs-blue) ;}
header.h300vh{height: auto;}
header.h300vh .header-bg{height: 300px;overflow: hidden;position: relative;}
header.h300vh .header-bg h1{font-size: 2.5rem;text-transform: uppercase;}
.nav-breadcrumb .breadcrumb{margin-bottom: 0;}
.nav-breadcrumb .breadcrumb a{color: var(--bs-body-color);}
.nav-breadcrumb{background: var(--bs-gray-300);}
.category-slidebar .category-slidebar-list{max-height: 175px;overflow: hidden;}
.category-slidebar .category-slidebar-list .csbItem{padding: .2rem 0;border-bottom: 1px solid var(--bs-border-color);}
.category-slidebar .category-slidebar-list .csbItem label{display: block;cursor: pointer;}
.category-slidebar .category-slidebar-list .csbItem label::before{content:'\f096';font-family: var(--fontawesome);padding-right: 5px;}
.category-slidebar .category-slidebar-list .csbItem:last-child{border-bottom: none;}
.category-slidebar .category-slidebar-list .csbItem.active,.category-slidebar-list .csbItem:hover{color: var(--bs-link-hover-color);font-weight: 500;}
.category-slidebar .category-slidebar-list .csbItem.active label::before,.category-slidebar-list .csbItem:hover label::before{content:'\f046';}
.category-slidebar .readmore{text-align: center;padding: .75rem;}
.category-slidebar .readmore button{background: transparent;border: none;color: var(--bs-gray-500);}
.category-slidebar.active .category-slidebar-list{max-height:unset;}
.category-search{position: relative;}
.category-search button{position: absolute;right: 10px;top: 50%;transform: translateY(-50%);z-index: 1;background: transparent;border: none;padding: 0;font-size: 1rem;color: var(--bs-border-color-translucent);}
.category{margin-top: 2rem;}
.category-ctn-filter{display: flex;justify-content: space-between;align-items: center;}
.category-ctn-top{display: flex;justify-content: space-between;align-items: center;}
.category-ctn-top h2{font-size: 1.5rem;text-transform: uppercase;font-weight: 700;}
.category-filter-val{border-radius: 4px;margin-bottom: 1rem;}
.category-filter-val .category-filter-val-title{cursor: pointer;border-radius: 4px;color: var(--bs-light);padding: .5rem;border-bottom: 1px solid var(--bs-border-color);background: linear-gradient(to right, var(--bs-blue), var(--color-main-neon));display: flex;align-items: center;justify-content: space-between;}
.category-filter-val .category-filter-val-ctn{overflow: hidden;height: 0;padding: 0;transition: all .2s ease;}
.category-filter-val .category-filter-val-ctn .cfv button{position: absolute;top: -12px;right: -5px;background: transparent;border: none;padding: 0;color: var(--bs-danger);opacity: 0;visibility: hidden;z-index: -9;}
.category-filter-val .category-filter-val-ctn .cfv{cursor: pointer;position: relative;margin-left: 1rem;border: 1px solid var(--bs-border-color);padding: 3px 8px;border-radius: 4px;}
.category-filter-val .category-filter-val-ctn .cfv:hover button{opacity: 1;visibility: visible;z-index: 1;}
.category-filter-val .category-filter-val-ctn .cfv:hover{background: var(--color-main-blue);color: var(--bs-light);}
.category-filter-val.active{box-shadow: 1px 1px 3px rgb(51 51 51 / 29%);}
.category-filter-val.active .category-filter-val-ctn{padding: 1rem .75rem .5rem;height:auto;overflow: unset;}
.category-ctn-top .sortBy{border: 1px solid var(--bs-border-color);background: transparent;padding: 3px 5px;border-radius: 2px;outline: none;}
.game-view{margin-top: 1rem;}
.gameViewInfo a{color: var(--color_dropdown_text_hover);}
.gameViewInfo a:hover{color: var(--bs-blue);}
.gameViewInfo .hashTag a::after{content: ',';padding-right: 5px;}
.gameViewInfo .hashTag li:last-child a::after{content: ''}
.btn-download{margin-bottom: 1rem;}
.btn-download button{display: flex;align-items: center;background: var(--color-main-blue);color: var(--bs-light);text-transform: uppercase;padding: 9px 40px;border-radius: 7px;border: none;}
.btn-download button svg{height: 20px;fill: var(--bs-light);}
.btn-download button span{font-size: 17px;margin-left: 8px;}
.game-heading-title{display: flex;justify-content: space-between;align-items: center;}
.game-heading-title button{background: transparent;border: none;color: var(--bs-blue);}
.gameViewInfo svg.svg-muted{fill: var(--bs-gray)}
.gameViewGallery .slick-dots{position: absolute;list-style: none;display: flex;padding-left: 0;margin-bottom: 0;bottom: 1.5rem;left: 50%;transform: translateX(-50%);}
.gameViewGallery .slick-arrow,.new-article-slide .slick-arrow{opacity: 0;visibility: hidden;position: absolute;top: 50%;transform: translateY(-50%);z-index: 102;font-size: 2rem;color: var(--bs-light);cursor: pointer;}
.gameViewGallery .slick-arrow.arrow-left,.new-article-slide .slick-arrow.arrow-left{left: 1rem;}
.gameViewGallery .slick-arrow.arrow-right,.new-article-slide .slick-arrow.arrow-right{right: 1rem;}
.gameViewGallery .slick-dots li button{border: none;background: var(--bs-white);color: transparent;opacity: .5;transition: opacity .6s ease;height: 6px;overflow: hidden; width: 27px;margin: 0 3px;}
.gameViewGallery .slick-dots li.slick-active button{opacity: 1;}
.gameViewGallery:hover .slick-arrow,.new-article-slide:hover .slick-arrow{opacity: 1;visibility: visible;}
svg.svg-4{height: 23px;padding-right: 5px;}
svg.svg-5{height: 20px;}
svg.svg-3{height: 23px;}
svg.svg-2{height: 38px;}
#ez_toc h3{font-size: 1.2rem;}
#ez_toc{border: 2px solid var(--bs-dark);border-radius: 4px; padding: 1rem .75rem;margin-bottom: 1rem;background: var(--bs-white);}
#ez_toc a{color: var(--bs-dark);display: flex;}
#ez_toc a:hover{color: var(--button-color-main)}
#ez_toc ul{padding-left: 0;margin-bottom: 0;list-style: none;}
#ez_toc .ez-toc-ul0{margin-left: 1rem;line-height: 1.8;font-size: 14px;opacity: 1;visibility: visible;height: auto;overflow: unset;}
#ez_toc .ez-toc-ul0 .ez-toc-li0{position: relative;}
#ez_toc button{border: none;background: var(--bs-black);color: var(--bs-light);width: 31px;height: 31px;border-radius: 5px;}
#ez_toc button i.fa-angle-left{display: none;}
#ez_toc.active button i.fa-angle-down{display: none;}
#ez_toc.active button i.fa-angle-left{display: block;}
#ez_toc.active .ez-toc-ul0{opacity: 0;visibility: hidden;height: 0;overflow: hidden;transition: opacity .3s;}
#ez_toc a span{width: 30px;display: block; text-align: right;padding-right: 5px;}
.content{background: var(--bs-white);}
.pview-hashtag{margin-top: 1rem;}
.pview-hashtag a{color: var(--bs-body-color);text-decoration: unset;margin-right: 10px;}
.pview-hashtag a::before{content:'\f292';font-family: var(--fontawesome);padding-right: 0;}
.gameViewVideo{margin: 1rem 0;text-align: center;}
.gameViewVideo iframe{width: 100% !important;}
.game-view .card .readmore{text-align: center;border: 1px solid var(--bs-border-color);border-top: 0;padding: 4px;}
.game-view .card .readmore button{padding: 3px 23px;border: none;background: transparent;font-size: 14px;color: var(--bs-gray);}
.game-view .card .list-group{max-height: 191px;overflow: hidden;}
.game-view .card.active .list-group{max-height: unset;overflow: unset;}
.circle {width: 200px;display: block;position: relative;text-align: center;margin: auto;}
.circle .circle-ctn {position: absolute;top: 70px;left: 0;width: 100%;text-align: center;line-height: 3rem;font-size: 3rem;font-weight: 700;}
.circle .circle-ctn .fs1r{font-size: 1rem;line-height: 1.5;text-transform: uppercase;}
.gameViewRate,.gameViewComment{margin-bottom: 2rem;}
.gameViewRate .progress{height: 10px;}
.gameViewRate .row,.gameViewRate p{background: var(--bs-primary-bg-subtle);margin-left: 0;margin-right: 0;}
.position-sticky-10{position: sticky;top: 10px;z-index: 999;}
.header-blog{height: auto;}
.header-blog::before,.header-blog::after{content: "";position: absolute;left: 0;right: 0;height: 200px;z-index: 99;background: rgb(25, 27, 36);}
.header-blog::before{top: 0;background: linear-gradient(180deg, rgba(25, 27, 36, 1), rgba(25, 27, 36, 0));}
.header-blog::after{bottom: 0;background: linear-gradient(0deg, rgba(25, 27, 36, 1), rgba(25, 27, 36, 0));}
.header-bg-slide{z-index: 60;}
.header-bg-slide{position: relative;}
.header-bg-slide .slick-arrow{position: absolute;z-index: 2;top: 50%;transform: translateY(-50%);font-size: 2.5rem;color: var(--black);opacity: 1;cursor: pointer;opacity: 0;visibility: hidden;background: var(--white);width: 48px;text-align: center;border-radius: 50%;height: 48px;line-height: 48px;box-shadow: 0px 0px 2px rgb(0 0 0 / 26%);}
.header-bg-slide .slick-arrow.arrow-left{left: 1rem;} 
.header-bg-slide .slick-arrow.arrow-right{right: calc(1rem + 15px);} 
.header-bg-slide:hover .slick-arrow{opacity: 1;visibility: visible;}
.header-bg-slide .slick-dots{ display: flex;list-style: none;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);padding-left: 0;}
.header-bg-slide .slick-dots li button {background: var(--gray);border: 0;border-radius: 50%;font-size: 0px;width: 8px;height: 8px;display: block;line-height: 6px;color: var(--black);overflow: hidden;padding: 0;margin: 5px 8px;box-shadow: 1px 1px 1px rgb(0 0 0 / 35%)}
.header-bg-slide .slick-dots li.slick-active button{background: var(--black);}
.header-bg-slide .slick-slide a{display: block;position: relative;color: var(--bs-light);cursor: pointer;}
.header-bg-slide .slick-slide a::before{content: "";position: absolute;left: 0;right: 0;bottom: 0;top: 0;background-image: url(../img/dotted.png);background-repeat: repeat;opacity: .2;z-index: 1;}
.header-bg-slide .slick-slide a .bgslide-item{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;z-index: 3;}
.header-bg-slide .slick-slide a .bgslide-item .title{font-size: 3rem;text-shadow: 1px 1px 2px rgb(0 0 0 / 45%);text-transform: uppercase;}
.header-bg-slide .slick-slide a .bgslide-item p{margin-bottom: 0;background: rgb(0 0 0 / 48%);padding: 12px 10px;}
.header-bg-slide .slick-slide a .bgslide-item ul.nav li{border: none;background-color: rgb(0 0 0 / 48%);padding: 4px 8px;font-size: 12px;border-radius: 2px;margin-right: 8px;}
.header-bg-slide .slick-slide a .bgslide-item ul.nav{margin-bottom: .5rem;}
.max-600{max-width: 600px;}
.item-blog-s1{position: relative;color: var(--bs-white);margin-bottom: .25rem;}
.item-blog-s1 svg{fill:var(--bs-white)}
.item-blog-s1 img{width: 100%;}
.item-blog-s1 .item-blog-label{font-size: 12px;position: absolute;top: 10%;left: 0;background: var(--bs-code-color);clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);padding: 0.2rem 1.125rem 0.2rem 0.75rem;display: inline-block;z-index: 2;}
.item-blog-s1::before{content:'';position: absolute;width: 100%;height: 100%;background: var(--bs-black);left: 0;top: 0;z-index: 1;opacity: .5;}
.item-blog-s1 .item-blog-info{position: absolute;bottom: 5%;left: 0;right: 0;padding: 0 10px;z-index: 2;}
.blog-view{margin-top: 1rem; margin-bottom: 3rem;}
.article-item-v{display: flex;margin-bottom: .5rem;transition: all .5s ease;}
.article-item-v .article-item-vs{width: 30%;flex: 1 1 auto;}
.article-item-v .article-item-ve{width: 70%;flex: 1 1 auto;}
.box-hot-article .article-item{background: var(--bs-border-color-translucent);}
.box-hot-article .article-item .title{ font-size: 1.5rem;line-height: 1.2; margin-bottom: .5rem;display: block;}
.box-hot-article .article-item .des{ color: var(--bs-gray);}
.blog-category-list-article.active-th{display: flex;flex-wrap: wrap;margin-left: -5px;margin-right: -5px;}
.blog-category-list-article.active-th .article-item-v{width: 33.333333%;flex: 1 1 auto;display: block;padding-right: 5px;padding-left: 5px;margin-bottom: 1rem;}
.blog-category-list-article.active-th .article-item-v .me-2{margin-right: 0 !important;}
.blog-category-list-article.active-th .article-item-v .article-item-vs,
.blog-category-list-article.active-th .article-item-v .article-item-ve{width: 100%;flex:unset;}
.blog-category-list-article.active-th .article-item-v .article-item-ve{background: var(--bs-gray-100);padding: 5px 10px 8px;}
.faq-view{margin-top: 1rem;margin-bottom: 1rem;}
.faq-nav a{padding: .5rem .75rem;display: block;color: var(--bs-black);}
.faq-nav .nav-li{margin-bottom: .5rem;}
.faq-nav .nav-li .nav-a{background: var(--bs-gray-300); color: var(--bs-black);font-weight: 700;}
.faq-nav .nav-li .nav--a:hover,.faq-nav .nav-li.active{background: var(--bs-primary-bg-subtle);}
.faq-nav .nav--ul{margin-top: .5rem;}
.faq-cb .accordion-header .accordion-button::before{content: '\f111';font-family: var(--fontawesome);padding-right: 5px;font-size: 6px;}
.faq-cb .accordion-button:focus{box-shadow:unset;}
.faq-contact a{background: var(--bs-blue);color: var(--bs-light);padding: 6px 12px;border-radius: 4px;margin-top: .75rem;display: inline-block;}
.min-h50{min-height: 50vh;}
.gameItem-download .fa{display: none;}
/* Medium devices (tablets, 768px and up)*/
@media (max-width: 991.98px) {
   footer .footer{display: unset; text-align: center;}
   footer .f-copyright,footer .f-logo{margin-bottom: 1rem;}
   footer .f-copyright .nav{justify-content: center;}
   footer .f-brand.text-end{text-align: center !important;}
   .box-static .box-static-div{justify-content: space-around;font-size: 1.5rem;}
   .banner1{top: -0;}
   .article-item,.article-item-flex{margin-bottom: 1rem;}
   header .header-bottom,header .header-top .header-bt .header-menu{display: none;}
   header{height: auto;margin-bottom: 1rem;}
   .homeGame .newGame,.homeGame .updateGame{margin-right: calc(-.5 * var(--bs-gutter-x));margin-left: calc(-.5 * var(--bs-gutter-x));}
   .hotGame .w-three-line{-webkit-line-clamp: 2 !important;}
}
@media (max-width: 1439px) {
   
}

/*css IE 11*/
@media all and (-ms-high-contrast:none) {

}
@media (max-width: 1620px) {
    #debug-kit-toolbar{display: none;}
}

/* all desktops */
@media (min-width: 992px){

}
@keyframes bannerzoom {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}
@keyframes shine {
    to {
        left: 125%
    }
}