@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 2.5
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

input,button {
    border: none
}

input:focus,button:focus {
    outline: none
}

.rs {
    padding: 0;
    margin: 0
}

ul {
    padding-inline-start:40px}

.box-detail p {
    padding: 7px 0;
    margin: 0
}

.box-detail a:hover {
    text-decoration: underline
}

.box-detail img {
    max-width: 100%
}

.box-detail .head,.box-detail .time {
    position: relative
}

.box-detail table {
    border-collapse: collapse;
    margin: 0 auto;
    color: #fff
}

.box-detail table td {
    border: 1px solid #000;
    padding: 10px;
    background: #cdc5bb
}

.box-detail table tr:first-child td {
    background: #303030;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.box-detail table tr:nth-child(even) td {
    background: #a19f9b
}

.box-detail table img {
    border: none
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    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.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.footer {
    width: 100%;
    padding: 40px 15px 50px;
    text-align: center;
    color: #fff;
    background: #151515
}

.funtap {
    display: block;
    text-indent: -999em;
    background: url("../../../../cdn.smobgame.com/templates/hakibv/images/logo2.png") 0 0 no-repeat;
    width: 136px;
    height: 38px;
    left: 0;
    top: -10px
}

.ghdt {
    position: absolute;
    right: 0;
    top: 0
}

.footerInner {
    color: #fff;
    font-size: 13px;
    text-align: center;
    position: relative;
    margin: 0 auto
}

.footerInner a.bs {
    color: #fff;
    display: inline-block;
    margin: 0 10px
}

.footerInner a:hover {
    color: #ff9500
}

.footerInner p {
    margin-bottom: 6px
}

.logo2 {
    display: block;
    text-indent: -999em;
    background: url(../../../../cdn.smobgame.com/templates/tqbn/images/logo2.png) 0 0 no-repeat;
    width: 149px;
    height: 41px;
    left: 0;
    top: -10px
}

.cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.pop-video {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 650px;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000
}

.closeModal {
    z-index: 2;
    font-size: 24px;
    line-height: 40px
}

#video_iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

#video_iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

.lightbox {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    display: none;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10000000
}

.lightbox-container {
    position: relative;
    max-width: 800px;
    margin: 7% auto;
    display: block;
    height: auto;
    z-index: 10
}

@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top:10%;
        padding: 0
    }
}

@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top:13%
    }
}

.lightbox-content {
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7);
    box-shadow: 0 1px 6px rgba(0,0,0,.7)
}

.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: #fff;
    top: -22px;
    right: 0;
    opacity: 1
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0
}

.video-container iframe,.video-container object,.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.comming-soon {
    width: 290px;
    padding: 50px 0px;
    text-align: center;
    font-size: 22px;
    color: #333;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.comming-soon .closeModal {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f44e19;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    top: -17px;
    right: -17px;
    font-size: 32px
}

.list-posts li {
    position: relative;
    border-bottom: 1px dotted #c7c7c7;
    display: flex;
    align-items: center
}

.list-posts li:last-child {
    border: none
}

.list-posts li a {
    display: block;
    width: 77%;
    color: #1b1c1c;
    padding: 0 15px;
    font-size: 15px;
    padding: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-posts li a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 6px;
    margin-right: 6px;
    background: url(https://cdn.smobgame.com/templates/thegioirong/images/home/icon-li.webp) no-repeat 0/100%
}

.list-posts li .date {
    position: absolute;
    right: 10px;
    top: 0;
    height: 36px;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 36px
}

.list-posts li a:hover {
    color: #767b7f
}

.lg18 {
    top: 77px !important
}

@media(max-width: 1024px) {
    #tab9 .navtabs {
        display:none
    }

    #tab9 {
        display: none !important
    }

    #tab9.current {
        display: block !important
    }

    .lg18 {
        top: 80px !important
    }

    .list-posts li a::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-right: 6px;
        background: url(https://cdn.smobgame.com/template/F91vn/images/home/bullet-li-mb.png) no-repeat 0/100%
    }
}

@media only screen and (max-width: 640px) {
    .list-posts li a {
        padding:6px 0;
        font-size: 13px
    }

    .list-posts li a::before {
        width: 10px;
        height: 10px;
        margin-right: 5px
    }

    .lg18 {
        top: 50px !important;
        width: 100px !important
    }

    .footer {
        padding: 40px 15px 60px
    }

    .logo2 {
        position: static;
        margin: 0 auto 15px
    }

    .ghdt {
        width: 35px;
        height: 49px;
        position: static;
        margin: 15px auto
    }
}

.box-cmfb iframe {
    width: 100% !important
}

@font-face {
    font-family: "SVN-Hemi Head";
    src: url("../font/SVN-Hemi Head.woff2") format("woff2");
    font-display: swap
}

.webp .spr {
    background: url("https://cdn.smobgame.com/template/F86vn/images/spr.webp") no-repeat
}

.webp .wrapper-home {
    background: url("/images/bg.jpg") 50% 0 no-repeat #0a0708
}

.webp .header .box-search {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-search.webp") no-repeat 0/100%
}

.webp .header .box-search button {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-search.webp") 50% 50% no-repeat
}

.webp .header .list-menu li a {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu1.webp") 0/100% no-repeat
}

.webp .header .btn-playnow {
    background: url("/images/btn_choingay.png") 0/100% no-repeat
}

.webp .header .logo {
    background: url("https://cdn.smobgame.com/template/F86vn/images/logo3.webp") no-repeat 0/100%
}

.webp .header .btn-trailer {
    background: url("https://cdn.smobgame.com/template/F86vn/images/btn-play.webp") 0/100% no-repeat
}

.webp .header .slogan {
    background: url("https://cdn.smobgame.com/template/F86vn/images/slogan.webp") no-repeat 0/100%
}

.webp .header .box-download {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-download.webp") no-repeat 0/100%
}

.webp .header .box-download .btn-nap {
    background: url("https://cdn.smobgame.com/template/F91vn/images/home/btn-nap-update.webp") no-repeat 0/100%
}

.webp .box-page-2 .swiper1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-iframe.webp") 0/100% no-repeat
}

.webp .box-page-2 .box-news {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-news.webp") no-repeat 0/100%
}

.webp .box-page-2 .box-news ul.tabs li:after {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-menu.webp") no-repeat 0/100%
}

.webp .box-page-2 .box-news .tab-content .btn-xemthem {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-more.webp") no-repeat 0/100%
}

.webp .box-page-2 .box-news .tab-content ul.lst-news li a:before {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-li.webp") no-repeat 0/100%
}

.webp .box-page-2 .box-right a:before {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-more-2.webp") no-repeat 0/100%
}

.webp .box-page-2 .box-right .btn-dacsac {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-dacsac2.webp") no-repeat 0/100%
}

.webp .box-page-2 .box-right .btn-huongdan {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-huongdan1.webp") no-repeat 0/100%
}

.webp .box-page-2 .box-right .btn-giftcode {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-giftcode.webp") no-repeat 0/100%
}

.webp .box-page-2 .box-right .btn-hotro {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-support.webp") no-repeat 0/100%
}

.webp .box-page-3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-3.jpg") 50% 0 no-repeat
}

.webp .box-page-3:before {
    background: url("https://cdn.smobgame.com/template/F86vn/images/line-bg.png") 50% 0 no-repeat
}

.webp .box-page-3 .title-3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/title-nv.png") 0/100% no-repeat
}

.webp .box-page-3 .swiper-button-next3,.webp .box-page-3 .swiper-button-prev3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/btn-next-2.png") 0/100% no-repeat
}

.webp .btn-kiemsi {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/btn-kiemsi.webp") 0/100% no-repeat
}

.webp .btn-phapsu {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/btn-phapsu.webp") 0/100% no-repeat
}

.webp .btn-cungthu {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/btn-cungthu.webp") 0/100% no-repeat
}

.webp #tab1 .swiper-pagination-bullet:nth-child(1) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-kiemsi1.webp") 0/100% no-repeat
}

.webp #tab1 .swiper-pagination-bullet:nth-child(2) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-kiemsi2a.webp") 0/100% no-repeat
}

.webp #tab1 .swiper-pagination-bullet:nth-child(3) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-kiemsi3a.webp") 0/100% no-repeat
}

.webp #tab2 .swiper-pagination-bullet:nth-child(1) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-phapsu1.webp") 0/100% no-repeat
}

.webp #tab2 .swiper-pagination-bullet:nth-child(2) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-phapsu2a.webp") 0/100% no-repeat
}

.webp #tab2 .swiper-pagination-bullet:nth-child(3) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-phapsu3a.webp") 0/100% no-repeat
}

.webp #tab3 .swiper-pagination-bullet:nth-child(1) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-cungthu1.webp") 0/100% no-repeat
}

.webp #tab3 .swiper-pagination-bullet:nth-child(2) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-cungthu2a.webp") 0/100% no-repeat
}

.webp #tab3 .swiper-pagination-bullet:nth-child(3) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-cungthu3a.webp") 0/100% no-repeat
}

.webp .img-kiemsi1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi1.webp") 0/100% no-repeat
}

.webp .img-kiemsi2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi2.webp") 0/100% no-repeat
}

.webp .img-kiemsi3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi3.webp") 0/100% no-repeat
}

.webp .info-kiemsi1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi1.webp") 0/100% no-repeat
}

.webp .info-kiemsi2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi2.webp") 0/100% no-repeat
}

.webp .info-kiemsi3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi3.webp") 0/100% no-repeat
}

.webp .img-kiemsi1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi1.webp") 0/100% no-repeat
}

.webp .img-kiemsi2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi2.webp") 0/100% no-repeat
}

.webp .img-kiemsi3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi3.webp") 0/100% no-repeat
}

.webp .info-kiemsi1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi1.webp") 0/100% no-repeat
}

.webp .info-kiemsi2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi2.webp") 0/100% no-repeat
}

.webp .info-kiemsi3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi3.webp") 0/100% no-repeat
}

.webp .img-phapsu1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-phapsu1.webp") 0/100% no-repeat
}

.webp .img-phapsu2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-phapsu2.webp") 0/100% no-repeat
}

.webp .img-phapsu3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-phapsu3.webp") 0/100% no-repeat
}

.webp .info-phapsu1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-phapsu1.webp") 0/100% no-repeat
}

.webp .info-phapsu2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-phapsu2.webp") 0/100% no-repeat
}

.webp .info-phapsu3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-phapsu3.webp") 0/100% no-repeat
}

.webp .img-cungthu1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-cungthu1.webp") 0/100% no-repeat
}

.webp .img-cungthu2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-cungthu2.webp") 0/100% no-repeat
}

.webp .img-cungthu3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-cungthu3.webp") 0/100% no-repeat
}

.webp .info-cungthu1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-cungthu1.webp") 0/100% no-repeat
}

.webp .info-cungthu2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-cungthu2.webp") 0/100% no-repeat
}

.webp .info-cungthu3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-cungthu3.webp") 0/100% no-repeat
}

.webp .box-page-4 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-4.webp") 50% 0 no-repeat
}

.webp .box-page-4:before {
    background: url("https://cdn.smobgame.com/template/F86vn/images/line-bg.webp") 50% 0 no-repeat
}

.webp .box-page-4 .title-dacsac {
    background: url("https://cdn.smobgame.com/template/F86vn/images/title-dacsac.webp") 0/100% no-repeat
}

.webp .swiper-button-prev {
    background: url("https://cdn.smobgame.com/template/F86vn/images/btn-prev.webp") 0/100% no-repeat
}

.webp .swiper-button-next {
    background: url("https://cdn.smobgame.com/template/F86vn/images/btn-next.webp") 0/100% no-repeat
}

.webp .main-wrapper-news .box-download {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-download-news.webp") no-repeat 0/100%
}

.webp .main-wrapper-news .box-news ul.tabs-news li:after {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-menu.webp") no-repeat 0/100%
}

.webp .main-wrapper-news .box-news .btn-xemthem {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-more.webp") no-repeat 0/100%
}

.no-webp .spr {
    background: url("https://cdn.smobgame.com/template/F86vn/images/spr.png") no-repeat
}

.no-webp .wrapper-home {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg.jpg") 50% 0 no-repeat #0a0708
}

.no-webp .header .box-search {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-search.png") no-repeat 0/100%
}

.no-webp .header .box-search button {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-search.png") 50% 50% no-repeat
}

.no-webp .header .list-menu li a {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu1.png") 0/100% no-repeat
}

.no-webp .header .btn-playnow {
    background: url("https://cdn.smobgame.com/template/F86vn/images/btn_choingay.png") 0/100% no-repeat
}

.no-webp .header .logo {
    background: url("https://cdn.smobgame.com/template/F86vn/images/logo3.png") no-repeat 0/100%
}

.no-webp .header .btn-trailer {
    background: url("https://cdn.smobgame.com/template/F86vn/images/btn-play.png") 0/100% no-repeat
}

.no-webp .header .slogan {
    background: url("https://cdn.smobgame.com/template/F86vn/images/slogan.png") no-repeat 0/100%
}

.no-webp .header .box-download {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-download.png") no-repeat 0/100%
}

.no-webp .header .box-download .btn-nap {
    background: url("https://cdn.smobgame.com/template/F91vn/images/home/btn-nap-update.jpg") no-repeat 0/100%
}

.no-webp .box-page-2 .swiper1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-iframe.png") 0/100% no-repeat
}

.no-webp .box-page-2 .box-news {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-news.png") no-repeat 0/100%
}

.no-webp .box-page-2 .box-news ul.tabs li:after {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-menu.png") no-repeat 0/100%
}

.no-webp .box-page-2 .box-news .tab-content .btn-xemthem {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-more.png") no-repeat 0/100%
}

.no-webp .box-page-2 .box-news .tab-content ul.lst-news li a:before {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-li.png") no-repeat 0/100%
}

.no-webp .box-page-2 .box-right a:before {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-more-2.png") no-repeat 0/100%
}

.no-webp .box-page-2 .box-right .btn-dacsac {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-dacsac2.jpg") no-repeat 0/100%
}

.no-webp .box-page-2 .box-right .btn-huongdan {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-huongdan1.jpg") no-repeat 0/100%
}

.no-webp .box-page-2 .box-right .btn-giftcode {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-giftcode.jpg") no-repeat 0/100%
}

.no-webp .box-page-2 .box-right .btn-hotro {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-support.jpg") no-repeat 0/100%
}

.no-webp .box-page-3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-3.jpg") 50% 0 no-repeat
}

.no-webp .box-page-3:before {
    background: url("https://cdn.smobgame.com/template/F86vn/images/line-bg.png") 50% 0 no-repeat
}

.no-webp .box-page-3 .title-3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/title-nv.png") 0/100% no-repeat
}

.no-webp .box-page-3 .swiper-button-next3,.no-webp .box-page-3 .swiper-button-prev3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/btn-next-2.png") 0/100% no-repeat
}

.no-webp .btn-kiemsi {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/btn-kiemsi.png") 0/100% no-repeat
}

.no-webp .btn-phapsu {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/btn-phapsu.png") 0/100% no-repeat
}

.no-webp .btn-cungthu {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/btn-cungthu.png") 0/100% no-repeat
}

.no-webp #tab1 .swiper-pagination-bullet:nth-child(1) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-kiemsi1.png") 0/100% no-repeat
}

.no-webp #tab1 .swiper-pagination-bullet:nth-child(2) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-kiemsi2a.png") 0/100% no-repeat
}

.no-webp #tab1 .swiper-pagination-bullet:nth-child(3) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-kiemsi3a.png") 0/100% no-repeat
}

.no-webp #tab2 .swiper-pagination-bullet:nth-child(1) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-phapsu1.png") 0/100% no-repeat
}

.no-webp #tab2 .swiper-pagination-bullet:nth-child(2) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-phapsu2a.png") 0/100% no-repeat
}

.no-webp #tab2 .swiper-pagination-bullet:nth-child(3) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-phapsu3a.png") 0/100% no-repeat
}

.no-webp #tab3 .swiper-pagination-bullet:nth-child(1) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-cungthu1.png") 0/100% no-repeat
}

.no-webp #tab3 .swiper-pagination-bullet:nth-child(2) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-cungthu2a.png") 0/100% no-repeat
}

.no-webp #tab3 .swiper-pagination-bullet:nth-child(3) {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/thumb-cungthu3a.png") 0/100% no-repeat
}

.no-webp .img-kiemsi1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi1.png") 0/100% no-repeat
}

.no-webp .img-kiemsi2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi2.png") 0/100% no-repeat
}

.no-webp .img-kiemsi3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi3.png") 0/100% no-repeat
}

.no-webp .info-kiemsi1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi1.png") 0/100% no-repeat
}

.no-webp .info-kiemsi2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi2.png") 0/100% no-repeat
}

.no-webp .info-kiemsi3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi3.png") 0/100% no-repeat
}

.no-webp .img-kiemsi1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi1.png") 0/100% no-repeat
}

.no-webp .img-kiemsi2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi2.png") 0/100% no-repeat
}

.no-webp .img-kiemsi3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-kiemsi3.png") 0/100% no-repeat
}

.no-webp .info-kiemsi1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi1.png") 0/100% no-repeat
}

.no-webp .info-kiemsi2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi2.png") 0/100% no-repeat
}

.no-webp .info-kiemsi3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-kiemsi3.png") 0/100% no-repeat
}

.no-webp .img-phapsu1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-phapsu1.png") 0/100% no-repeat
}

.no-webp .img-phapsu2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-phapsu2.png") 0/100% no-repeat
}

.no-webp .img-phapsu3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-phapsu3.png") 0/100% no-repeat
}

.no-webp .info-phapsu1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-phapsu1.png") 0/100% no-repeat
}

.no-webp .info-phapsu2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-phapsu2.png") 0/100% no-repeat
}

.no-webp .info-phapsu3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-phapsu3.png") 0/100% no-repeat
}

.no-webp .img-cungthu1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-cungthu1.png") 0/100% no-repeat
}

.no-webp .img-cungthu2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-cungthu2.png") 0/100% no-repeat
}

.no-webp .img-cungthu3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/img-cungthu3.png") 0/100% no-repeat
}

.no-webp .info-cungthu1 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-cungthu1.png") 0/100% no-repeat
}

.no-webp .info-cungthu2 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-cungthu2.png") 0/100% no-repeat
}

.no-webp .info-cungthu3 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/img-nv/info-cungthu3.png") 0/100% no-repeat
}

.no-webp .box-page-4 {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-4.jpg") 50% 0 no-repeat
}

.no-webp .box-page-4:before {
    background: url("https://cdn.smobgame.com/template/F86vn/images/line-bg.png") 50% 0 no-repeat
}

.no-webp .box-page-4 .title-dacsac {
    background: url("https://cdn.smobgame.com/template/F86vn/images/title-dacsac.png") 0/100% no-repeat
}

.no-webp .swiper-button-prev {
    background: url("https://cdn.smobgame.com/template/F86vn/images/btn-prev.png") 0/100% no-repeat
}

.no-webp .swiper-button-next {
    background: url("https://cdn.smobgame.com/template/F86vn/images/btn-next.png") 0/100% no-repeat
}

.no-webp .main-wrapper-news .box-download {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-download-news.png") no-repeat 0/100%
}

.no-webp .main-wrapper-news .box-news ul.tabs-news li:after {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-menu.png") no-repeat 0/100%
}

.no-webp .main-wrapper-news .box-news .btn-xemthem {
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-more.png") no-repeat 0/100%
}

.btn-ios {
    background: url("https://cdn.smobgame.com/templates/images/ios1.svg") no-repeat 0/100%
}

.btn-android {
    background: url("https://cdn.smobgame.com/templates/images/android.svg") no-repeat 0/100%
}

.btn-apk {
    background: url("https://cdn.smobgame.com/templates/images/apk.svg") no-repeat 0/100%
}

.fixCen {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%
}

.overlay {
    display: none;
    background: rgba(0,0,0,.61);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10
}

.wrapper-home {
    width: 100%;
	height:100%
    position: relative;
    font-family: "Roboto",sans-serif;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5
}

.header {
    height: 1073px;
    max-height: 100vh;
    min-height: 800px;
    position: relative
}

.header.news {
    height: 1073px;
    max-height: 800px
}

.header.news .box-download {
    display: none
}

.header.news .btn-trailer {
    display: none
}

.header.news .btn-playnow {
    display: none
}

.header .top-header {
    width: 100%;
    height: 77px;
    background-color: #000000c2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98
}

.header .menu-header {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .list-menu {
    display: flex;
    align-items: center
}

.header .list-menu li {
    list-style: none
}

.header .list-menu li a {
    width: 180px;
    height: 67px;
    display: block;
    color: #400101;
    font-size: 23px;
    padding: 0 10px;
    line-height: 67px;
    text-align: center;
    margin-right: -15px;
    text-transform: uppercase;
    font-family: "SVN-Hemi Head"
}

.header .list-menu li:hover a {
    color: #fff
}

.header .box-search {
    width: 316px;
    height: 51px;
    display: flex;
    padding: 5px 20px;
    margin-left: 15px
}

.header .box-search form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.header .box-search input {
    flex: 1;
    color: #000;
    padding: 0 0 0 15px;
    background-color: transparent;
    font-size: 15px
}

.header .box-search input::placeholder {
    color: #000;
    font-style: italic
}

.header .box-search button {
    width: 29px;
    height: 29px
}

.header .menu-mb {
    display: none
}

.header .btn-playnow {
    display: block;
    width: 304px;
    height: 207px;
    position: absolute;
    bottom: 200px;
    left: 50%;
    margin-left: -152px
}

.header .logo {
    display: block;
    position: absolute;
    width: 230px;
    height: 180px;
    top: 80px;
    right: 0;
    z-index: 2;
    text-indent: -999em
}

.header .btn-trailer {
    display: block;
    width: 79px;
    height: 91px;
    position: absolute;
    bottom: 310px;
    left: 50%;
    margin-left: -40px;
    animation: pulse 1s infinite alternate
}

.header .slogan {
    display: block;
    width: 550px;
    height: 362px;
    position: absolute;
    top: 155px;
    left: 50%;
    margin-left: -275px
}

.header .box-download {
    background-size: 100% 100%;
    width: 474px;
    height: 190px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -237px;
    padding: 25px 25px 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .box-download .qrcode {
    display: block;
    width: 127px;
    height: 127px;
    overflow: hidden
}

.header .box-download .qrcode img {
    width: 100%
}

.header .box-download .btn-nap {
    display: block;
    width: 130px;
    height: 130px
}

.header .box-download .download-link {
    margin: 0 5px
}

.header .box-download .download-link a {
    display: block;
    width: 133px;
    height: 41px;
    margin: 0 0 4px 0
}

.header .box-download .download-link a:last-child {
    margin: 0
}

.box-page-2 {
    height: 872px
}

.box-page-2 .box-top-main {
    display: flex;
    justify-content: space-between;
    padding: 63px 0
}

.box-page-2 .box-left {
    width: 711px
}

.box-page-2 .swiper1 {
    width: 100%;
    height: 477px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    padding: 6px
}

.box-page-2 .swiper-slide img {
    width: 100%;
    height: auto
}

.box-page-2 .box-news {
    width: 711px;
    height: 258px;
    padding: 18px 55px;
    position: relative
}

.box-page-2 .box-news ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 2px solid #bcbbbb
}

.box-page-2 .box-news ul.tabs li {
    width: 97px;
    height: 36px;
    color: #2d2c2c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin: 0 8px;
    position: relative;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent
}

.box-page-2 .box-news ul.tabs li:first-child {
    margin-left: 0
}

.box-page-2 .box-news ul.tabs li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -15px;
    top: 14px
}

.box-page-2 .box-news ul.tabs li.current {
    color: #ec8172;
    border-bottom: 2px solid #ec8172
}

.box-page-2 .box-news .tab-content {
    display: none
}

.box-page-2 .box-news .tab-content .btn-xemthem {
    display: block;
    position: absolute;
    right: 55px;
    top: 30px;
    width: 17px;
    height: 17px;
    text-indent: -999em
}

.box-page-2 .box-news .tab-content.current {
    display: block !important
}

.box-page-2 .box-news .tab-content ul.lst-news {
    list-style: none;
    padding: 0;
    margin: 0
}

.box-page-2 .box-news .tab-content ul.lst-news li {
    border-bottom: 1px solid #eeeff4
}

.box-page-2 .box-news .tab-content ul.lst-news li:last-child {
    border-bottom: none
}

.box-page-2 .box-news .tab-content ul.lst-news li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    font-size: 15px;
    font-family: "Tahoma",sans-serif;
    color: #1b1b1b
}

.box-page-2 .box-news .tab-content ul.lst-news li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 6px;
    margin-right: 6px
}

.box-page-2 .box-news .tab-content ul.lst-news li a span {
    display: block
}

.box-page-2 .box-news .tab-content ul.lst-news li a span.title-news {
    width: calc(100% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.box-page-2 .box-news .tab-content ul.lst-news li a span.date {
    width: 70px;
    text-align: right
}

.box-page-2 .box-news .tab-content ul.lst-news li:hover a {
    color: #383838
}

.box-page-2 .box-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 475px
}

.box-page-2 .box-right a {
    display: block;
    position: relative
}

.box-page-2 .box-right a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 26px;
    width: 35px;
    height: 35px;
    left: 50%;
    margin-left: -17px;
    transition: all .3s ease
}

.box-page-2 .box-right a:hover:before {
    transform: scale(1.2)
}

.box-page-2 .box-right .btn-dacsac {
    width: 235px;
    height: 477px;
    margin-bottom: 10px
}

.box-page-2 .box-right .btn-huongdan {
    width: 235px;
    height: 477px;
    margin-bottom: 10px
}

.box-page-2 .box-right .btn-giftcode {
    width: 230px;
    height: 256px
}

.box-page-2 .box-right .btn-hotro {
    width: 230px;
    height: 256px
}

.box-page-3 {
    height: 950px;
    font-family: "SVN-Corki Rounded",sans-serif;
    position: relative
}

.box-page-3:before {
    display: block;
    content: "";
    width: 1920px;
    height: 65px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: -36px
}

.box-page-3 .title-3 {
    display: block;
    width: 822px;
    height: 75px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -411px
}

.box-page-3 .page-inner-character {
    display: none
}

.box-page-3 .page-inner-character.show {
    display: block
}

.box-page-3 .btn-back-outer {
    display: block;
    background-position: -298px -404px;
    width: 72px;
    height: 64px;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 12
}

.box-page-3 .page-main-character {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 70px
}

.box-page-3 .page-main-character.show {
    display: flex
}

.box-page-3 .page-main-character a {
    display: block;
    width: 333px;
    height: 766px;
    margin: 0 10px
}

.box-page-3 .nav-character {
    font-size: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px 0;
    position: absolute;
    left: 0;
    top: 250px;
    z-index: 2
}

.box-page-3 .nav-character li:nth-child(1) a {
    background-position: -298px 0
}

.box-page-3 .nav-character li:nth-child(1) a.active {
    background-position: 0 0
}

.box-page-3 .nav-character li:nth-child(2) a {
    background-position: -298px -131px
}

.box-page-3 .nav-character li:nth-child(2) a.active {
    background-position: 0 -186px
}

.box-page-3 .nav-character li:nth-child(3) a {
    background-position: -298px -264px
}

.box-page-3 .nav-character li:nth-child(3) a.active {
    background-position: 0 -390px
}

.box-page-3 .nav-character a {
    width: 158px;
    height: 110px;
    text-indent: -999em;
    margin: 0 5px
}

.box-page-3 .nav-character a.active {
    width: 227px;
    height: 156px
}

.box-page-3 .tab-pane,.box-page-3 .swiper-container {
    height: 100%
}

.box-page-3 .info-hero {
    width: 410px;
    height: 697px;
    position: absolute;
    top: 150px;
    right: 0px
}

.box-page-3 .box-nhanvat {
    width: 1200px;
    height: 950px;
    position: absolute;
    top: 0;
    left: 0
}

.box-page-3 .img-hero {
    display: block;
    width: 1200px;
    height: 950px;
    position: absolute;
    top: 0;
    left: 0
}

.box-page-3 .tab-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.box-page-3 .tab-content .active .img-hero {
    transform: scale(1)
}

.box-page-3 .swiper-button-next3,.box-page-3 .swiper-button-prev3 {
    display: block;
    width: 44px;
    height: 85px;
    position: absolute;
    bottom: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 11
}

.box-page-3 .swiper-button-next3 {
    right: 370px
}

.box-page-3 .swiper-button-prev3 {
    left: 370px;
    transform: rotate(180deg)
}

.box-page-3 .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px
}

.box-page-3 .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 108px;
    height: 108px;
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
    filter: grayscale(100%)
}

.box-page-3 .swiper-pagination .swiper-pagination-bullet:before {
    display: none
}

.box-page-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    filter: grayscale(0)
}

@keyframes rolemove {
    0% {
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.box-page-4 {
    height: 850px;
    position: relative;
    padding: 50px 0 50px
}

.box-page-4:before {
    display: block;
    content: "";
    width: 1920px;
    height: 65px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: -36px
}

.box-page-4 .title-dacsac {
    display: block;
    width: 822px;
    height: 77px;
    margin: 0 auto 20px
}

.box-page-4 .swiper2 {
    max-width: 1000px
}

.swipper-button {
    width: 39px;
    height: 66px
}

.swipper-button:focus {
    outline: none
}

.swiper-container {
    padding-bottom: 50px
}

.swiper-pagination {
    bottom: 0
}

.swiper-pagination .swiper-pagination-bullet-active::before {
    border-width: 2px !important;
    border-color: #ef796c !important
}

.main-wrapper-news .main-news {
    margin-top: -150px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px
}

.main-wrapper-news .box-download {
    background: url("https://cdn.smobgame.com/template/F86vn/images/bg-download-news.png") no-repeat 0/100%;
    width: 243px;
    height: 399px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px 0
}

.main-wrapper-news .box-download h4 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold
}

.main-wrapper-news .box-download .qrcode {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 auto 20px
}

.main-wrapper-news .box-download .qrcode img {
    width: 100%
}

.main-wrapper-news .box-download .download-link a {
    display: block;
    width: 150px;
    height: 45px;
    margin-bottom: 6px
}

.main-wrapper-news .box-news {
    width: calc(100% - 270px)
}

.main-wrapper-news .box-news .top-news {
    width: 100%;
    height: 75px;
    background-color: #000000c7;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 0 25px
}

.main-wrapper-news .box-news .top-news a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center
}

.main-wrapper-news .box-news .top-news a:after {
    content: "/";
    display: inline-block;
    margin: 0 10px
}

.main-wrapper-news .box-news .top-news span {
    color: #ff8237;
    max-width: 600px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.main-wrapper-news .box-news .box-news-detail {
    background-color: #fff;
    padding: 15px 45px;
    min-height: 650px;
    position: relative
}

.main-wrapper-news .box-news ul.tabs-news {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 2px solid #eeeef3
}

.main-wrapper-news .box-news ul.tabs-news li {
    background: none;
    width: 144px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 0 8px;
    position: relative;
    margin-bottom: -2px
}

.main-wrapper-news .box-news ul.tabs-news li a {
    display: block;
    color: #ef756a
}

.main-wrapper-news .box-news ul.tabs-news li:after {
    content: "";
    display: block;
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-menu.png") no-repeat 0/100%;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -15px;
    top: 25px
}

.main-wrapper-news .box-news ul.tabs-news li.current {
    border-bottom: 3px solid #ef756a
}

.main-wrapper-news .box-news ul.tabs-news li.current a {
    color: #ef756a
}

.main-wrapper-news .box-news .tab-content.current {
    display: block !important
}

.main-wrapper-news .box-news .btn-xemthem {
    position: absolute;
    top: 25px;
    right: 45px;
    background: url("https://cdn.smobgame.com/template/F86vn/images/icon-more.png") no-repeat 0/100%;
    width: 23px;
    height: 23px;
    text-indent: -999em
}

.main-wrapper-news .box-news ul.lst-news {
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

.main-wrapper-news .box-news ul.lst-news li {
    border-bottom: 1px dotted #b1b1b1
}

.main-wrapper-news .box-news ul.lst-news li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    font-family: "Tahoma",sans-serif;
    color: #1b1c1c
}

.main-wrapper-news .box-news ul.lst-news li a:before {
    display: none
}

.main-wrapper-news .box-news ul.lst-news li a span {
    display: block
}

.main-wrapper-news .box-news ul.lst-news li a span.title-news {
    width: 670px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.main-wrapper-news .box-news ul.lst-news li a span.date {
    width: 150px;
    text-align: right
}

.main-wrapper-news .box-news ul.lst-news li:hover a {
    color: #a60000
}

.main-wrapper-news .box-news .paging {
    display: flex;
    justify-content: center
}

.main-wrapper-news .box-news .paging li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #fff;
    background-color: #460b06;
    font-size: 14px;
    margin: 0 3px
}

.main-wrapper-news .box-news .paging li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-wrapper-news .box-news .paging li:hover,.main-wrapper-news .box-news .paging li.active {
    background-color: #8d241b
}

.main-wrapper-news .box-news .title-detail {
    text-align: center;
    color: #d94209;
    font-size: 21px;
    font-weight: bold
}

.main-wrapper-news .box-news .time-post {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #555
}

.main-wrapper-news .box-news .content-detail {
    margin: 50px 0;
    padding: 35px;
    font-size: 16px;
    color: #373737;
    border-top: 1px solid #9a9a9a
}

.main-wrapper-news .box-news .content-detail img {
    max-width: 100%;
    margin: 10px auto
}

.main-wrapper-news .box-news .news-post-other h4 {
    font-size: 20px;
    font-weight: bold;
    color: #d94209;
    border-bottom: 1px solid #cfdad6
}

.main-wrapper-news .box-news .news-post-other h4 span {
    display: inline-block;
    border-bottom: 2px solid #d94209;
    margin-bottom: -1px;
    padding: 10px 0
}

.main-wrapper-news .box-news .news-post-other ul {
    padding: 0;
    list-style: none
}

.main-wrapper-news .box-news .news-post-other ul li {
    border-bottom: 1px solid #cfdad6
}

.main-wrapper-news .box-news .news-post-other ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
    color: #484848
}

.main-wrapper-news .box-news .news-post-other ul li a:hover {
    color: #000
}

.main-wrapper-news .box-news .news-post-other ul li a .title {
    display: block;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.main-wrapper-news .box-news .news-post-other ul li a .date {
    width: 30%;
    text-align: right
}

.fixLeft {
    justify-content: flex-end !important
}

.fixLeft .box-download {
    position: fixed;
    left: 50%;
    margin-left: -590px;
    top: 77px
}

@media only screen and (max-width: 1024px) {
    .webp .wrapper-home {
        background:url("/images/bg-mb.jpg") 50% 0 no-repeat #140601
    }

    .webp .box-page-2 .box-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-news-mb.webp") no-repeat 0/100%
    }

    .webp .box-page-2 .box-news ul.tabs {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu-news-mb.webp") 0/100% no-repeat
    }

    .webp .box-page-2 .box-news .tab-content ul.lst-news li a:before {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bullet-li-mb.webp") no-repeat 0/100%
    }

    .webp .box-page-3 {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-3-mb.webp") 50% 0 no-repeat
    }

    .webp .box-page-4 {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-4-mb.webp") 50% 0 no-repeat
    }

    .webp .main-wrapper-news .box-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-news-mb-rp.webp") repeat-y
    }

    .webp .main-wrapper-news .box-news::before {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-top-news-rp.webp") no-repeat 0/100%
    }

    .webp .main-wrapper-news .box-news::after {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-top-news-rp.webp") no-repeat 0/100%
    }

    .webp .main-wrapper-news .box-news .top-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu-news-mb.webp") 0/100% no-repeat
    }

    .webp .main-wrapper-news .box-news ul.tabs-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu-news-mb.webp") 0/100% no-repeat
    }

    .webp .main-wrapper-news .box-news ul.lst-news li a:before {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bullet-li-mb.webp") no-repeat 0/100%
    }

    .no-webp .wrapper-home {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-mb.jpg") 50% 0 no-repeat #140601
    }

    .no-webp .box-page-2 .box-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-news-mb.png") no-repeat 0/100%
    }

    .no-webp .box-page-2 .box-news ul.tabs {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu-news-mb.png") 0/100% no-repeat
    }

    .no-webp .box-page-2 .box-news .tab-content ul.lst-news li a:before {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bullet-li-mb.png") no-repeat 0/100%
    }

    .no-webp .box-page-3 {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-3-mb.jpg") 50% 0 no-repeat
    }

    .no-webp .box-page-4 {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-4-mb.jpg") 50% 0 no-repeat
    }

    .no-webp .main-wrapper-news .box-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-news-mb-rp.png") repeat-y
    }

    .no-webp .main-wrapper-news .box-news::before {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-top-news-rp.png") no-repeat 0/100%
    }

    .no-webp .main-wrapper-news .box-news::after {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-top-news-rp.png") no-repeat 0/100%
    }

    .no-webp .main-wrapper-news .box-news .top-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu-news-mb.png") 0/100% no-repeat
    }

    .no-webp .main-wrapper-news .box-news ul.tabs-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu-news-mb.png") 0/100% no-repeat
    }

    .no-webp .main-wrapper-news .box-news ul.lst-news li a:before {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bullet-li-mb.png") no-repeat 0/100%
    }

    .fixCen {
        width: 640px
    }

    .box-Right {
        display: none
    }

    body.open {
        overflow: hidden
    }

    #nav-icon {
        width: 24px;
        height: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: relative;
        z-index: 99
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    #nav-icon span:nth-child(1) {
        top: 0
    }

    #nav-icon span:nth-child(2) {
        top: 8px
    }

    #nav-icon span:nth-child(3) {
        top: 16px
    }

    #nav-icon.open span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    #nav-icon.open span:nth-child(2) {
        opacity: 0;
        left: -60px
    }

    #nav-icon.open span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    body.open .wrapper-home .header .top-header .menu-header .list-menu {
        display: block
    }

    .header {
        height: 900px;
        max-height: 900px !important
    }

    .header:after {
        display: none
    }

    .header .top-header {
        height: 80px;
        z-index: 9999;
        position: static
    }

    .header .menu-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: static
    }

    .header .logo-2 {
        display: none
    }

    .header .list-menu {
        display: flex;
        position: absolute;
        width: 250px;
        height: 100vh;
        top: 80px;
        left: -200%;
        z-index: 12;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        -moz-transition: all .6s ease;
        transition: all .6s ease;
        background: #181818
    }

    .header .list-menu.active {
        left: 0
    }

    .header .list-menu li {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #333;
        background: none
    }

    .header .list-menu li:last-child {
        border-bottom: none
    }

    .header .list-menu li a {
        display: block;
        width: 100%;
        color: #e6e6e6;
        font-size: 15px;
        text-shadow: 1px 0 0 #000,0 1px 0 #000,0 0 1px #000;
        font-family: "Roboto",sans-serif;
        background: none !important;
        height: auto;
        text-transform: inherit;
        text-align: left
    }

    .header .list-menu li:hover a {
        color: #fff
    }

    .header .box-search {
        display: none
    }

    .header .menu-mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .header .menu-mb .right-menu {
        display: flex;
        align-items: center
    }

    .header .menu-mb .right-menu .btn-download {
        display: block;
        background: url("https://cdn.smobgame.com/template/F86vn/images/btn-taigame.png") no-repeat 0/100%;
        width: 188px;
        height: 58px
    }

    .header .menu-mb .right-menu .btn-fb {
        background: url("https://cdn.smobgame.com/template/F86vn/images/btn-fb.png") no-repeat 0/100%;
        display: block;
        width: 59px;
        height: 61px;
        margin-left: 10px
    }

    .header .logo {
        top: 0px;
        left: 50%;
        margin-left: -115px
    }

    .header .slogan {
        bottom: 355px
    }

    .header .btn-playnow {
        bottom: 110px
    }

    .header .btn-trailer {
        bottom: 230px
    }

    .header .box-download {
        display: none
    }

    .box-page-2 {
        height: 1100px;
        padding-bottom: 20px
    }

    .box-page-2 .box-top-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0
    }

    .box-page-2 .box-left {
        width: 100%
    }

    .box-page-2 .swiper1 {
        width: 100%;
        height: 430px;
        overflow: hidden;
        margin-bottom: 10px;
        padding-bottom: 0;
        position: relative;
        padding: 6px
    }

    .box-page-2 .box-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-news-mb.png") no-repeat 0/100%;
        width: 639px;
        height: 538px;
        padding: 11px;
        position: relative
    }

    .box-page-2 .box-news ul.tabs {
        margin: 0px;
        padding: 0px;
        list-style: none;
        position: relative;
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu-news-mb.png") 0/100% no-repeat;
        background-size: 100% 100% !important;
        height: 47px;
        display: flex;
        border-bottom: none
    }

    .box-page-2 .box-news ul.tabs li {
        background: none;
        width: 25%;
        height: 47px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-transform: inherit;
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        position: relative;
        border-bottom: none
    }

    .box-page-2 .box-news ul.tabs li:after {
        content: "";
        display: none
    }

    .box-page-2 .box-news ul.tabs li.current {
        background: #e02d00;
        color: #fff;
        border-bottom: none
    }

    .box-page-2 .box-news .tab-content {
        display: none;
        position: relative;
        height: 325px
    }

    .box-page-2 .box-news .tab-content .btn-xemthem {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        background: #902e23 !important;
        width: 170px;
        height: 47px;
        color: #fff;
        text-decoration: none;
        font-size: 17px;
        bottom: 50px;
        top: auto;
        left: 50%;
        margin-left: -85px;
        text-indent: 0
    }

    .box-page-2 .box-news .tab-content.current {
        display: inherit
    }

    .box-page-2 .box-news .tab-content ul.lst-news {
        list-style: none;
        padding: 0 20px;
        margin: 0;
        height: 100%;
        position: relative
    }

    .box-page-2 .box-news .tab-content ul.lst-news li {
        border-bottom: 1px dotted #c7c7c7
    }

    .box-page-2 .box-news .tab-content ul.lst-news li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        font-family: "Tahoma",sans-serif;
        color: #1b1c1c
    }

    .box-page-2 .box-news .tab-content ul.lst-news li a:before {
        width: 17px;
        height: 17px;
        margin-right: 6px;
        background: url("https://cdn.smobgame.com/template/F86vn/images/bullet-li-mb.png") no-repeat 0/100%
    }

    .box-page-2 .box-news .tab-content ul.lst-news li a span {
        display: block
    }

    .box-page-2 .box-news .tab-content ul.lst-news li a span.title-news {
        width: calc(100% - 150px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .box-page-2 .box-news .tab-content ul.lst-news li a span.date {
        width: 150px;
        text-align: right
    }

    .box-page-2 .box-news .tab-content ul.lst-news li:hover a {
        color: #a60000
    }

    .box-page-2 .box-right {
        display: none
    }

    .box-page-3 {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-3-mb.jpg") 50% 0 no-repeat;
        height: 944px
    }

    .box-page-3 .fixCen {
        width: 1024px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -512px
    }

    .box-page-3::before {
        width: 1024px;
        height: 65px;
        top: -38px;
        margin-left: -512px
    }

    .box-page-3 .title-3 {
        top: 50px
    }

    .box-page-3 .page-main-character {
        width: 640px;
        margin: 0 auto
    }

    .box-page-3 .nav-character {
        top: 450px;
        left: 50%;
        margin-left: -315px
    }

    .box-page-3 .btn-back-outer {
        top: 400px;
        left: 50%;
        margin-left: -310px
    }

    .box-page-3 .box-nhanvat {
        width: 1000px;
        height: 791px;
        top: 50px;
        margin-left: -570px;
        left: 50%
    }

    .box-page-3 .img-hero {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .box-page-3 .info-hero {
        width: 320px;
        height: 550px;
        top: 200px;
        right: 50%;
        margin-right: -320px
    }

    .box-page-3 .swiper-pagination {
        bottom: 0;
        width: 360px;
        left: 50%;
        margin-left: -85px
    }

    .box-page-3 .swiper-button-next3 {
        right: 50%;
        margin-right: -320px;
        bottom: 40px
    }

    .box-page-3 .swiper-button-prev3 {
        left: 50%;
        margin-left: -130px;
        bottom: 40px
    }

    .box-page-3 .tab-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .box-page-3 .tab-content .active .img-hero {
        transform: scale(1)
    }

    .box-page-4 {
        height: 920px;
        padding: 30px 0
    }

    .box-page-4 .title-dacsac {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -411px
    }

    .box-page-4 .swiper2 {
        padding-top: 100px !important;
        height: 755px
    }

    .main-wrapper-news .main-news {
        margin-top: -250px;
        display: flex;
        padding-bottom: 50px
    }

    .main-wrapper-news .box-download {
        display: none
    }

    .main-wrapper-news .box-news {
        width: 100%;
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-news-mb-rp.png") repeat-y;
        background-size: contain !important;
        position: relative;
        padding: 0 20px
    }

    .main-wrapper-news .box-news::before {
        display: block;
        content: "";
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-top-news-rp.png") no-repeat 0/100%;
        width: 100%;
        height: 35px;
        position: absolute;
        top: -15px;
        left: 0
    }

    .main-wrapper-news .box-news::after {
        display: block;
        content: "";
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-top-news-rp.png") no-repeat 0/100%;
        transform: rotate(180deg);
        width: 100%;
        height: 35px;
        position: absolute;
        bottom: -15px;
        left: 0
    }

    .main-wrapper-news .box-news .top-news {
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu-news-mb.png") 0/100% no-repeat;
        width: 100%;
        height: 50px;
        font-size: 14px;
        position: relative;
        z-index: 2;
        margin: 0 auto
    }

    .main-wrapper-news .box-news .top-news a:after {
        margin: 0 8px
    }

    .main-wrapper-news .box-news .top-news span {
        max-width: 350px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .main-wrapper-news .box-news .box-news-detail {
        padding: 15px 0;
        min-height: 720px;
        position: relative;
        background-color: transparent
    }

    .main-wrapper-news .box-news ul.tabs-news {
        width: 100%;
        height: 47px;
        display: flex;
        justify-content: center;
        background: url("https://cdn.smobgame.com/template/F86vn/images/bg-menu-news-mb.png") 0/100% no-repeat;
        background-size: 100% 100% !important
    }

    .main-wrapper-news .box-news ul.tabs-news li {
        width: 25%;
        height: 100%;
        font-size: 17px;
        margin: 0;
        padding: 0 5px
    }

    .main-wrapper-news .box-news ul.tabs-news li::after {
        display: none
    }

    .main-wrapper-news .box-news ul.tabs-news li a {
        display: block;
        color: #fff
    }

    .main-wrapper-news .box-news ul.tabs-news li.current {
        background: #e02d00;
        border-bottom: none
    }

    .main-wrapper-news .box-news ul.tabs-news li.current a {
        color: #fff
    }

    .main-wrapper-news .box-news .tab-content {
        position: relative;
        z-index: 2
    }

    .main-wrapper-news .box-news .btn-xemthem {
        display: none
    }

    .main-wrapper-news .box-news ul.lst-news {
        margin: 0 0 30px
    }

    .main-wrapper-news .box-news ul.lst-news li {
        padding: 0 10px
    }

    .main-wrapper-news .box-news ul.lst-news li a {
        padding: 10px 0;
        font-size: 14px
    }

    .main-wrapper-news .box-news ul.lst-news li a:before {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        margin-right: 6px;
        background: url("https://cdn.smobgame.com/template/F86vn/images/bullet-li-mb.png") no-repeat 0/100%
    }

    .main-wrapper-news .box-news ul.lst-news li a span.title-news {
        width: 430px
    }

    .main-wrapper-news .box-news ul.lst-news li a span.date {
        width: 150px
    }

    .main-wrapper-news .box-news .title-detail {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        color: #0b1e44
    }

    .main-wrapper-news .box-news .time-post {
        display: block;
        text-align: center;
        font-size: 15px;
        color: #555
    }

    .main-wrapper-news .box-news .content-detail {
        margin: 10px 0;
        padding: 15px;
        font-size: 15px
    }

    .main-wrapper-news .box-news .news-post-other ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width: 640px) {
    .fixCen {
        width:100%
    }

    .spr {
        background-size: 500px !important
    }

    .wrapper-home {
        background-size: 640px !important
    }

    .header {
        background-size: 512px !important;
        height: 536px;
        min-height: auto
    }

    .header.news {
        height: 573px
    }

    .header .top-header {
        height: 50px
    }

    .header .menu-header {
        padding: 0 10px
    }

    .header .list-menu {
        top: 50px;
        width: 100%
    }

    .header .list-menu li a {
        font-size: 16px
    }

    .header .menu-mb .right-menu .btn-download {
        width: 120px;
        height: 40px
    }

    .header .menu-mb .right-menu .btn-fb {
        width: 40px;
        height: 40px
    }

    .header .logo {
        width: 110px;
        height: 80px;
        margin-left: -55px
    }

    .header .btn-trailer {
        width: 60px;
        height: 71px;
        margin-left: -30px;
        top: 300px
    }

    .header .btn-playnow {
        bottom: 150px;
        width: 200px;
        height: 164px;
        margin-left: -100px
    }

    .header .slogan {
        width: 320px;
        height: 211px;
        top: 150px;
        margin-left: -160px
    }

    .box-page-2 {
        height: 540px;
        padding: 0
    }

    .box-page-2 .box-top-main {
        margin-top: -80px
    }

    .box-page-2 .swiper1 {
        height: auto;
        padding-bottom: 0;
        max-height: 225px;
        overflow: hidden
    }

    .box-page-2 .box-news {
        width: 100%;
        height: 250px;
        padding: 11px;
        background-size: 100% 100% !important
    }

    .box-page-2 .box-news ul.tabs {
        height: 40px
    }

    .box-page-2 .box-news ul.tabs li {
        width: 25%;
        height: 100%;
        font-size: 12px
    }

    .box-page-2 .box-news .tab-content {
        height: 195px
    }

    .box-page-2 .box-news .tab-content .btn-xemthem {
        width: 80px;
        max-width: 100%;
        height: 36px;
        margin: 10px auto 0;
        font-size: 12px;
        bottom: 10px;
        margin-left: -40px
    }

    .box-page-2 .box-news .tab-content ul.lst-news {
        padding: 0
    }

    .box-page-2 .box-news .tab-content ul.lst-news li a {
        padding: 7px 0;
        font-size: 12px
    }

    .box-page-2 .box-news .tab-content ul.lst-news li a:before {
        width: 10px;
        height: 10px;
        margin-right: 5px
    }

    .box-page-2 .box-news .tab-content ul.lst-news li a span.title-news {
        width: calc(100% - 70px)
    }

    .box-page-2 .box-news .tab-content ul.lst-news li a span.date {
        width: 70px
    }

    .box-page-3 {
        background-size: 640px !important;
        height: 600px
    }

    .box-page-3 .fixCen {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0
    }

    .box-page-3:before {
        width: 640px;
        height: 65px;
        margin-left: -320px
    }

    .box-page-3 .title-3 {
        width: 400px;
        height: 45px;
        margin-left: -200px
    }

    .box-page-3 .page-main-character {
        width: 320px
    }

    .box-page-3 .btn-back-outer {
        top: 280px;
        margin-left: 0;
        background-position: -149px -202px;
        width: 36px;
        height: 32px;
        left: 10px
    }

    .box-page-3 .nav-character {
        top: 300px;
        left: 0;
        margin-left: 0
    }

    .box-page-3 .nav-character li:nth-child(1) a {
        background-position: -149px 0
    }

    .box-page-3 .nav-character li:nth-child(1) a.active {
        background-position: 0 0
    }

    .box-page-3 .nav-character li:nth-child(2) a {
        background-position: -149px -65px
    }

    .box-page-3 .nav-character li:nth-child(2) a.active {
        background-position: 0px -93px
    }

    .box-page-3 .nav-character li:nth-child(3) a {
        background-position: -149px -132px
    }

    .box-page-3 .nav-character li:nth-child(3) a.active {
        background-position: 0 -195px
    }

    .box-page-3 .nav-character a {
        width: 79px;
        height: 55px
    }

    .box-page-3 .nav-character a.active {
        width: 113px;
        height: 78px
    }

    .box-page-3 .info-hero {
        width: 200px;
        top: 135px;
        right: 5px;
        margin-right: 0;
        height: 345px
    }

    .box-page-3 .box-nhanvat {
        width: 600px;
        height: 475px;
        top: 50px;
        margin-left: -350px
    }

    .box-page-3 .swiper-pagination {
        bottom: 0;
        width: 100%;
        left: 0;
        margin-left: 0
    }

    .box-page-3 .swiper-pagination .swiper-pagination-bullet {
        width: 70px;
        height: 70px
    }

    .box-page-3 .swiper-button-next3 {
        margin-right: -160px;
        bottom: 37px;
        width: 30px;
        height: 60px
    }

    .box-page-3 .swiper-button-prev3 {
        margin-left: -160px;
        bottom: 37px;
        width: 30px;
        height: 60px
    }

    .box-page-3 .tab-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .box-page-3 .tab-content .active .img-hero {
        transform: scale(1)
    }

    .box-page-3 .title-hero {
        width: 145px;
        height: 130px;
        top: 140px
    }

    .box-page-4 {
        height: 700px;
        padding: 20px 0
    }

    .box-page-4:before {
        width: 640px;
        height: 65px;
        margin-left: -320px;
        top: -48px
    }

    .box-page-4 .title-dacsac {
        width: 400px;
        height: 45px;
        margin-left: -200px
    }

    .box-page-4 .swiper2 {
        padding-top: 85px !important;
        height: auto
    }

    .main-wrapper-news {
        background-size: 512px !important
    }

    .main-wrapper-news .main-news {
        display: flex;
        margin-top: -150px
    }

    .main-wrapper-news .box-news {
        width: 100%;
        background-size: contain !important;
        padding: 0 10px
    }

    .main-wrapper-news .box-news::before {
        width: 100%;
        height: 20px;
        top: -15px
    }

    .main-wrapper-news .box-news::after {
        width: 100%;
        height: 20px;
        bottom: -15px
    }

    .main-wrapper-news .box-news .top-news {
        height: 40px;
        font-size: 10px;
        padding: 0 10px;
        background-size: 100% 100% !important
    }

    .main-wrapper-news .box-news .top-news a:after {
        margin: 0 5px
    }

    .main-wrapper-news .box-news .top-news span {
        display: block;
        width: calc(100% - 130px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .main-wrapper-news .box-news .box-news-detail {
        min-height: 500px
    }

    .main-wrapper-news .box-news .box-news-detail:before {
        width: 100%;
        height: 47px;
        top: -15px
    }

    .main-wrapper-news .box-news .box-news-detail:after {
        width: 100%;
        height: 47px;
        bottom: -15px
    }

    .main-wrapper-news .box-news ul.tabs-news {
        width: 100%;
        height: 40px;
        border-bottom: 0
    }

    .main-wrapper-news .box-news ul.tabs-news li {
        height: 40px;
        font-size: 12px;
        padding: 0;
        font-weight: normal;
        text-transform: none
    }

    .main-wrapper-news .box-news ul.lst-news {
        margin: 0 0 30px
    }

    .main-wrapper-news .box-news ul.lst-news li a {
        padding: 10px 0;
        font-size: 12px
    }

    .main-wrapper-news .box-news ul.lst-news li a::before {
        width: 10px;
        height: 10px;
        margin-right: 5px
    }

    .main-wrapper-news .box-news ul.lst-news li a span.title-news {
        width: calc(100% - 60px)
    }

    .main-wrapper-news .box-news ul.lst-news li a span.date {
        width: 60px
    }

    .main-wrapper-news .box-news .title-detail {
        font-size: 18px
    }

    .main-wrapper-news .box-news .time-post {
        font-size: 13px
    }

    .main-wrapper-news .box-news .content-detail {
        margin: 15px 0;
        padding: 15px;
        font-size: 13px
    }

    .main-wrapper-news .box-news .news-post-other ul li a {
        font-size: 13px
    }
}

@media only screen and (max-width: 460px) {
    .box-page-2 .box-left {
        width:320px;
        margin: 0 auto
    }
}

.pag-swipper-common .swiper-pagination-bullet::before,.pag-swipper-common .swiper-pagination-bullet,[class^=swiper-button-] {
    transition: all .3s ease
}

.swiper-container {
    width: 100%;
    transition: opacity .6s ease
}

.swiper-container.swiper-container-coverflow {
    padding-top: 0
}

.swiper-container.loading {
    opacity: 0;
    visibility: hidden
}

.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.swiper-slide {
    background-position: center;
    background-size: cover
}

.swiper-slide .entity-img {
    width: 100%;
    height: 100%
}

.swiper-slide .content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 50%;
    padding-left: 5%;
    color: #fff
}

.swiper-slide .content .title {
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 30px
}

.swiper-slide .content .caption {
    display: block;
    font-size: 13px;
    line-height: 1.4
}

[class^=swiper-button-] {
    width: 36px;
    height: 67px;
    opacity: 0;
    visibility: hidden
}

.swiper-button-prev {
    transform: translateX(50px)
}

.swiper-button-next {
    transform: translateX(-50px)
}

.pag-swipper-common .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #000;
    opacity: .4
}

.pag-swipper-common .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 0px solid #000;
    border-radius: 50%
}

.pag-swipper-common .swiper-pagination-bullet:hover,.pag-swipper-common .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.pag-swipper-common .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-width: 1px
}

@media(max-width: 1180px) {
    .swiper-slide .content .title {
        font-size:25px
    }

    .swiper-slide .content .caption {
        font-size: 12px
    }
}

@media(max-width: 1023px) {
    .swiper-container.swiper-container-coverflow {
        padding-top:0
    }
}

.body-hidden {
    height: 100vh;
    overflow-y: hidden
}

.logo-webzen {
    display: block;
    background: url("https://cdn.smobgame.com/template/F86vn/images/logo-webzen.png") 0 0 no-repeat;
    width: 150px;
    height: 27px;
    position: absolute;
    top: 50px;
    left: 0
}

@media only screen and (max-width: 640px) {
    .logo-webzen {
        position:static;
        margin: 0 auto 15px
    }
}

.fixed-box-right {
    display: block;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50%;
    margin-top: -239px;
    background: url("https://cdn.smobgame.com/templates/ngaokiem3d/images/home/dl.png") no-repeat;
    background-size: 100%;
    width: 185px;
    height: 478px;
    transition: .4s
}

@media only screen and (max-width: 1024px) {
    .fixed-box-right {
        display:none
    }
}

.toggle {
    position: absolute;
    left: -4px;
    top: 44px;
    margin-top: -20px;
    width: 25px;
    height: 40px;
    background: url(https://cdn.smobgame.com/templates/tqtk/images/arr1.jpg) no-repeat;
    cursor: pointer
}

.fixed-box-right.active {
    right: -160px
}

.fixed-box-right a {
    position: absolute;
    left: 35px;
    display: block;
    width: 139px;
    height: 44px
}

.fixed-box-right a.giftcode {
    top: 49px
}

.fixed-box-right a.hotro {
    top: 99px
}

.fixed-box-right a.napthe {
    top: 149px
}

.fixed-box-right a.hdnap {
    top: 249px
}

.fixed-box-right a.hdfc {
    top: 199px
}

.toggle {
    position: absolute;
    left: -4px;
    top: 44px;
    margin-top: -20px;
    width: 25px;
    height: 40px;
    background: url(https://cdn.smobgame.com/templates/tqtk/images/arr1.jpg) no-repeat;
    cursor: pointer
}

.toggle.active {
    transform: rotateY(-180deg)
}

/*# sourceMappingURL=style-home.css.map */
element.style {
    width: 162px;
    height: 142px;
}
