body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    position: relative;
    background: url("../img/bg-wrap.png") fixed repeat-y top center;
    font-family: 'Roboto-Regular';
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../font/Roboto-Regular.eot');
    src: local('[Roboto-Regular]'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.svg') format('svg'), url('../font/Roboto-Regular.otf') format('otf');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../font/Roboto-Bold.eot');
    src: local('[Roboto-Bold]'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.svg') format('svg'), url('../font/Roboto-Bold.otf') format('otf');
    font-weight: bold;
}

section,
footer {
    width: 100%;
    /* float: left; */
}

p,
span,
ul,
h3,
h4,
h5,
h1 {
    margin: 0;
    padding: 0;
}

input,
select {
    outline: none;
    border: none;
}

li {
    list-style: none;
}

.img-responsive {
    width: 100%;
}

.full {
    width: 100%;
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
    font-family: arial;
}

.text-normal {
    font-weight: normal;
}

.f-size13 {
    font-size: 13px;
}

.f-size14 {
    font-size: 14px;
}

.f-size15 {
    font-size: 15px;
}

.cl-white {
    color: white;
}

.cl-yellow {
    color: #d6a022;
}

.cl-green {
    color: #118011;
}

.cl-xam {
    color: #ccc;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
}

.home-game.container {
    background-size: 100% 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    min-width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1152px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.swiper-slide img {
    width: 100%;
}


/* ----------- iPhone 6 ----------- */


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .box-play-game .container {
        max-width: 375px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .box-play-game .container {
        max-width: 667px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/*ip x*/

@media only screen and (min-device-width: 375px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .box-play-game .container {
        max-width: 812px !important;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* ----------- iPhone 6+ ----------- */


/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .box-play-game .container {
        max-width: 414px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .box-play-game .container {
        max-width: 736px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* Portrait */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .box-play-game .container {
        max-width: 320px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* Landscape */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .box-play-game .container {
        max-width: 640px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* ----------- Galaxy S4 ----------- */


/* Portrait */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .box-play-game .container {
        max-width: 320px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* Landscape */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .box-play-game .container {
        max-width: 640px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* ----------- Galaxy S5 ----------- */


/* Portrait */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .box-play-game .container {
        max-width: 360px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .box-play-game .container {
        max-width: 640px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .box-play-game .container {
        max-width: 768px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .box-play-game .container {
        max-width: 1024px;
    }
    .content-new {
        padding: 100px 0 15px 6px !important;
    }
}


/* ----------- iPad 1 and 2 ----------- */


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .box-play-game .container {
        max-width: 768px;
    }
}


/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .box-play-game .container {
        max-width: 1024px;
    }
}


/* ----------- iPad 3 and 4 ----------- */


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .box-play-game .container {
        max-width: 768px;
    }
}


/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .box-play-game .container {
        max-width: 1024px;
    }
}

.container:before,
.clearfix {
    clear: both;
    display: block;
    width: 1px;
    height: 1px;
    content: '';
}

.col-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.col-4 {
    width: 33.3333333333%;
    float: left;
    box-sizing: border-box;
}

.box-head {
    background: #420503;
    height: 49px;
    line-height: 49px;
    position: relative;
    text-indent: 15px;
    color: #efc244;
}

.box-head h4 {
    font-weight: normal;
}

.fancybox-bg {
    background: #000;
}

.play {
    width: 100%;
    height: 648px;
    max-width: 1152px;
}


/*************END DEFAULT*************/

.bg-icon-android {
    background: url("../img/icon-android.png") no-repeat left center;
}

.bg-icon-ios {
    background: url("../img/icon-ios.png") no-repeat left center;
}

.bg-icon-fb {
    background: url("../img/icon-fb.png") no-repeat left center;
}

.box-app {
    margin-bottom: 17px;
    position: relative;
    z-index: 8;
}

.box-app .col-6 {
    background: #aa0c0b;
    height: 76px;
}

.box-app .app-item {
    padding: 10px 0 10px 60px;
    margin: 0 auto;
    height: 76px;
    box-sizing: border-box;
}

.box-app .app-item p {
    color: #fbcf49;
    margin-top: 9px;
}

.box-app .app-item h4 {
    color: white;
    font-weight: bold;
    font-size: 21px;
    margin-top: -5px;
}

.box-app .app-item:hover {
    animation: MoveUpDown 0.5s linear infinite;
    -webkit-animation: MoveUpDown 0.5s linear infinite;
    -moz-animation: MoveUpDown 0.5s linear infinite;
    -ms-animation: MoveUpDown 0.5s linear infinite;
}

@keyframes MoveUpDown {
    0% {
        background-position: left 13px;
    }
    50% {
        background-position: left 8px;
    }
    100% {
        background-position: left 13px;
    }
}

@-webkit-keyframes MoveUpDown {
    0% {
        background-position: left 13px;
    }
    50% {
        background-position: left 8px;
    }
    100% {
        background-position: left 13px;
    }
}

@-moz-keyframes MoveUpDown {
    0% {
        background-position: left 13px;
    }
    50% {
        background-position: left 8px;
    }
    100% {
        background-position: left 13px;
    }
}

@-ms-keyframes MoveUpDown {
    0% {
        background-position: left 13px;
    }
    50% {
        background-position: left 8px;
    }
    100% {
        background-position: left 13px;
    }
}


/**************END BOX-APP*********************/

.box-media {
    width: 352px;
    float: left;
}

.main-content .box-media img {
    max-width: 100%;
}

.box-media .box-video {
    margin-bottom: 6px;
    overflow: hidden;
}

.box-media .box-video a {
    position: relative;
    overflow: hidden;
    display: table;
}

.box-media .box-video a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.box-media .box-video a:hover::before {
    -webkit-animation: shine .75s;
    -moz-animation: shine .75s;
    -ms-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@-moz-keyframes shine {
    100% {
        left: 125%;
    }
}

@-ms-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.box-media .box-fb img {
    max-width: 100%;
}


/**************END BOX-MEDIA*********************/

.box-news {
    width: 780px;
    float: right;
    min-height: 600px;
    /* height: 600px; */
}

.select-news {
    background: #aa0c0b;
    color: white;
    border: none;
    margin: 9px 10px 0 0;
    height: 30px;
    padding: 0 45px 0 5px;
}

.box-list-news .list-news {
    background: #810501;
    font-family: tahoma;
    padding: 0 15px;
    box-sizing: border-box;
}

.box-list-news .list-news .new-item {
    padding: 17px 0px;
    border-bottom: 1px solid #9e0302;
    box-sizing: border-box;
}

.box-list-news .list-news .new-item:last-child {
    border: none;
}

.box-list-news .list-news .new-item .media-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
}

.box-list-news .list-news .new-item .media-body {
    display: table-cell;
    vertical-align: top;
    width: 1000px;
}

.box-list-news .list-news .new-item .media-body h1 {
    line-height: 17px;
}

.box-list-news .list-news .new-item .media-body h1 a {
    color: #fbca47;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: normal;
}

.box-list-news .list-news .new-item .media-body .date-public {
    color: #d81413;
    font-size: 12px;
    margin: 3px 0 5px;
}

.box-list-news .list-news .new-item .media-body .desc {
    color: #e0cfce;
    font-size: 13px;
}

.box-pagination {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.box-pagination .pagination li {
    display: inline-block;
}

.box-pagination .pagination li a,
.box-pagination .pagination li span {
    width: 15px;
    height: 20px;
    text-align: center;
    display: block;
}

.box-pagination .pagination li a {
    color: #e7edef;
}

.box-pagination .pagination li a:hover {
    color: #fbca47;
}

.box-pagination .pagination li.previous span,
.box-pagination .pagination li.previous a,
.box-pagination .pagination li.next a {
    color: #fbca47;
}

.box-pagination .pagination li.active span {
    color: #fbca47;
}

.btn-back {
    font-size: 13px;
    background: #aa0c0b;
    padding: 3px 6px;
    color: #e4bc3f;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

nav.breadcrumb {
    display: inline-block;
    font-size: 13px;
}

nav.breadcrumb .breadcrumb-item {
    color: #fefefe;
    position: relative;
    margin: 0 10px;
}

nav.breadcrumb .breadcrumb-item:first-child {
    margin-left: 0px;
}

nav.breadcrumb a.breadcrumb-item:after {
    position: absolute;
    display: block;
    content: '»';
    width: 10px;
    height: 10px;
    line-height: 10px;
    right: -5px;
    top: 4px;
}

nav.breadcrumb .breadcrumb-item.active,
nav.breadcrumb a.breadcrumb-item:hover {
    color: #fbca47;
}


/**************END BOX-NEWS*********************/

footer {
    margin-top: 35px;
    font-family: tahoma;
}

footer h5 {
    color: #f4c144;
    font-size: 14px;
    margin: 15px 0 5px;
}

.footer-info {
    background: #3a0301;
    border-top: 1px solid #790602;
    width: 100%;
    float: left;
    padding-bottom: 15px !important;
}

.footer-info .info-left {
    width: 980px;
    float: left;
}

.footer-info .info-left .list-item {
    padding-right: 15px;
    box-sizing: border-box;
}

.footer-info .info-left .list-item li {
    width: 50%;
    display: inline-block;
    background: url("../img/icon-li.png") no-repeat left 8px;
    padding-left: 13px;
    box-sizing: border-box;
    float: left;
    margin: 3px 0;
}

.footer-info .info-left .list-item a {
    color: #c8c7c7;
    font-size: 13px;
}

.footer-info .info-left .list-item a:hover {
    color: #F5CC67;
}

.footer-info .info-right {
    float: right;
}

.footer-info .info-right .social {
    margin-top: 15px;
}

.footer-info .info-right .social a {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s;
    display: inline-block;
}

.footer-info .info-right .social a.social-fb {
    background: url("../img/icon-social-fb.png") #3a589b no-repeat center;
}

.footer-info .info-right .social a.social-g {
    background: url("../img/icon-social-g.png") #dc4e41 no-repeat center;
}

.footer-info .info-right .social a.social-youtube {
    background: url("../img/icon-social-youtube.png") #cc181e no-repeat center;
}

.footer-info .info-right .social a:hover {
    border-radius: 0;
}

.footer-info .info-right p {
    color: #f6f7f9;
    font-size: 14px;
}


/**************END FOOTER INFO*********************/

.footer-bottom {
    background: #2a0300;
    width: 100%;
    float: left;
}

.footer-bottom,
.footer-bottom a {
    color: #600502;
    font-size: 13px;
}

.footer-bottom .col-6 {
    height: 60px;
}

.footer-bottom .col-6 p:first-child {
    margin: 15px 0 0px;
}

.footer-bottom .col-6 .menu-bottom {
    line-height: 60px;
    float: right;
}

.footer-bottom .col-6 .menu-bottom li {
    margin-right: 18px;
}

.footer-bottom .col-6 .menu-bottom li:last-child {
    margin-right: 0px;
}

.footer-bottom .col-6 .menu-bottom li a:hover {
    color: #780502;
}


/************************CSS DETAIL*********************************/

.content-new {
    background: #810501;
    font-family: tahoma;
    padding: 0 15px 15px;
    box-sizing: border-box;
    color: #e0cfce;
    font-size: 13px;
    width: 100%;
    float: left;
}

.content-new img {
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
    display: block;
}

.content-new .title {
    color: #fbca47;
    margin: 15px 0 10px;
    font-size: 15px;
}

.content-new .date-public {
    color: #d81413;
    font-size: 12px;
    margin: 5px 0;
}

.content-new a {
    color: #EFD795;
}

.content-new a:hover {
    color: #fbca47;
}

.content-new ul li {
    padding-left: 20px;
    background: url("../img/icon-li.png") no-repeat 5px 6px;
    box-sizing: border-box;
    margin: 5px 0;
}

.content-new p {
    margin: 10px 0;
    text-align: justify;
    line-height: 17px;
}

.content-new .content h4 {
    color: #fdf779;
    margin: 14px 0;
}

.content-new .content h4:hover {
    color: #ebb03e;
}

h4.title-lienquan {
    margin: 50px 0 10px;
}

.content-new .post-lienquan li {
    margin: 10px 0;
    background-position: 8px 6px;
}

.content-new .post-lienquan li a {
    color: #f4be3f;
}

.content-new .post-lienquan li a:hover {
    color: #EFD795;
}

.post-lienquan span {
    color: #d12928;
    font-size: 13px;
}

.post-lienquan span.time {
    margin-left: 10px;
}


/************************CSS RESPOSIVE*********************************/

@media screen and (max-width: 1152px) {
    .main-content .box-media {
        width: 25%;
    }
    .main-content .box-news {
        width: calc(75% - 15px);
    }
    .footer-info,
    .footer-bottom {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .footer-info .info-left {
        width: calc(100% - 170px);
    }
}

@media screen and (max-width: 991px) {
    .main-content .box-news,
    .main-content .box-media {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    .col-xs-full {
        width: 100%;
    }
    .box-app .app-item {
        width: 200px;
    }
    .post-lienquan li span {
        display: none;
    }
    .footer-info .info-left {
        width: 100%;
    }
    .footer-info .info-right {
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .footer-info .info-left .col-6 {
        width: 100%;
    }
    .footer-bottom .col-6 {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .footer-bottom .col-6 .menu-bottom {
        float: none;
    }
}

@media screen and (max-width: 480px) {
    .box-video img,
    .box-fb img {
        width: 100%;
    }
}


/**************CSS IN GAME****************/

.autoHeight {
    height: 100%;
    width: auto;
}

.pointer {
    cursor: pointer;
}

.in-game {
    background: url("../img/img-ingame/bg-ingame.jpg") no-repeat center;
    width: 100%;
    float: left;
    height: 648px;
    position: relative;
}

.in-game .top-header {
    height: 11.5%;
    background: url("../img/img-ingame/bg-header.png") no-repeat center;
    background-size: 100% 100%;
}

.in-game .img-logo {
    margin: 0 15px;
}

.in-game {}


/* .swiper-container {
    width: 86%;
    margin-top: 5%;
}

.swiper-slide img {
    width: 72%;
    max-width: 150px;
    margin: 30% auto;
    display: block;
} */

.height0 {
    height: 0px;
}

.new-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #880C0C;
    text-align: center;
    padding: 5px 0;
}

.new-bottom a {
    color: white;
    font-size: 14px;
    display: inline-block;
    background: url("../img/img-ingame/icon-noti.png") no-repeat left center;
    background-size: auto 100%;
    padding: 5px 0 5px 50px;
    box-sizing: border-box;
    position: relative;
}

.new-bottom p {
    position: relative;
}

.new-bottom .arrow-bt {
    width: 20px;
    height: 30px;
    background: url("../img/img-ingame/icon-arrow.png") no-repeat center;
    background-size: auto;
    position: absolute;
    left: 50%;
    top: -35px;
    animation: MoveUpDown 0.5s linear infinite;
    -webkit-animation: MoveUpDown 0.5s linear infinite;
    -moz-animation: MoveUpDown 0.5s linear infinite;
    -ms-animation: MoveUpDown 0.5s linear infinite;
    cursor: pointer;
}

.new-bottom.height0 .arrow-bt {
    transform: rotate(180deg);
}

.user-bottom {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
    width: 11.5%;
    height: auto;
    padding-bottom: 2px;
}

.user-bottom p.name-acc:hover {
    color: #0f627d;
}

.user-bottom p img {
    padding: 0 10%;
    box-sizing: border-box;
    width: 100%;
}

.user-bottom img.img-line {
    margin: 3px auto 2px;
    width: 80%;
    display: block;
}

.user-bottom .box-lv {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/img-ingame/icon-heart.png") no-repeat center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    background-size: 100% auto;
    transform: translate(50%, -6px);
    -webkit-transform: translate(50%, -6px);
    -moz-transform: translate(50%, -6px);
    -ms-transform: translate(50%, -6px);
}

.user-bottom .this_mail {
    background: url("../img/img-ingame/icon_mail.png") no-repeat center;
    width: 32px;
    height: 32px;
    line-height: 29px;
    position: absolute;
    top: 0;
    left: 2px;
    color: black;
    font-size: 15px;
    background-size: 100% auto;
}

@media screen and (max-width: 992px) {
    .user-bottom p {
        font-size: 1.1vw;
    }
}

.adv {
    position: fixed;
    top: 150px;
    z-index: 10;
    transition: all 0.4s;
}

.adv-left {
    left: 0;
}

.adv-right {
    right: 0;
}

.adv .adv-icon {
    width: 24px;
    height: 34px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    background-size: 100% auto;
    border: 1px solid #1B1A1A;
    border-radius: 2px;
    overflow: hidden;
    transform: translate(0, -50%) rotateY(180deg);
    -webkit-transform: translate(0, -50%) rotateY(180deg);
    -moz-transform: translate(0, -50%) rotateY(180deg);
    -ms-transform: translate(0, -50%) rotateY(180deg);
}

.adv-left-icon {
    background: url("../img/on-off-device.png") no-repeat center;
    right: -26px;
}

.adv-right-icon {
    background: url("../img/on-off-support.png") no-repeat center;
    left: -26px;
}

.adv .list-adv-left,
.adv .list-adv-right {
    overflow: hidden;
    transition: all 0.4s;
}

.adv.active .list-adv-left,
.adv.active .list-adv-right {
    width: auto;
}

.adv.active .adv-icon {
    transform: translate(0, -50%) rotateY(0deg);
    -webkit-transform: translate(0, -50%) rotateY(0deg);
    -moz-transform: translate(0, -50%) rotateY(0deg);
    -ms-transform: translate(0, -50%) rotateY(0deg);
}


/************css popup modal*******/

.btn-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
    background: url("../img/img-ingame/icon-close.png") no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9999;
}

.fs-25vw {
    font-size: 2.5vw;
}

.badge,
a.active .badge {
    background: #c10c0c;
    color: white;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    text-align: center;
    font-size: 14px;
    transform: translate(0, -8px);
    line-height: 20px;
}

.header-popup {
    background: #4f0302;
    color: #f8d04a;
    padding: 10px 0;
}

.popup .input-gr input,
.popup .input-gr select {
    color: #333;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}

.popup-w {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.8);
    top: 0;
    left: 0;
    z-index: 1;
}

.hidden {
    display: none;
}

.popup {
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    min-width: 310px;
    background: red;
}

.popup input {
    color: #333;
}

.popup .btn {
    background: url("../img/img-ingame/bg-btn.png") no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    border-radius: 3px;
}

.popup .btn:hover {
    background: -webkit-linear-gradient(#f7df84, #ee951a);
    background: -o-linear-gradient(#f7df84, #ee951a);
    background: -moz-linear-gradient(#f7df84, #ee951a);
    background: linear-gradient(#f7df84, #ee951a);
}

.popup-thongbao {
    width: 765px;
}

.popup-thongbaochung p {
    font-size: 17px;
    margin: 15px 0 25px;
}

.popup-tennv {
    width: 420px;
    height: 295px;
}

.popup-tennv .input-gr {
    margin-top: 60px;
    padding: 0 20px;
    box-sizing: border-box;
}

.popup-tennv .input-gr input {
    height: 40px;
    line-height: 40px;
}

.popup-tennv p {
    font-size: 14px;
}

.popup-tennv .btn-gr {
    margin-top: 50px;
}

.popup-tennv .btn-gr input {
    width: 115px;
    margin: 0 7px;
    height: 46px;
    line-height: 46px;
    color: black;
}

.popup-exit {
    background: url("../img/img-ingame/bg-popup-exit.png") no-repeat center;
    background-size: 100% 100%;
    padding: 20px 20px;
}

@media screen and (min-width: 768px) {
    .popup-exit,
    .popup-thongbaochung {
        width: 480px;
        height: 260px;
    }
}

.popup-exit p {
    font-size: 17px;
    margin: 5% 0;
}

.popup-exit p .btn,
.popup-thongbaochung .btn {
    margin-top: 15px;
    padding: 10px 0;
    width: 115px;
    margin: 0 6px;
}


/*------end popup exit-------*/

.main-tab {
    padding: 10px 20px 15px;
    overflow: hidden;
}

.popup-login,
.popup-forgot {
    background: #171717;
    padding: 1px;
    width: 480px;
}

.box-wrap {
    background: #730805;
    border: 1px solid #a70a0a;
    height: 100%;
}

.popup-login ul.tab-login li {
    width: 50%;
    float: left;
    text-align: center;
}

.popup-login ul.tab-login li a {
    display: block;
    padding: 10px 0;
    color: #9c0906;
    background: #4f0302;
}

.popup-login ul.tab-login li a.active {
    color: #e0aa40;
    background: none;
}

.popup-login .input-gr input,
.popup-forgot .input-gr input {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
}

.popup-login .gr-forgot {
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
}

.popup-login .gr-forgot input {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
}

.popup-login .gr-forgot label.btn-forgot {
    float: right;
    text-decoration: underline;
}

.popup-login .btn-gr,
.popup-forgot .btn-gr {
    margin-top: 15px;
}

.popup-login .btn-gr input,
.popup-forgot .btn-gr input {
    width: 115px;
    height: 46px;
    border-radius: 3px;
    color: black;
}

.popup-login .line {
    width: 100%;
    height: 1px;
    background: #920505;
    margin: 15px 0 10px;
}

.popup-login .open-id a {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 10px;
    background-size: 100%;
}

.popup-login .open-id li {
    display: inline-block;
    float: none;
    line-height: 24px;
}

.popup-login .open-id li span {
    float: left;
    font-size: 13px;
}

.popup-login .open-id a.fb {
    background: url("../img/img-ingame/icon_fb.jpg") no-repeat center;
}

.popup-login .open-id a.g {
    background: url("../img/img-ingame/icon_gplus.jpg") no-repeat center;
}

.popup-login .open-id a.yahoo {
    background: url("../img/img-ingame/icon_yahoo.jpg") no-repeat center;
}

.popup-login #regis .input-gr input {
    margin: 5px 0;
}

.popup-login #regis p {
    margin: 5px 0;
}

.popup-login #regis input[type="radio"] {
    width: 20px;
    height: 22px;
    transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
}

.popup-login .btn-gr input {
    margin: 0 6px;
}

@media screen and (min-width: 1152px) {
    .popup-login {
        width: 420px;
    }
    .popup-forgot {
        width: 420px;
    }
}


/*------end popup login-------*/

.popup-forgot p {
    margin: 5px 0;
}


/*------end popup forgot-------*/

.popup-gold-free {
    max-width: 400px;
}

.popup-gold-free li {
    width: 100%;
    float: left;
    text-align: left;
    margin: 5px 0;
    position: relative;
}

.popup-gold-free li i {
    margin-right: 20px;
    font-style: initial;
}

.popup-gold-free li input.btn {
    width: 115px;
    padding: 10px 0;
}

.popup-gold-free li span {
    font-size: 14px;
}


/*-----------end poup gold free-----------*/

.popup-option {
    max-width: 400px;
}

.popup-option ul {
    font-size: 13px;
    font-style: initial;
}

.popup-option ul li {
    margin: 10px 0;
    width: 100%;
    float: left;
}

.popup-option ul li span {
    float: left;
}

.popup-option ul li i {
    font-style: initial;
    margin-right: 15px;
    float: left;
}

.popup-option {}

.popup-option {}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
    float: left;
    transform: translate(40px, -4px);
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b3b0b0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "OFF";
    line-height: 28px;
    text-indent: 33px;
    color: #333;
    height: 30px;
    width: 30px;
    left: 0;
    bottom: 0;
    background: url("../img/img-ingame/icon-cricle.png") no-repeat center;
    background-size: 100%;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #3eb714;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    text-indent: -25px;
    line-height: 28px;
    content: "ON";
    color: white;
}


/* Rounded sliders */

.slider.round {
    border-radius: 30px;
}

.slider.round:before {
    border-radius: 50%;
}


/*----------end popup option--------------*/

.popup-store {
    width: 95%;
    max-width: 800px;
}

.popup-store .box-wrap {
    width: 100%;
    float: left;
}

.popup-store .tab-store {
    float: left;
    text-align: left;
    width: 160px;
    background: #5d0303;
    font-size: 15px;
    overflow-y: auto;
    overflow-x: hidden
}

.popup-store .tab-store li {
    background: #5d0303;
}

.popup-store .tab-store li a {
    color: white;
    display: block;
    padding-left: 10px;
    line-height: 54px;
    height: 54px;
}

.popup-store .tab-store li a.active {
    color: #d6a022;
    background: #730805;
    margin-right: -1px;
}

.popup-store .main-tab {
    width: calc(100% - 160px);
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding-top: 50px;
}

.popup-store .main-tab #napthe input,
.popup-store .main-tab #napthe select {
    margin-bottom: 15px;
    height: 34px;
    line-height: 34px;
}

.popup-store .main-tab #napthe .btn {
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 130px;
}

.popup-store .main-tab #napthe ul.doithe {
    font-size: 14px;
    padding-left: 5px;
    max-width: 210px;
}

.popup-store .main-tab #napthe ul.doithe li {
    margin: 7px 0;
    text-align: left;
}

.popup-store .main-tab #napthe ul.doithe li span {
    width: 70px;
    display: inline-block;
}

.popup-store .main-tab #napthe ul.doithe li span.cl-yellow {
    float: right;
    width: auto;
}

.popup-store .main-tab #napthe .gift-code {
    width: 50%;
}

.main-tab .box-item-popup {}

.main-tab .box-item-popup ul.box-list {
    color: #ccc;
    font-size: 14px;
}

.main-tab .box-item-popup ul.box-list li {
    margin: 10px 0;
    width: 270px;
    float: left;
}

.main-tab .box-item-popup ul.box-list li:nth-child(2n+2) {
    float: right;
}

.main-tab .box-item-popup ul.box-list li .media-left {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.main-tab .box-item-popup ul.box-list li .media-left img {
    width: 100px;
}

.main-tab .box-item-popup ul.box-list li .media-body {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

.main-tab .box-item-popup ul.box-list li .media-body p {
    margin-bottom: 5px;
}

.main-tab .box-item-popup ul.box-list li .media-body input {
    padding: 7px 18px;
    margin-top: 2px;
}

.popup-store .main-tab #muaavatar .box-deal h3 {
    line-height: 50px;
    margin-top: -50px;
}

.popup-store .main-tab #muaavatar .box-deal input[type='radio'] {
    margin: 15px 15px;
    width: 20px;
    height: 20px;
    transform: translate(0, 4px);
}

.popup-store .main-tab #muaavatar .box-deal .input-gr {
    margin-top: 25px;
}

.popup-store .main-tab #muaavatar .box-deal .input-gr input {
    margin: 0 7px;
    width: 100px;
    line-height: 34px;
    height: 34px;
    float: none;
}

.popup-store .main-tab #muagold .box-deal h3 {
    line-height: 50px;
    margin-top: -50px;
}

.popup-store .main-tab #muagold .box-deal input[type='radio'] {
    margin: 15px 15px;
    width: 20px;
    height: 20px;
    transform: translate(0, 4px);
}

.popup-store .main-tab #muagold .box-deal .input-gr {
    margin-top: 25px;
}

.popup-store .main-tab #muagold .box-deal .input-gr input {
    margin: 0 7px;
    width: 100px;
    line-height: 34px;
    height: 34px;
    float: none;
}

.popup-store .main-tab #muathe .box-deal h3 {
    line-height: 50px;
    margin-top: -50px;
}

.popup-store .main-tab #muathe .box-deal input[type='radio'] {
    margin: 15px 15px;
    width: 20px;
    height: 20px;
    transform: translate(0, 4px);
}

.popup-store .main-tab #muathe .box-deal .input-gr {
    margin-top: 25px;
}

.popup-store .main-tab #muathe .box-deal .input-gr input {
    margin: 0 7px;
    width: 100px;
    line-height: 34px;
    height: 34px;
    float: none;
}

.popup-store .main-tab #napsms .box-deal h3 {
    line-height: 50px;
    margin-top: -50px;
}

.popup-store .main-tab #napsms .box-deal input[type='radio'] {
    margin: 15px 15px;
    width: 20px;
    height: 20px;
    transform: translate(0, 4px);
}

.popup-store .main-tab #napsms .box-deal .input-gr {
    margin-top: 25px;
}

.popup-store .main-tab #napsms .box-deal .input-gr input {
    margin: 0 7px;
    width: 100px;
    line-height: 34px;
    height: 34px;
    float: none;
}


/*------------end popup store---------*/

.btn.expired {
    background: #ccc;
    color: #A60505;
}

.popup-user,
.popup-store {
    width: 765px;
    height: 465px;
}

.popup-user .main-tab,
.popup-store .main-tab {
    overflow-y: auto;
}

.popup-user {
    width: 95%;
    max-width: 800px;
}

.popup-user .box-wrap {
    width: 100%;
    float: left;
}

.popup-user .tab-user {
    float: left;
    text-align: left;
    width: 160px;
    background: #5d0303;
    font-size: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup-user .tab-user li {
    background: #5d0303;
}

.popup-user .tab-user li a {
    color: white;
    display: block;
    padding-left: 10px;
    line-height: 54px;
    height: 54px;
}

.popup-user .tab-user li a.active {
    color: #d6a022;
    background: #730805;
    margin-right: -1px;
}

.popup-user .main-tab {
    width: calc(100% - 160px);
    float: left;
    box-sizing: border-box;
    text-align: left;
}

.popup-user .main-tab .header-popup {
    background: none;
}

.popup-user .main-tab p {
    margin-bottom: 15px;
}

.popup-user .main-tab #taikhoan p label {
    width: 140px;
    display: inline-block;
}

.popup-user .main-tab #taikhoan p input {
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.popup-user .main-tab #taikhoan .input-gr input {
    height: 38px;
    line-height: 38px;
    max-width: 350px;
    display: block;
    float: none;
    margin: 15px auto;
}

.popup-user .main-tab #taikhoan .btn-gr {
    margin-top: 35px;
}

.popup-user .main-tab #taikhoan .btn-gr input {
    height: 44px;
    line-height: 44px;
    width: 100px;
}

table {
    border-collapse: collapse;
    border-spacing: 0.5rem;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

table thead {
    background: #5d0303;
}

td,
th {
    border: 1px solid #A00000;
    padding: 5px 2px;
}

table tbody tr td:last-child {
    text-align: right;
}

.popup-user .main-tab #thanhtich p label {
    width: 90px;
    display: inline-block;
}

.popup-user #chotang {
    font-size: 14px;
}

.popup-user #chotang ul {
    font-size: 14px;
    font-style: initial;
}

.popup-user #chotang ul li {
    margin: 10px 0;
    width: 100%;
    float: left;
    text-indent: 20px;
}

.popup-user #chotang ul li label {
    margin-right: 10px;
}

.popup-user #chotang ul li span {
    font-weight: bold;
    font-family: tahoma;
}

.popup-user #chotang ul li i {
    font-style: initial;
}

.popup-user #chotang .input-gr {
    float: none;
    margin: 10px auto;
    width: 400px;
}

.popup-user #chotang .input-gr.gr1 select {
    width: 35%;
}

.popup-user #chotang .input-gr.gr1 input {
    width: 62%;
    float: right;
}

.popup-user #chotang .input-gr.gr3 input {
    width: calc(100% - 220px);
    float: right;
}

.popup-user #chotang .input-gr input[type='button'] {
    width: 115px;
    float: right;
    height: 38px;
    line-height: 38px;
}

.popup-user #homthu ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.popup-user #homthu ul li p {
    margin-bottom: 5px;
}

.popup-user #homthu ul li p.mes-date {
    color: #ccc;
    position: relative;
    padding-left: 18px;
}

.popup-user #homthu ul li p.mes-date:after {
    display: block;
    content: "";
    width: 8px;
    height: 10px;
    font-size: 10px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -5px;
    background: url("../img/img-ingame/icon-arrow-right.png") no-repeat center;
    background-size: 100% auto;
}

.popup-user #homthu ul li.active p.mes-title,
.popup-user #homthu ul li:hover p.mes-title {
    color: #f8d04a;
    cursor: pointer;
}

.popup-user #homthu .btn-gr input.btn {
    width: 100px;
    padding: 7px 0;
}


/*------------end popup user---------*/

.popup-giftcode {
    width: 550px;
    height: 300px;
}

.popup-giftcode .box-wrap {
    height: 100%;
    text-align: left;
}

.popup-giftcode .box-wrap .input-gr {
    margin: 10px 0 40px;
    padding: 0 15px;
}

.popup-giftcode .box-wrap p {
    color: white;
    margin-bottom: 5px;
}

.popup-giftcode .box-wrap p.sp {
    font-size: 14px;
}

.popup-giftcode .box-wrap input {
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
}

.popup-giftcode .box-wrap input[type="text"] {
    width: 250px;
}

.popup-giftcode .box-wrap input[type="button"] {
    width: 95px;
    margin-left: 15px;
}


/*------------end popup giftcode---------*/

@media screen and (max-width: 992px) {
    .new-bottom p {
        padding: 0;
        font-size: 1.5vw;
    }
    .new-bottom a {
        font-size: 1.5vw;
        padding: 0 0 0 40px;
    }
    .popup-thongbao {
        width: 70%;
    }
    .popup-option ul li {
        margin: 8px 0;
    }
    .popup-store {
        width: 90%;
    }
    .main-tab .box-item-popup ul.box-list li {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {
    .btn-close {
        width: 35px;
        height: 35px;
        top: -16px;
        right: -16px;
    }
    .popup-option ul li {
        margin: 6px 0;
    }
    .popup-gold-free li input.btn {
        width: 100px;
        padding: 8px 0;
        font-size: 14px;
    }
    .popup-exit,
    .popup-thongbaochung {
        width: 60%;
        height: auto;
        font-size: 15px;
    }
    .popup-exit p,
    .popup-thongbaochung p {
        font-size: 15px;
    }
    .popup-exit p .btn,
    .popup-thongbaochung .btn {
        padding: 7px 0;
        width: 95px;
    }
    .popup-thongbaochung .box-wrap {
        padding-bottom: 50px;
    }
    .main-tab .box-item-popup ul.box-list li .media-left img {
        width: 85px;
    }
    .user-bottom .this_mail {
        width: 25px;
        height: 29px;
    }
    .popup-store .main-tab #napthe ul.doithe {
        font-size: 11px;
        max-width: 155px;
    }
    .popup-store .main-tab #napthe ul.doithe li span {
        width: 50px;
    }
    .popup-store .main-tab #napthe .gift-code {
        width: 100%;
    }
    .popup-store .main-tab #muaavatar .box-deal input[type='radio'] {
        margin: 10px 10px;
    }
    .popup-login,
    .popup-forgot {
        width: 60%;
        font-size: 14px;
    }
    .popup-login ul.tab-login li a {
        padding: 8px 0;
    }
    .popup-login .input-gr input,
    .popup-forgot .input-gr input {
        height: 35px;
        line-height: 35px;
    }
    .popup-login .btn-gr input,
    .popup-forgot .btn-gr input {
        width: 100px;
        line-height: 38px;
    }
    .popup-tennv {
        font-size: 14px;
        height: auto;
        width: 50%;
    }
    .popup-tennv .box-wrap {
        padding-bottom: 20px;
    }
    .popup-tennv .input-gr {
        margin-top: 40px;
    }
    .popup-tennv .input-gr input {
        height: 35px;
        line-height: 35px;
    }
    .popup-tennv .btn-gr {
        margin-top: 35px;
    }
    .popup-tennv .btn-gr .btn {
        width: 100px;
        line-height: 38px;
        height: 38px;
    }
    .popup-giftcode {
        width: 60%;
        height: auto;
        font-size: 14px;
    }
    .popup-giftcode .box-wrap {
        padding-bottom: 20px;
    }
    .popup-giftcode .box-wrap input {
        line-height: 34px;
        height: 34px;
    }
    .popup-giftcode .box-wrap input[type="text"] {
        width: 220px;
    }
    .popup-giftcode .box-wrap input[type="button"] {
        margin-left: 7px;
    }
}

@media screen and (max-width: 650px) {
    .popup-exit p .btn,
    .popup-thongbaochung .btn {
        width: 75px;
        font-size: 14px;
    }
    .popup-option ul li {
        margin: 4px 0;
    }
    .popup-gold-free li input.btn {
        width: 90px;
        padding: 6px 0;
        font-size: 13px;
    }
    .popup-store .tab-store li a,
    .popup-user .tab-user li a {
        height: auto;
        line-height: 45px;
    }
    .popup-store .main-tab #napthe input,
    .popup-store .main-tab #napthe select {
        height: 28px;
        line-height: 28px;
    }
    .popup-store .main-tab #napthe .btn {
        height: 35px;
        line-height: 35px;
        width: 100px;
        font-size: 14px;
    }
    .popup-store .main-tab #muaavatar .box-deal .input-gr input {
        height: 35px;
        line-height: 35px;
        width: 100px;
        font-size: 14px;
    }
    .main-tab,
    .main-tab p {
        font-size: 11px;
    }
    .main-tab .box-item-popup ul.box-list li .media-left img {
        width: 65px;
    }
    .main-tab .box-item-popup ul.box-list li .media-body input {
        padding: 5px 12px;
        margin-top: 2px;
        font-size: 10px;
    }
    .popup-store .main-tab #muaavatar .box-deal input[type='radio'] {
        margin: 7px;
    }
    .popup-store .main-tab #muaavatar .box-deal .input-gr input {
        font-size: 13px;
    }
    .popup-login ul.tab-login li a {
        padding: 7px 10px;
    }
    .popup-login .input-gr input,
    .popup-forgot .input-gr input {
        height: 34px;
        line-height: 34px;
        margin: 5px 0;
    }
    .popup-login .btn-gr input,
    .popup-forgot .btn-gr input {
        width: 90px;
        line-height: 35px;
        height: 35px;
    }
    .popup-tennv {
        font-size: 13px;
        height: auto;
        width: 60%;
    }
    .popup-tennv .box-wrap {
        padding-bottom: 20px;
    }
    .popup-tennv .input-gr {
        margin-top: 30px;
    }
    .popup-tennv .input-gr input {
        height: 34px;
        line-height: 34px;
    }
    .popup-tennv .btn-gr {
        margin-top: 25px;
    }
    .popup-tennv .btn-gr .btn {
        width: 90px;
        line-height: 35px;
        height: 35px;
    }
    .popup-login #regis .input-gr input {
        height: 32px;
        line-height: 32px;
        margin: 3px 0;
    }
    .popup-login #regis .btn-gr {
        margin-top: 5px;
    }
    .popup-giftcode {
        font-size: 13px;
    }
    .popup-giftcode .box-wrap input {
        line-height: 32px;
        height: 32px;
    }
    .popup-giftcode .box-wrap input[type="text"] {
        width: 200px;
    }
}

.scroll-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    background-color: #ccc;
}

.scroll-popup::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.scroll-popup::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}


/*---*/

body.scroll-popup::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.popup-login .open-id a.icon_fb {
    background: url(../img/img-ingame/icon_fb.jpg) no-repeat center;
}

.popup-login .open-id a.icon_gplus {
    background: url(../img/img-ingame/icon_gplus.jpg) no-repeat center;
}


/* begin tab*/


/* Style the tab */

.horizontal-tab {
    overflow: hidden;
    background-color: transparent;
    color: #d6a022;
}


/* Style the buttons inside the tab */

.horizontal-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.horizontal-tab button:hover {
    background-color: #5d0303;
    color: #fff;
}


/* Create an active/current tablink class */

.horizontal-tab button.active {
    background-color: #5d0303;
    color: #fff;
}


/* Style the tab content */

.horizontal-tab-content {
    display: none;
    padding: 6px 12px;
}

.horizontal-tab-content.active {
    display: block;
}


/*end tab*/

.pagination.pull-right li a {
    cursor: pointer;
}