.Rating {
    width: 150px;
    height: 90px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1000
}
.popRight a {
    display: block;
    width: 274px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    color: #000;
    font-size: 30px;
    background: url(../resources/img/tab.png) no-repeat 0 bottom;
    margin-bottom: 10px;
}
.teensg-info{
	height: 36px;
    background: #8de9fc;
	border-bottom: 3px solid #2e6885;
	text-align:center;
}
.popRight a.on,.popRight a:hover{background-position: 0 0;}
.MRating {
    width: 90px;
    height: 40px;
    display: none;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 1000
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 1025px) {
    .Rating_margintop {
        top: 170px
    }
}

.Rating_nph_0 {
    background: url(./img/nph-0.jpg) no-repeat
}

.Rating_nph_12 {
    background: url(./img/nph-12.jpg) no-repeat
}

.Rating_nph_18 {
    background: url(./img/nph-18.jpg) no-repeat
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

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: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    /*list-style: none*/
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

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

a img {
    border: 0
}

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

.layout-sprite, .layout-bg-posttype, .layout-bg-sidebar-right, .layout-bg-tintuc, .layout-bt-android-hov, .layout-bt-android-right-hov, .layout-bt-android-right, .layout-bt-android-sub-hov, .layout-bt-android-sub, .layout-bt-android, .layout-bt-apk-hov, .layout-bt-apk-right-hov, .layout-bt-apk-right, .layout-bt-apk-sub-hov, .layout-bt-apk-sub, .layout-bt-apk, .layout-bt-camnang-hov, .layout-bt-camnang, .layout-bt-congdong-hov, .layout-bt-congdong, .layout-bt-dangky-hov, .layout-bt-dangky-sub-hov, .layout-bt-dangky-sub, .layout-bt-dangky, .layout-bt-dieukhoan-hov, .layout-bt-dieukhoan, .layout-bt-fanpage, .layout-bt-hd-napthe-hov, .layout-bt-hd-napthe, .layout-bt-home, .layout-bt-huongdan-sub, .layout-bt-huongdan-sub_hov, .layout-bt-ios-hov, .layout-bt-ios-right-hov, .layout-bt-ios-right, .layout-bt-ios-sub-hov, .layout-bt-ios-sub, .layout-bt-ios, .layout-bt-napthe-btom-hov, .layout-bt-napthe-btom, .layout-bt-napthe-hov, .layout-bt-napthe-main, .layout-bt-napthe-right-hov, .layout-bt-napthe-right, .layout-bt-napthe, .layout-bt-nhapcode-hov, .layout-bt-nhapcode, .layout-bt-pc-hov, .layout-bt-pc-right-hov, .layout-bt-pc-right, .layout-bt-pc-sub-hov, .layout-bt-pc-sub, .layout-bt-pc, .layout-bt-play, .layout-bt-qrcode-hov, .layout-bt-qrcode, .layout-bt-taigame-hov, .layout-bt-taigame, .layout-bt-tintuc-hov, .layout-bt-tintuc, .layout-bt-youtube, .layout-close-right, .layout-control-banner-hov, .layout-control-banner, .layout-open-right, .layout-search-bg, .layout-title-tuhientrang, .layout-top-hov, .layout-top, .game-info__bt_dangky, .game-info__bt_dangky:hover, .game-info__bt_qrcode, .game-info__bt_qrcode:hover, .game-info__bt_ios, .game-info__bt_ios:hover, .game-info__bt_ios.off, .game-info__bt_android, .game-info__bt_android:hover, .game-info__bt_android.off, .game-info__bt_pc, .game-info__bt_pc:hover, .game-info__bt_pc.off, .game-info__bt_apk, .game-info__bt_apk:hover, .game-info__bt_apk.off, .subpage .game-info__bt_dangky, .subpage .game-info__bt_dangky:hover, .subpage .game-info__bt_ios, .subpage .game-info__bt_ios:hover, .subpage .game-info__bt_ios.off, .subpage .game-info__bt_android, .subpage .game-info__bt_android:hover, .subpage .game-info__bt_android.off, .subpage .game-info__bt_pc, .subpage .game-info__bt_pc:hover, .subpage .game-info__bt_pc.off, .subpage .game-info__bt_apk, .subpage .game-info__bt_apk:hover, .subpage .game-info__bt_apk.off, .sidebar-right .close, .sidebar-right .open, .sidebar-right .bt_ios, .sidebar-right .bt_ios:hover, .sidebar-right .bt_ios.off, .sidebar-right .bt_android, .sidebar-right .bt_android:hover, .sidebar-right .bt_android.off, .sidebar-right .bt_pc, .sidebar-right .bt_pc:hover, .sidebar-right .bt_pc.off, .sidebar-right .bt_apk, .sidebar-right .bt_apk:hover, .sidebar-right .bt_apk.off, .sidebar-right .bt_napthe, .sidebar-right .bt_napthe:hover, .sidebar-right .bt_napthe.off, .sidebar-right .bt_home, .sidebar-right .bt_home.off, .sidebar-right .bt_fanpage, .sidebar-right .bt_fanpage.off, .sidebar-right .bt_youtube, .sidebar-right .bt_youtube.off, .wrapper-out .wrapper .page-header__clip, .wrapper-out .wrapper .page-header .bt-header li a.bt-taigame, .wrapper-out .wrapper .page-header .bt-header li a.bt-taigame:hover, .wrapper-out .wrapper .page-header .bt-header li a.bt-tintuc, .wrapper-out .wrapper .page-header .bt-header li a.bt-tintuc:hover, .wrapper-out .wrapper .page-header .bt-header li a.bt-napthe, .wrapper-out .wrapper .page-header .bt-header li a.bt-napthe:hover, .wrapper-out .wrapper .page-main--bot h2.title-tuhientrang, .top, .top:hover, .btn-sub a.bt-huongdan, .btn-sub a.bt-huongdan:hover, .btn-sub a.bt-camnang, .btn-sub a.bt-camnang:hover, .btn-sub a.bt-nhapcode, .btn-sub a.bt-nhapcode:hover, .btn-sub a.bt-dieukhoan, .btn-sub a.bt-dieukhoan:hover, .subpage .btn-sub a.bt-huongdan, .subpage .btn-sub a.bt-huongdan.off, .group-bt-footer .bt_ios, .group-bt-footer .bt_ios:hover, .group-bt-footer .bt_ios.off, .group-bt-footer .bt_android, .group-bt-footer .bt_android:hover, .group-bt-footer .bt_android.off, .group-bt-footer .bt_apk, .group-bt-footer .bt_apk:hover, .group-bt-footer .bt_apk.off, .group-bt-footer .bt_pc, .group-bt-footer .bt_pc:hover, .group-bt-footer .bt_pc.off, .group-bt-footer .bt_napthe, .group-bt-footer .bt_napthe:hover, .group-bt-footer .bt_napthe.off, .group-bt-footer .bt_congdong, .group-bt-footer .bt_congdong:hover, .group-bt-footer .bt_congdong.off {
    background-image: url('./img/layout-s45a1b63ebf.png?v3');
    background-repeat: no-repeat
}

.layout-bg-posttype {
    background-position: 0 0;
    height: 30px;
    width: 96px
}

.layout-bg-sidebar-right {
    background-position: 0 -30px;
    height: 603px;
    width: 226px
}

.layout-bg-tintuc {
    background-position: 0 -633px;
    height: 365px;
    width: 726px
}

.layout-bt-android-hov {
    background-position: 0 -998px;
    height: 69px;
    width: 166px
}

.layout-bt-android-right-hov {
    background-position: 0 -1067px;
    height: 38px;
    width: 118px
}

.layout-bt-android-right {
    background-position: 0 -1105px;
    height: 38px;
    width: 118px
}

.layout-bt-android-sub-hov {
    background-position: 0 -1143px;
    height: 69px;
    width: 260px
}

.layout-bt-android-sub {
    background-position: 0 -1212px;
    height: 69px;
    width: 260px
}

.layout-bt-android {
    background-position: 0 -1281px;
    height: 69px;
    width: 166px
}

.layout-bt-apk-hov {
    background-position: 0 -1350px;
    height: 69px;
    width: 166px
}

.layout-bt-apk-right-hov {
    background-position: 0 -1419px;
    height: 38px;
    width: 118px
}

.layout-bt-apk-right {
    background-position: 0 -1457px;
    height: 38px;
    width: 118px
}

.layout-bt-apk-sub-hov {
    background-position: 0 -1495px;
    height: 69px;
    width: 260px
}

.layout-bt-apk-sub {
    background-position: 0 -1564px;
    height: 69px;
    width: 260px
}

.layout-bt-apk {
    background-position: 0 -1633px;
    height: 69px;
    width: 166px
}

.layout-bt-camnang-hov {
    background-position: 0 -1702px;
    height: 230px;
    width: 111px
}

.layout-bt-camnang {
    background-position: 0 -1932px;
    height: 230px;
    width: 111px
}

.layout-bt-congdong-hov {
    background-position: 0 -2162px;
    height: 156px;
    width: 151px
}

.layout-bt-congdong {
    background-position: 0 -2318px;
    height: 156px;
    width: 151px
}

.layout-bt-dangky-hov {
    background-position: 0 -2474px;
    height: 71px;
    width: 252px
}

.layout-bt-dangky-sub-hov {
    background-position: 0 -2545px;
    height: 69px;
    width: 258px
}

.layout-bt-dangky-sub {
    background-position: 0 -2614px;
    height: 69px;
    width: 258px
}

.layout-bt-dangky {
    background-position: 0 -2683px;
    height: 71px;
    width: 252px
}

.layout-bt-dieukhoan-hov {
    background-position: 0 -2754px;
    height: 230px;
    width: 111px
}

.layout-bt-dieukhoan {
    background-position: 0 -2984px;
    height: 230px;
    width: 111px
}

.layout-bt-fanpage {
    background-position: 0 -3214px;
    height: 36px;
    width: 38px
}

.layout-bt-hd-napthe-hov {
    background-position: 0 -3250px;
    height: 127px;
    width: 354px
}

.layout-bt-hd-napthe {
    background-position: 0 -3377px;
    height: 127px;
    width: 354px
}

.layout-bt-home {
    background-position: 0 -3504px;
    height: 36px;
    width: 38px
}

.layout-bt-huongdan-sub {
    background-position: 0 -3540px;
    height: 127px;
    width: 260px
}

.layout-bt-huongdan-sub_hov {
    background-position: 0 -3667px;
    height: 127px;
    width: 260px
}

.layout-bt-ios-hov {
    background-position: 0 -3794px;
    height: 69px;
    width: 166px
}

.layout-bt-ios-right-hov {
    background-position: 0 -3863px;
    height: 38px;
    width: 118px
}

.layout-bt-ios-right {
    background-position: 0 -3901px;
    height: 38px;
    width: 118px
}

.layout-bt-ios-sub-hov {
    background-position: 0 -3939px;
    height: 69px;
    width: 260px
}

.layout-bt-ios-sub {
    background-position: 0 -4008px;
    height: 69px;
    width: 260px
}

.layout-bt-ios {
    background-position: 0 -4077px;
    height: 69px;
    width: 166px
}

.layout-bt-napthe-btom-hov {
    background-position: 0 -4146px;
    height: 156px;
    width: 151px
}

.layout-bt-napthe-btom {
    background-position: 0 -4302px;
    height: 156px;
    width: 151px
}

.layout-bt-napthe-hov {
    background-position: 0 -4458px;
    height: 171px;
    width: 148px
}

.layout-bt-napthe-main {
    background-position: 0 -4629px;
    height: 204px;
    width: 465px
}

.layout-bt-napthe-right-hov {
    background-position: 0 -4833px;
    height: 50px;
    width: 140px
}

.layout-bt-napthe-right {
    background-position: 0 -4883px;
    height: 50px;
    width: 140px
}

.layout-bt-napthe {
    background-position: 0 -4933px;
    height: 171px;
    width: 148px
}

.layout-bt-nhapcode-hov {
    background-position: 0 -5104px;
    height: 230px;
    width: 111px
}

.layout-bt-nhapcode {
    background-position: 0 -5334px;
    height: 230px;
    width: 111px
}

.layout-bt-pc-hov {
    background-position: 0 -5564px;
    height: 69px;
    width: 166px
}

.layout-bt-pc-right-hov {
    background-position: 0 -5633px;
    height: 38px;
    width: 118px
}

.layout-bt-pc-right {
    background-position: 0 -5671px;
    height: 38px;
    width: 118px
}

.layout-bt-pc-sub-hov {
    background-position: 0 -5709px;
    height: 69px;
    width: 260px
}

.layout-bt-pc-sub {
    background-position: 0 -5778px;
    height: 69px;
    width: 260px
}

.layout-bt-pc {
    background-position: 0 -5847px;
    height: 69px;
    width: 166px
}

.layout-bt-play {
    background-position: 0 -5916px;
    height: 93px;
    width: 93px
}

.layout-bt-qrcode-hov {
    background-position: 0 -6009px;
    height: 71px;
    width: 102px
}

.layout-bt-qrcode {
    background-position: 0 -6080px;
    height: 71px;
    width: 102px
}

.layout-bt-taigame-hov {
    background-position: 0 -6151px;
    height: 171px;
    width: 148px
}

.layout-bt-taigame {
    background-position: 0 -6322px;
    height: 171px;
    width: 148px
}

.layout-bt-tintuc-hov {
    background-position: 0 -6493px;
    height: 171px;
    width: 148px
}

.layout-bt-tintuc {
    background-position: 0 -6664px;
    height: 171px;
    width: 148px
}

.layout-bt-youtube {
    background-position: 0 -6835px;
    height: 36px;
    width: 38px
}

.layout-close-right {
    background-position: 0 -6871px;
    height: 51px;
    width: 37px
}

.layout-control-banner-hov {
    background-position: 0 -6922px;
    height: 28px;
    width: 28px
}

.layout-control-banner {
    background-position: 0 -6950px;
    height: 28px;
    width: 28px
}

.layout-open-right {
    background-position: 0 -6978px;
    height: 51px;
    width: 37px
}

.layout-search-bg {
    background-position: 0 -7029px;
    height: 30px;
    width: 260px
}

.layout-title-tuhientrang {
    background-position: 0 -7059px;
    height: 125px;
    width: 562px
}

.layout-top-hov {
    background-position: 0 -7184px;
    height: 98px;
    width: 100px
}

.layout-top {
    background-position: 0 -7282px;
    height: 98px;
    width: 100px
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #ff7e00
}

input {
    margin: 0;
    padding: 0;
    color: #414141
}

input::-webkit-input-placeholder {
    color: #414141
}

input:-moz-placeholder {
    color: #414141
}

input::-moz-placeholder {
    color: #414141
}

input:-ms-input-placeholder {
    color: #414141
}

strong {
    font-weight: bold
}

fieldset legend {
    display: none
}

.loading {
    background: url(./img/loading.gif) no-repeat center;
    width: 100%;
    height: 200px;
    margin: 0 auto
}

.wrapper-out .wrapper, .article__detail .user-info p, .main-content div.plugin-social-block-p {
    display: block;
    overflow: hidden
}

.game-info a, .search__button, .top, .pagination-container .pagination li.first a, .pagination-container .pagination li.last a, .pagination-container .pagination li.prev a, .pagination-container .pagination li.next a {
    display: block;
    text-shadow: none;
    color: transparent
}

.game-info {
    width: 100%;
    overflow: hidden;
    margin: 0 0 17px;
    position: relative;
}

.game-info a {
    float: left
}

.game-info__napthe {
    z-index: 10;
    width: 379px;
    height: 288px;
    background: url(./img/bt-napthe.gif) 0 0 no-repeat;
    position: absolute;
    top: -97px;
    left: -3px
}

.game-info__napthe:hover {
    background: url(./img/bt-napthe-hov.gif) 0 0 no-repeat
}

.game-info__napthe.off, .game-info__napthe.off:hover {
    background: url(./img/bt-napthe.gif) 0 0 no-repeat;
    filter: grayscale(100%);
    cursor: not-allowed
}

.game-info__bt_dangky {
    background-position: 0 -2683px;
    height: 71px;
    width: 252px;
    margin: 170px 0 15px 8px
}

.game-info__bt_dangky:hover {
    background-position: 0 -2474px;
    height: 71px;
    width: 252px
}

.game-info__bt_dangky.off {
    filter: grayscale(100%);
    cursor: not-allowed
}

.game-info__bt_qrcode {
    background-position: 0 -6080px;
    height: 71px;
    width: 102px;
    margin: 170px 0 15px 0;
    position: absolute;
    left: 260px
}

.game-info__bt_qrcode span {
    position: absolute;
    top: -30px;
    left: 105px;
    z-index: 100;
    background: #fff;
    padding: 10px;
    display: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12)
}

.game-info__bt_qrcode span:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 13px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    top: calc(50% - 25px / 2);
    left: -25px
}

.game-info__bt_qrcode:hover {
    background-position: 0 -6009px;
    height: 71px;
    width: 102px
}

.game-info__bt_qrcode:hover span {
    display: block
}

.game-info__bt_qrcode.off {
    filter: grayscale(100%);
    cursor: not-allowed
}

.game-info__bt_ios {
    background-position: 0 -4077px;
    height: 69px;
    width: 166px;
    margin: 0 20px 10px 8px
}

.game-info__bt_ios:hover {
    background-position: 0 -3794px;
    height: 69px;
    width: 166px
}

.game-info__bt_ios.off {
    background-position: 0 -4077px;
    height: 69px;
    width: 166px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.game-info__bt_android {
    background-position: 0 -1281px;
    height: 69px;
    width: 166px;
    margin-bottom: 10px
}

.game-info__bt_android:hover {
    background-position: 0 -998px;
    height: 69px;
    width: 166px
}

.game-info__bt_android.off {
    background-position: 0 -1281px;
    height: 69px;
    width: 166px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.game-info__bt_pc {
    background-position: 0 -5847px;
    height: 69px;
    width: 166px
}

.game-info__bt_pc:hover {
    background-position: 0 -5564px;
    height: 69px;
    width: 166px
}

.game-info__bt_pc.off {
    background-position: 0 -5847px;
    height: 69px;
    width: 166px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.game-info__bt_apk {
    background-position: 0 -1633px;
    height: 69px;
    width: 166px;
    margin: 0 20px 10px 8px
}

.game-info__bt_apk:hover {
    background-position: 0 -1350px;
    height: 69px;
    width: 166px
}

.game-info__bt_apk.off {
    background-position: 0 -1633px;
    height: 69px;
    width: 166px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.subpage .game-info__napthe {
    width: 261px;
    height: 284px;
    background: url(./img/bt-napthe-sub.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.subpage .game-info__napthe:hover {
    filter: brightness(130%)
}

.subpage .game-info__napthe.off, .subpage .game-info__napthe.off:hover {
    background: url(./img/bt-napthe-sub.png) 0 0 no-repeat;
    top: 0;
    height: 330px
}

.subpage .game-info__bt_dangky {
    background-position: 0 -2614px;
    height: 69px;
    width: 258px;
    margin: 275px 0 15px 0
}

.subpage .game-info__bt_dangky:hover {
    background-position: 0 -2545px;
    height: 69px;
    width: 258px
}

.subpage .game-info__bt_dangky.off {
    filter: grayscale(100%);
    cursor: not-allowed
}

.subpage .game-info__bt_qrcode {
    display: none
}

.subpage .game-info__bt_ios {
    background-position: 0 -4008px;
    height: 69px;
    width: 260px;
    margin: 0 0 10px 0
}

.subpage .game-info__bt_ios:hover {
    background-position: 0 -3939px;
    height: 69px;
    width: 260px
}

.subpage .game-info__bt_ios.off {
    background-position: 0 -4008px;
    height: 69px;
    width: 260px
}

.subpage .game-info__bt_android {
    background-position: 0 -1212px;
    height: 69px;
    width: 260px;
    margin-bottom: 10px
}

.subpage .game-info__bt_android:hover {
    background-position: 0 -1143px;
    height: 69px;
    width: 260px
}

.subpage .game-info__bt_android.off {
    background-position: 0 -1212px;
    height: 69px;
    width: 260px
}

.subpage .game-info__bt_pc {
    background-position: 0 -5778px;
    height: 69px;
    width: 260px;
    margin-bottom: 10px
}

.subpage .game-info__bt_pc:hover {
    background-position: 0 -5709px;
    height: 69px;
    width: 260px
}

.subpage .game-info__bt_pc.off {
    background-position: 0 -5778px;
    height: 69px;
    width: 260px
}

.subpage .game-info__bt_apk {
    background-position: 0 -1564px;
    height: 69px;
    width: 260px;
    margin: 0 0 15px 0
}

.subpage .game-info__bt_apk:hover {
    background-position: 0 -1495px;
    height: 69px;
    width: 260px
}

.subpage .game-info__bt_apk.off {
    background-position: 0 -1564px;
    height: 69px;
    width: 260px
}

.search {
    float: right;
    padding: 19px 20px 28px 0;
	display: none;
}

.search__field {
    background: #1e2125;
    border: 1px solid #0e0f11;
    color: #9ca7ad;
    width: 160px;
    height: 23px;
    text-indent: 10px;
    float: left;
    padding: 0
}

.search__button {
    float: left;
    border: 0;
    cursor: pointer
}

#cse.search-results b {
    font-weight: bold
}

#cse.search-results table {
    margin: 0;
    font-size: 17px
}

#cse.search-results .gsc-adBlock, #cse.search-results .gsc-resultsHeader, #cse.search-results .gcsc-branding, #cse.search-results .gsc-url-top {
    display: none
}

#cse.search-results .gsc-control-cse, #cse.search-results .gsc-control-cse-vi {
    background: 0;
    border: 0;
    padding: 0
}

#cse.search-results .gsc-above-wrapper-area {
    border-bottom: 0
}

#cse.search-results .gsc-webResult.gsc-result {
    border: 0;
    border-bottom: 1px solid #bebebe
}

#cse.search-results .gs-result .gs-title, #cse.search-results .gs-result .gs-title * {
    color: #2c221b;
    height: auto;
    font-weight: bold;
    text-decoration: none
}

#cse.search-results .gs-result .gs-title:hover, #cse.search-results .gs-result .gs-title:hover * {
    color: #c82f00
}

#cse.search-results .gsc-table-result tr {
    background: 0
}

#cse.search-results .gsc-table-result td {
    border: 0;
    padding: 0
}

#cse.search-results .gsc-table-result, #cse.search-results .gsc-thumbnail-inside, #cse.search-results .gsc-url-top {
    padding-left: 0;
    padding-right: 0
}

#cse.search-results .gsc-expansionArea .gsc-webResult.gsc-result {
    margin-bottom: 0;
    padding: 10px 0
}

#cse.search-results .gsc-results .gsc-cursor-box {
    margin: 10px 0
}

#cse.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background: #fff;
    border: 1px solid #8d8c8b;
    color: #000;
    display: block;
    float: left;
    height: 25px;
    line-height: 28px;
    padding: 0 10px;
    text-decoration: none
}

#cse.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    text-decoration: none;
    background: #107e4e;
    border: 1px solid #8d8c8b;
    color: #fff
}

.sidebar-right {
    background: url(./img/bg-sidebar-right.png) 0 0 no-repeat;
    width: 226px;
    height: 603px;
    position: fixed;
    top: 5%;
    right: 0;
    z-index: 100;
    -webkit-transform-origin: right 0;
    -moz-transform-origin: right 0;
    -o-transform-origin: right 0;
    transform-origin: right 0;
    display: none
}

.sidebar-right a {
    display: block;
    text-indent: -9999px
}

.sidebar-right .bt-control {
    top: 200px;
    left: 30px;
    display: block;
    position: absolute
}

.sidebar-right .close {
    background-position: 0 -6871px;
    height: 51px;
    width: 37px
}

.sidebar-right .open {
    background-position: 0 -6978px;
    height: 51px;
    width: 37px
}

.sidebar-right .qrcode {
    width: 112px;
    height: 111px;
    margin: 105px 0 7px 90px
}

.sidebar-right .bt_ios {
    background-position: 0 -3901px;
    height: 38px;
    width: 118px;
    margin: 0 0 7px 90px
}

.sidebar-right .bt_ios:hover {
    background-position: 0 -3863px;
    height: 38px;
    width: 118px
}

.sidebar-right .bt_ios.off {
    background-position: 0 -3901px;
    height: 38px;
    width: 118px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.sidebar-right .bt_android {
    background-position: 0 -1105px;
    height: 38px;
    width: 118px;
    margin: 0 0 7px 90px
}

.sidebar-right .bt_android:hover {
    background-position: 0 -1067px;
    height: 38px;
    width: 118px
}

.sidebar-right .bt_android.off {
    background-position: 0 -1105px;
    height: 38px;
    width: 118px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.sidebar-right .bt_pc {
    background-position: 0 -5671px;
    height: 38px;
    width: 118px;
    margin: 0 0 7px 90px
}

.sidebar-right .bt_pc:hover {
    background-position: 0 -5633px;
    height: 38px;
    width: 118px
}

.sidebar-right .bt_pc.off {
    background-position: 0 -5671px;
    height: 38px;
    width: 118px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.sidebar-right .bt_apk {
    background-position: 0 -1457px;
    height: 38px;
    width: 118px;
    margin: 0 0 68px 90px
}

.sidebar-right .bt_apk:hover {
    background-position: 0 -1419px;
    height: 38px;
    width: 118px
}

.sidebar-right .bt_apk.off {
    background-position: 0 -1457px;
    height: 38px;
    width: 118px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.sidebar-right .bt_napthe {
    background-position: 0 -4883px;
    height: 50px;
    width: 140px;
    margin: 0 0 5px 80px
}

.sidebar-right .bt_napthe:hover {
    background-position: 0 -4833px;
    height: 50px;
    width: 140px
}

.sidebar-right .bt_napthe.off {
    background-position: 0 -4883px;
    height: 50px;
    width: 140px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.sidebar-right .bt_home {
    background-position: 0 -3504px;
    height: 36px;
    width: 38px;
    margin: 0 5px 5px 90px;
    float: left
}

.sidebar-right .bt_home:hover {
    filter: brightness(120%)
}

.sidebar-right .bt_home.off {
    background-position: 0 -3504px;
    height: 36px;
    width: 38px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.sidebar-right .bt_fanpage {
    background-position: 0 -3214px;
    height: 36px;
    width: 38px;
    margin: 0 5px 5px 0;
    float: left
}

.sidebar-right .bt_fanpage:hover {
    filter: brightness(120%)
}

.sidebar-right .bt_fanpage.off {
    background-position: 0 -3214px;
    height: 36px;
    width: 38px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.sidebar-right .bt_youtube {
    background-position: 0 -6835px;
    height: 36px;
    width: 38px;
    margin: 0 0 5px 0;
    float: left
}

.sidebar-right .bt_youtube:hover {
    filter: brightness(120%)
}

.sidebar-right .bt_youtube.off {
    background-position: 0 -6835px;
    height: 36px;
    width: 38px;
    filter: grayscale(100%);
    cursor: not-allowed
}

body {
    color: #414141;
    font-family: Tahoma;
    font: 17px/24px Tahoma, Arial, Verdana, sans-serif
}

@media only screen and (max-width: 1380px) {
    body {
        font: 20px/28px Tahoma, Arial, Verdana, sans-serif
    }
}

.Rating_vng_18 {
    top: 0;
    transform-origin: left top
}

.wrapper-out .wrapper {
    width: 1920px;
    transform-origin: left top;
    position: absolute;
    background: url(./img/page-header-cl.jpg) no-repeat center top #d8e5ed
}

.wrapper-out .wrapper .page-header {
    height: 885px;
    width: 1110px;
    margin: 0 auto;
    position: relative
}

.wrapper-out .wrapper .page-header--clip {
    position: absolute;
    width: 100%;
    z-index: -1
}

.wrapper-out .wrapper .page-header--outter {
    width: 100%;
    margin: 0 auto
}

.wrapper-out .wrapper .page-header__logo {
    position: absolute;
    left: 110%;
    top: 0;
    height: 340px;
    width: 500px;
    text-indent: -9999px;
    display: block;
    margin-left: -390px;
    background: url(./img/logo.png) top center no-repeat;
	background-size: contain;
}

.wrapper-out .wrapper .page-header__clip {
    position: absolute;
    left: 50%;
    top: 460px;
    text-indent: -9999px;
    margin-left: 60px;
    display: block;
    background-position: 0 -5916px;
    height: 93px;
    width: 93px
}

.wrapper-out .wrapper .page-header .bt-header {
    width: 700px;
    margin-left: -465px;
    position: absolute;
    top: 610px;
    left: 50%
}

.wrapper-out .wrapper .page-header .bt-header li {
    float: left
}

.wrapper-out .wrapper .page-header .bt-header li a {
    display: block;
    text-indent: -9999px;
    margin-right: 5px
}

.wrapper-out .wrapper .page-header .bt-header li a.bt-taigame {
    background-position: 0 -6322px;
    height: 171px;
    width: 148px
}

.wrapper-out .wrapper .page-header .bt-header li a.bt-taigame:hover {
    background-position: 0 -6151px;
    height: 171px;
    width: 148px
}

.wrapper-out .wrapper .page-header .bt-header li a.bt-taigame.off {
    cursor: not-allowed;
    filter: grayscale(100%)
}

.wrapper-out .wrapper .page-header .bt-header li a.bt-tintuc {
    background-position: 0 -6664px;
    height: 171px;
    width: 148px
}

.wrapper-out .wrapper .page-header .bt-header li a.bt-tintuc:hover {
    background-position: 0 -6493px;
    height: 171px;
    width: 148px
}

.wrapper-out .wrapper .page-header .bt-header li a.bt-tintuc.off {
    cursor: not-allowed;
    filter: grayscale(100%)
}

.wrapper-out .wrapper .page-header .bt-header li a.bt-napthe {
    background-position: 0 -4933px;
    height: 171px;
    width: 148px
}

.wrapper-out .wrapper .page-header .bt-header li a.bt-napthe:hover {
    background-position: 0 -4458px;
    height: 171px;
    width: 148px
}

.wrapper-out .wrapper .page-header .bt-header li a.bt-napthe.off {
    cursor: not-allowed;
    filter: grayscale(100%)
}

.wrapper-out .wrapper .page-main {
    width: 100%;
    position: relative
}

.wrapper-out .wrapper .page-main--bot {
    width: 1108px;
    margin: 0 auto
}

.wrapper-out .wrapper .page-main--bot h2.title-tuhientrang {
    margin: 0 auto 25px;
    background-position: 0 -7059px;
    height: 125px;
    width: 562px
}

.wrapper-out .wrapper .page-main aside {
    float: left;
    width: 370px;
    position: relative;
    z-index: 10
}

.wrapper-out .wrapper .page-main main {
    float: right;
    width: 727px;
    padding-bottom: 50px
}

.wrapper-out.subpage .wrapper .page-header {
    height: 595px;
    width: 1110px;
    margin: 0 auto
}

.wrapper-out.subpage .wrapper .page-main {
    width: 1125px;
    margin: 0 auto
}

.wrapper-out.subpage .wrapper .page-main--bot {
    width: 100%;
    background: url(./img/bg-bottom-sub.jpg) center bottom no-repeat;
    padding-bottom: 500px;
    overflow: hidden;
    position: relative
}

.wrapper-out.subpage .wrapper .page-main aside {
    width: 260px
}

.wrapper-out.subpage .wrapper .page-main main {
    width: 843px;
    padding-top: 10px
}

#main-content {
    position: relative
}

.top {
    clear: both;
    background-position: 0 -7282px;
    height: 98px;
    width: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    right: 120px;
    z-index: 100;
    display: none
}

.top:hover {
    background-position: 0 -7184px;
    height: 98px;
    width: 100px
}

.top#scrolltop {
    position: fixed
}

.btn-sub {
    width: 100%;
    overflow: hidden
}

.btn-sub a {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    float: left
}

.btn-sub a.bt-huongdan {
    background-position: 0 -3377px;
    height: 127px;
    width: 354px;
    margin-bottom: 12px
}

.btn-sub a.bt-huongdan:hover {
    background-position: 0 -3250px;
    height: 127px;
    width: 354px
}

.btn-sub a.bt-huongdan.off {
    filter: grayscale(100%);
    cursor: not-allowed
}

.btn-sub a.bt-camnang {
    background-position: 0 -1932px;
    height: 230px;
    width: 111px;
    margin: 0 10px 0 0
}

.btn-sub a.bt-camnang:hover {
    background-position: 0 -1702px;
    height: 230px;
    width: 111px
}

.btn-sub a.bt-camnang.off {
    filter: grayscale(100%);
    cursor: not-allowed
}

.btn-sub a.bt-nhapcode {
    background-position: 0 -5334px;
    height: 230px;
    width: 111px;
    margin: 0 10px 0 0
}

.btn-sub a.bt-nhapcode:hover {
    background-position: 0 -5104px;
    height: 230px;
    width: 111px
}

.btn-sub a.bt-nhapcode.off {
    filter: grayscale(100%);
    cursor: not-allowed
}

.btn-sub a.bt-dieukhoan {
    background-position: 0 -2984px;
    height: 230px;
    width: 111px
}

.btn-sub a.bt-dieukhoan:hover {
    background-position: 0 -2754px;
    height: 230px;
    width: 111px
}

.btn-sub a.bt-dieukhoan.off {
    filter: grayscale(100%);
    cursor: not-allowed
}

.subpage .btn-sub a.bt-huongdan {
    background-position: 0 -3540px;
    height: 127px;
    width: 260px;
    margin: 0 0 10px 0
}

.subpage .btn-sub a.bt-huongdan:hover {
    filter: brightness(110%)
}

.subpage .btn-sub a.bt-huongdan.off {
    background-position: 0 -3540px;
    height: 127px;
    width: 260px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.subpage .btn-sub a.bt-dieukhoan, .subpage .btn-sub a.bt-nhapcode, .subpage .btn-sub a.bt-camnang {
    display: none
}

.FormSearch {
    width: 350px;
    background: #e4dcd1;
    border: #7d4c27 solid 2px;
    float: left;
    margin: 0 0 15px
}

.subpage .FormSearch {
    right: 0;
    position: absolute;
    top: 560px
}

.FormSearch input {
    background: 0;
    border: 0;
    float: left;
    width: 290px;
    padding-left: 10px;
    line-height: 30px;
    font-family: Arial;
    color: #000;
    outline: 0;
    font-size: 16px
}

.FormSearch .BtnSearch {
    outline: 0;
    background: url(./img/bt-search.png) 5px 3px no-repeat;
    height: 30px;
    width: 40px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    float: right
}

.FormSearch .BtnSearch:hover {
    filter: brightness(130%)
}

.hot-line {
    width: 350px;
    background: #e4dcd1;
    border: #7d4c27 solid 2px;
    float: right;
    margin: 0 0 15px
}

.hot-line img {
    float: left;
    padding-right: 5px
}

.hot-line p {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px
}

.hot-line p span {
    font-weight: normal;
    font-size: 14px
}

.footer {
    clear: both;
    width: 1920px;
    background: url(./img/bg-copyright.jpg) 0 0 no-repeat;
    background-size: cover;
    min-height: 24px;
    color: #b4a391;
    font-size: 14px;
    line-height: 25px;
    padding: 15px 0 15px;
    position: relative
}

.footer img {
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    width: auto;
    margin-left: -400px
}

.footer p {
    text-align: center;
}

.group-bt-footer {
    width: 1137px;
    height: 200px;
    background: url(./img/bg-footer-btn.png) center bottom no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -568px;
    bottom: 0;
    z-index: 2;
    bottom: 116px;
    padding-top: 17px
}

.group-bt-footer .qrcode {
    width: 171px;
    position: absolute;
    top: 0;
    left: 118px
}

.group-bt-footer a {
    display: block;
    text-indent: -9999px;
    position: absolute
}

.group-bt-footer .bt_ios {
    background-position: 0 -4077px;
    height: 69px;
    width: 166px;
    top: 18px;
    left: 305px
}

.group-bt-footer .bt_ios:hover {
    background-position: 0 -3794px;
    height: 69px;
    width: 166px
}

.group-bt-footer .bt_ios.off {
    background-position: 0 -4077px;
    height: 69px;
    width: 166px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.group-bt-footer .bt_android {
    background-position: 0 -1281px;
    height: 69px;
    width: 166px;
    top: 18px;
    left: 490px
}

.group-bt-footer .bt_android:hover {
    background-position: 0 -998px;
    height: 69px;
    width: 166px
}

.group-bt-footer .bt_android.off {
    background-position: 0 -1281px;
    height: 69px;
    width: 166px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.group-bt-footer .bt_apk {
    background-position: 0 -1633px;
    height: 69px;
    width: 166px;
    top: 90px;
    left: 305px
}

.group-bt-footer .bt_apk:hover {
    background-position: 0 -1350px;
    height: 69px;
    width: 166px
}

.group-bt-footer .bt_apk.off {
    background-position: 0 -1633px;
    height: 69px;
    width: 166px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.group-bt-footer .bt_pc {
    background-position: 0 -5847px;
    height: 69px;
    width: 166px;
    top: 90px;
    left: 490px
}

.group-bt-footer .bt_pc:hover {
    background-position: 0 -5564px;
    height: 69px;
    width: 166px
}

.group-bt-footer .bt_pc.off {
    background-position: 0 -5847px;
    height: 69px;
    width: 166px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.group-bt-footer .bt_napthe {
    background-position: 0 -4302px;
    height: 156px;
    width: 151px;
    top: 0;
    left: 670px
}

.group-bt-footer .bt_napthe:hover {
    background-position: 0 -4146px;
    height: 156px;
    width: 151px
}

.group-bt-footer .bt_napthe.off {
    background-position: 0 -4302px;
    height: 156px;
    width: 151px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.group-bt-footer .bt_congdong {
    background-position: 0 -2318px;
    height: 156px;
    width: 151px;
    top: 0;
    left: 835px
}

.group-bt-footer .bt_congdong:hover {
    background-position: 0 -2162px;
    height: 156px;
    width: 151px
}

.group-bt-footer .bt_congdong.off {
    background-position: 0 -2318px;
    height: 156px;
    width: 151px;
    filter: grayscale(100%);
    cursor: not-allowed
}

.subpage-sprite, .subpage-bg-paging-first-hov, .subpage-bg-paging-first-nor, .subpage-bg-paging-last-hov, .subpage-bg-paging-last-nor, .subpage-bg-paging-left-hov, .subpage-bg-paging-left-nor, .subpage-bg-paging-right-hov, .subpage-bg-paging-right-nor, .subpage-lib-download-hov, .subpage-lib-download, .subpage-lib-msk-pic-hov, .subpage-lib-msk-vid-hov, .subpage-lib-msk-vid, .pagination-container .pagination li.prev a, .pagination-container .pagination li.prev a:hover, .pagination-container .pagination li.prev.disabled a, .pagination-container .pagination li.prev.disabled a:hover, .pagination-container .pagination li.next a, .pagination-container .pagination li.next a:hover, .pagination-container .pagination li.next.disabled a, .pagination-container .pagination li.next.disabled a:hover, .pagination-container .pagination li.last a, .pagination-container .pagination li.last a:hover, .pagination-container .pagination li.last.disabled a, .pagination-container .pagination li.last.disabled a:hover, .pagination-container .pagination li.first a, .pagination-container .pagination li.first a:hover, .pagination-container .pagination li.first.disabled a, .pagination-container .pagination li.first.disabled a:hover, .library-posts li.vid a .posts__post-mask, .library-posts li.vid a:hover .posts__post-mask, .library-posts li a:hover .posts__post-mask, .library-posts li .posts__post-download, .library-posts li .posts__post-download:hover {
    background-image: url('./img/subpage-s512d98924a.png');
    background-repeat: no-repeat
}

.subpage-bg-paging-first-hov {
    background-position: 0 0;
    height: 30px;
    width: 30px
}

.subpage-bg-paging-first-nor {
    background-position: 0 -30px;
    height: 30px;
    width: 30px
}

.subpage-bg-paging-last-hov {
    background-position: 0 -60px;
    height: 30px;
    width: 30px
}

.subpage-bg-paging-last-nor {
    background-position: 0 -90px;
    height: 30px;
    width: 30px
}

.subpage-bg-paging-left-hov {
    background-position: 0 -120px;
    height: 30px;
    width: 30px
}

.subpage-bg-paging-left-nor {
    background-position: 0 -150px;
    height: 30px;
    width: 30px
}

.subpage-bg-paging-right-hov {
    background-position: 0 -180px;
    height: 30px;
    width: 30px
}

.subpage-bg-paging-right-nor {
    background-position: 0 -210px;
    height: 30px;
    width: 30px
}

.subpage-lib-download-hov {
    background-position: 0 -240px;
    height: 30px;
    width: 30px
}

.subpage-lib-download {
    background-position: 0 -270px;
    height: 30px;
    width: 30px
}

.subpage-lib-msk-pic-hov {
    background-position: 0 -300px;
    height: 320px;
    width: 320px
}

.subpage-lib-msk-vid-hov {
    background-position: 0 -620px;
    height: 320px;
    width: 320px
}

.subpage-lib-msk-vid {
    background-position: 0 -940px;
    height: 320px;
    width: 320px
}

.pagination-container {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    overflow: hidden
}

.pagination-container .pagination {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto
}

.pagination-container .pagination li {
    display: inline-block;
    float: left;
    margin: 0 5px
}

.pagination-container .pagination li a {
    background: #d4be99;
    color: #000;
    padding: 0 11px;
    display: block;
    font: bold 14px/32px Tahoma;
    text-decoration: none
}

.pagination-container .pagination li a:hover {
    background: #be3a37;
    color: #000
}

.pagination-container .pagination li.active a {
    background: #be3a37;
    color: #fff
}

.pagination-container .pagination li.first a, .pagination-container .pagination li.last a, .pagination-container .pagination li.prev a, .pagination-container .pagination li.next a {
    background-color: transparent;
    border: 0;
    padding: 0
}

.pagination-container .pagination li.disabled a, .pagination-container .pagination li.disabled a:hover {
    cursor: default;
    opacity: .3
}

.pagination-container .pagination li.prev a {
    background-position: 0 -150px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.prev a:hover {
    background-position: 0 -120px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.prev.disabled a, .pagination-container .pagination li.prev.disabled a:hover {
    background-position: 0 -150px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.next a {
    background-position: 0 -210px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.next a:hover {
    background-position: 0 -180px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.next.disabled a, .pagination-container .pagination li.next.disabled a:hover {
    background-position: 0 -210px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.last a {
    background-position: 0 -90px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.last a:hover {
    background-position: 0 -60px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.last.disabled a, .pagination-container .pagination li.last.disabled a:hover {
    background-position: 0 -90px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.first a {
    background-position: 0 -30px;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.first a:hover {
    background-position: 0 0;
    height: 30px;
    width: 30px
}

.pagination-container .pagination li.first.disabled a, .pagination-container .pagination li.first.disabled a:hover {
    background-position: 0 -30px;
    height: 30px;
    width: 30px
}

.article__detail ul.icon, .article__detail ul.Icon, .article__detail ul.disc, .article__detail ul.Disc, .article__detail ul.dash, .article__detail ul.Dash, .article__detail ul.decimal, .article__detail ul.Decimal, .article__detail ul.UpperAlpha, .article__detail ul.upper-alpha, .article__detail ul.lower-alpha, .article__detail ul.LowerCase {
    margin: 4px 0 6px 20px;
    clear: both
}

.article__detail ul.icon li, .article__detail ul.Icon li, .article__detail ul.disc li, .article__detail ul.Disc li, .article__detail ul.dash li, .article__detail ul.Dash li, .article__detail ul.decimal li, .article__detail ul.Decimal li, .article__detail ul.UpperAlpha li, .article__detail ul.upper-alpha li, .article__detail ul.lower-alpha li, .article__detail ul.LowerCase li {
    margin-bottom: 8px;
    list-style-type: none;
    text-align: justify
}

.article__detail ul.icon li ul, .article__detail ul.Icon li ul, .article__detail ul.disc li ul, .article__detail ul.Disc li ul, .article__detail ul.dash li ul, .article__detail ul.Dash li ul, .article__detail ul.decimal li ul, .article__detail ul.Decimal li ul, .article__detail ul.UpperAlpha li ul, .article__detail ul.upper-alpha li ul, .article__detail ul.lower-alpha li ul, .article__detail ul.LowerCase li ul {
    margin: 4px 0 6px 20px
}

.article__detail ul.icon li ul li, .article__detail ul.Icon li ul li, .article__detail ul.disc li ul li, .article__detail ul.Disc li ul li, .article__detail ul.dash li ul li, .article__detail ul.Dash li ul li, .article__detail ul.decimal li ul li, .article__detail ul.Decimal li ul li, .article__detail ul.UpperAlpha li ul li, .article__detail ul.upper-alpha li ul li, .article__detail ul.lower-alpha li ul li, .article__detail ul.LowerCase li ul li {
    margin-bottom: 8px
}
.article__detail ui li::market{
	unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.article__detail ul.icon li, .article__detail ul.Icon li {
    background: url(./img/article/icon.gif) 0 7px no-repeat;
    padding-left: 15px
}

.article__detail ul.icon li ul, .article__detail ul.Icon li ul {
    margin: 4px 0 6px 10px
}

.article__detail ul.dash li, .article__detail ul.Dash li {
    background: url(./img/icon_dash.gif) 0 10px no-repeat;
    padding-left: 15px
}

.article__detail ul.dash li ul, .article__detail ul.Dash li ul {
    margin: 4px 0 6px 10px
}

.article__detail ul.disc li, .article__detail ul.Disc li {
    background: url(./img/icon_disc.gif) 0 8px no-repeat;
    padding-left: 15px
}

.article__detail ul.disc li ul, .article__detail ul.Disc li ul {
    margin: 4px 0 6px 10px
}

.article__detail ul.decimal li, .article__detail ul.Decimal li {
    list-style-type: decimal;
    padding-left: 5px
}

.article__detail ul.UpperAlpha li, .article__detail ul.upper-alpha li {
    list-style-type: upper-alpha
}

.article__detail ul.lower-alpha li, .article__detail ul.LowerCase li {
    list-style-type: lower-alpha
}

.article__detail ul.tabHeader {
    background: 0;
    border-bottom: 1px solid #c0957e;
    height: 39px;
    width: 100%;
    margin: 10px 0;
    overflow: hidden
}

.article__detail ul.tabHeader ~ .tab__detail {
    display: none
}

.article__detail ul.tabHeader li {
    margin: 0;
    padding: 0 2px 0 0;
    height: 48px;
    float: left;
    white-space: nowrap;
    position: relative
}

.article__detail ul.tabHeader li a {
    border-bottom: 0;
    color: #4f675d;
    font: 18px/38px Tahoma;
    font-weight: bold;
    float: left;
    display: block;
    padding: 0 15px;
    text-align: center;
    text-decoration: none
}

.article__detail ul.tabHeader li a:hover {
    background: 0;
    border-bottom: 1px solid #a82a2d;
    color: #000
}

.article__detail ul.tabHeader li a.active {
    background: 0;
    border-bottom: 1px solid #a82a2d;
    color: #000
}

.article__detail ul.tabHeader li a.active:after {
    content: "";
    background: #a82a2d;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    margin-left: -6px;
    transform: rotate(45deg)
}

.article__detail ul.anchor-link, .article__detail ul.AnchorLink {
    background: 0;
    border: 1px solid #b9a783;
    margin: 10px 0;
    padding: 8px 20px;
    overflow: hidden
}

.article__detail ul.anchor-link li, .article__detail ul.AnchorLink li {
    float: left;
    width: 50%
}

.article__detail ul.anchor-link li a, .article__detail ul.AnchorLink li a {
    background: url(./img/anchorlink.gif) no-repeat 0 15px;
    color: #c82f00;
    float: left;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 10px;
    text-decoration: none
}

.article__detail ul.anchor-link li a:hover, .article__detail ul.AnchorLink li a:hover {
    background: url(./img/anchorlink-hov.gif) no-repeat 0 15px;
    color: #2170d3;
    text-decoration: underline
}

.article__detail table {
    margin: 10px auto;
    border-collapse: collapse
}

.article__detail table tr.OddRow, .article__detail table tr.odd {
    background: #fefaf4
}

.article__detail table tr.EvenRow, .article__detail table tr.even {
    background: #e1dfda
}

.article__detail table th {
    background: #6e5234;
    border: 1px solid #b9a783;
    color: #f0e4cf;
    padding: 5px 10px;
    text-align: center;
    font-weight: bolder
}

.article__detail table td {
    border: 1px solid #b9a783;
    padding: 3px 10px
}

.article__detail table.no-border tr:nth-child(odd), .article__detail table.no-border tr.OddRow, .article__detail table.no-border tr.odd, .article__detail table.no-border tr:nth-child(even), .article__detail table.no-border tr.EvenRow, .article__detail table.no-border tr.even {
    background: 0
}

.article__detail table.no-border th, .article__detail table.no-border td {
    background: 0;
    border: 0;
    text-align: left;
    padding: 0;
    font-weight: normal
}

.article__detail table.no-border .icon {
    margin-left: 0
}

.article__detail table img {
    margin: 0;
    display: inline
}

.article__detail table .right, .article__detail table .HorzRight, .article__detail table .horz-right {
    text-align: right !important
}

.article__detail table .center, .article__detail table .HorzCenter, .article__detail table .horz-center {
    text-align: center !important
}

.article__detail table .VeztTop, .article__detail table .vezt-top {
    vertical-align: top !important
}

.article__detail .notice-box, .article__detail .NoticeBox {
    background: #fefaf4;
    border: 1px solid #b9a783;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 10px
}

.article__detail .notice-box p.Legend, .article__detail .notice-box p.legend, .article__detail .NoticeBox p.Legend, .article__detail .NoticeBox p.legend {
    background: #be3a37;
    border: 1px solid #b9a783;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin: -20px 0 10px;
    padding: 0 15px;
    position: absolute
}

.article__detail p {
    padding: 5px 0;
    text-align: justify
}

.article__detail p.center img, .article__detail p.TextCenter img {
    display: block;
    text-align: center;
    margin: 0 auto
}

.article__detail img {
    margin: 0;
    padding: 0
}

.article__detail img.ImgLeft, .article__detail img.left {
    float: left;
    margin: 5px 10px 5px 0
}

.article__detail img.ImgRight, .article__detail img.right {
    float: right;
    margin: 5px 0 5px 10px
}

.article__detail img.NoBorderImg, .article__detail img.no-boder {
    border: 0;
    background: 0;
    padding: 0
}

.article__detail img.BorderImg, .article__detail img.border {
    background-color: #a48967;
    border: 1px solid #a48967;
    padding: 1px
}

.article__detail img ~ br {
    height: 0;
    display: none
}

.article__detail img ~ .center, .article__detail img.center {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    color: #424242;
    font-style: italic
}

.article__detail .FirstChar {
    padding: 4px 4px 0 0;
    line-height: 30px;
    font-size: 40px;
    float: left
}

.article__detail .center, .article__detail .TextCenter {
    text-align: center
}

.article__detail .strong, .article__detail .strong01 {
    font-weight: bold
}

.article__detail .strong02 {
    font-weight: bold;
    color: #c82f00
}

.article__detail h4 {
    background: url(./img/article/icon_h4.png) no-repeat;
    background-position: 0 0;
    clear: both;
    font: bold 22px/40px Tahoma;
    color: #be3a37;
    text-indent: 33px;
    margin-top: 5px
}

.article__detail h4 ~ p, .article__detail h4 ~ ul, .article__detail h4 ~ table, .article__detail h4 ~ div {
    margin-left: 33px
}

.article__detail h4 ~ table {
    max-width: 692px
}

.article__detail h5 {
    background: url(./img/article/icon_h5.png) no-repeat;
    background-position: 0 5px;
    clear: both;
    font: bold 18px/20px Tahoma;
    color: #42b2ac;
    margin-top: 5px;
    margin-left: 33px;
    text-indent: 20px
}

.article__detail h5 ~ p, .article__detail h5 ~ ul, .article__detail h5 ~ table, .article__detail h5 ~ div {
    margin-left: 53px
}

.article__detail h5 ~ table {
    max-width: 672px
}

.article__detail .user-info p {
    background: #725a40;
    border-bottom: 0;
    font: 15px/30px Tahoma;
    color: #ece1cb;
    clear: both;
    position: relative;
    height: 30px;
    width: 100%;
    margin: 10px auto;
    padding: 0;
    text-align: right
}

.article__detail .user-info p a {
    color: #ece1cb
}

.article__detail .user-info p a:hover {
    color: #ece1cb
}

.article__detail .user-info p #link-function {
    background: url(./img/article/function.png) no-repeat right center;
    padding: 0 25px;
    text-decoration: none;
    cursor: pointer
}

.article__detail form {
    margin: 10px auto;
    width: 600px
}

.article__detail form fieldset legend {
    display: none
}

.article__detail form ul {
    list-style: none;
    margin: 0
}

.article__detail form ul > li {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0
}

.article__detail form ul.Radio {
    clear: none;
    float: left;
    list-style: none;
    overflow: hidden;
    width: 280px;
    margin: 0
}

.article__detail form ul.Radio li {
    float: left;
    line-height: 28px;
    margin: 0;
    padding: 0
}

.article__detail form ul.Radio li input {
    float: none;
    height: auto;
    width: auto
}

.article__detail form ul.RadioLine li {
    clear: none;
    float: left;
    width: 100%;
    overflow: hidden
}

.article__detail form ul.RadioLine li p {
    width: 40%;
    float: left;
    text-align: left
}

.article__detail form ul.RadioLine li input {
    width: auto;
    float: left;
    margin: 4px 33px 10px;
    outline: 0
}

.article__detail form ul.RadioLine li span {
    float: left;
    overflow: hidden;
    width: 20%
}

.article__detail form ul.RadioLine li span.Space {
    float: left;
    width: 40%;
    height: 1px
}

.article__detail form ul.Checkbox {
    clear: none;
    float: left;
    list-style: none;
    overflow: hidden;
    margin: 5px 0;
    padding: 0;
    width: 310px
}

.article__detail form ul.Checkbox li {
    float: left;
    margin: 0 0 8px 0;
    padding: 0
}

.article__detail form ul.Checkbox li.AnotherIdea {
    clear: both;
    width: 100%
}

.article__detail form ul.Checkbox li input {
    float: none;
    height: auto;
    width: auto
}

.article__detail form ul.Slider li .SliderHead {
    float: right
}

.article__detail form ul.Slider li .Less, .article__detail form ul.Slider li .Great, .article__detail form ul.Slider li .slider {
    float: left;
    width: 19%
}

.article__detail form ul.Slider li input {
    width: auto;
    margin: 3px 0 0 0;
    float: left
}

.article__detail form textarea {
    border: 1px solid #9a8465;
    background: #decda6;
    color: #2c221b;
    width: 268px;
    height: 80px;
    margin-bottom: 10px
}

.article__detail form select {
    border: 1px solid #9a8465;
    background: #decda6;
    color: #2c221b;
    text-align: center;
    width: 272px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 0 6px
}
.article__detail form .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.article__detail form .label-danger {
    background-color: #d9534f
}
.article__detail form p{
	text-align: center!important;
}
.article__detail form .frm_notice_success {
    color: #9ca866;
    padding: 20px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
}
.article__detail form .frm_notice_success span {
    color: #f09950;
}
.article__detail form .label-success {
    background-color: #5cb85c
}
.btn-primary {
    color: #fff!important;
    background-color: #428bca;
    border-color: #357ebd
}
.btn-danger {
    color: #fff!important;
    background-color: #428bca;
    border-color: #357ebd
}
.btn-success {
    color: #fff!important;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn:active,
.btn.active {
    background-image: none
}
.btn-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc
}
.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px
}
.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb
}
.btn-primary {
    background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #2d6ca2;
    background-position: 0 -15px
}
.btn-primary:active,
.btn-primary.active {
    background-color: #2d6ca2;
    border-color: #2b669a
}
.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}
.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px
}
.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e
}
.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9
}
.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px
}
.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9
}
.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13
}
.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px
}
.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13
}
.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28
}
.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px
}
.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28
}
.article__detail form label {
    clear: left;
    float: left;
    display: block;
    text-align: right;
    width: 150px;
    height: 28px;
    padding-right: 10px;
    font-size: 12px;
	font-weight: bold
}

.article__detail form input {
    background: #decda6;
    border: 1px solid #9a8465;
    color: #2c221b;
    width: 250px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px
}
.article__detail form button {
    background: #decda6;
    border: 1px solid #9a8465;
    color: #2c221b;
    width: 250px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px
}

.article__detail form input.Verify {
    width: 110px;
    margin: 0 0 0 10px;
    clear: right
}

.article__detail form input.BtnReg, .article__detail form input.BtnReset {
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 15px 10px 0 170px;
    padding: 0 !important
}

.article__detail form input.BtnReset {
    width: auto;
    margin: 15px 10px 0 0
}

.article__detail form .Require {
    color: #c82f00
}

.article__detail form .Note {
    background: url(./img/Note.jpg) no-repeat 0 -4px #999;
    width: 115px;
    height: 20px;
    padding-left: 5px;
    text-align: left;
    float: right;
    color: #fff;
    font-size: 11px;
    line-height: 20px
}

.article__detail form .ImgVerify {
    float: left;
    margin: 0 10px 0 0
}

.article__detail form p {
    margin: 0;
    padding: 0;
    text-align: left
}

.article__detail form p.TextNote {
    color: #c82f00;
    font-size: 11px;
    font-family: Arial;
    padding: 0 0 0 170px
}

#list-function {
    background: #725a40;
    border: 1px solid #725a40;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    width: 200px;
    padding: 5px 0 8px;
    display: none
}

#list-function.active {
    display: block
}

#list-function li {
    margin-left: 10px;
    text-align: left;
    line-height: 20px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap
}

#list-function li a {
    text-decoration: none;
    background: url(./img/function-icon.gif) no-repeat 0 center;
    padding-left: 10px;
    color: #ece1cb
}

#list-function li a:hover {
    color: #ecb477;
    text-decoration: underline
}

#list-function li.Off a {
    color: #a28568;
    cursor: default;
    text-decoration: none
}

.Popup {
    background: #725a40;
    border: 1px solid #725a40;
    color: #ece1cb;
    display: block;
    position: absolute;
    padding: 27px 0 0;
    width: 640px;
    z-index: 100
}

.Popup a.PopupClose {
    color: #ece1cb;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    right: 9px;
    width: 50px;
    height: 27px;
    line-height: 27px
}

.Popup a.PopupClose:hover {
    color: #ece1cb;
    text-decoration: none
}

.Popup .InnerContent {
    background: #decda6;
    border: 1px solid #9a8465;
    color: #2c221b;
    height: auto;
    padding: 10px;
    width: auto
}

.wrapper-out .wrapper {
    background: url(./img/bg-sub-cl.jpg) top center no-repeat #d7e4ec;
    width: 1920px
}

.main-content {
    width: 843px
}

.main-content--bot {
    background: url(./img/main-content-bottom.png) no-repeat 0 bottom;
    padding-bottom: 95px
}

.main-content__title {
    background: url(./img/main-content-title.png) no-repeat 0 0;
    padding-left: 50px;
    height: 76px;
    padding-top: 15px
}

.main-content__title h1 {
    height: 40px;
    color: #efaf12;
    font: bold 23px/50px Arial
}

.main-content__title #breadcrumb {
    background: url(./img/icon-breadcrumb.png) no-repeat 0 4px;
    padding-left: 18px
}

.main-content__title #breadcrumb li {
    display: inline-block;
    color: #faf1e3
}

.main-content__title #breadcrumb li a {
    color: #faf1e3;
    text-decoration: none
}

.main-content__title #breadcrumb li a:hover {
    color: #faf1e3;
    text-decoration: underline
}

.main-content__title #breadcrumb li.active, .main-content__title #breadcrumb li:last-child {
    font-weight: bold;
    color: #faf1e3
}

.main-content div.plugin-social-block-p {
    background: 0;
    border-bottom: 1px solid #6e5234;
    margin-bottom: 20px;
    width: 725px
}

.main-content div.plugin-social-block-p.active {
    background: #f4d9ae;
    position: fixed;
    top: 0;
    z-index: 100
}

.main-content .content-article {
    background: url(./img/main-content-loop.png) 0 0 repeat-y;
    width: 100%
}

.main-content article {
    background: url(./img/main-content-top.png) no-repeat 0 0;
    padding: 40px 60px 10px;
    color: #2c221b;
    width: 725px;
    min-height: 680px
}

.main-content article article {
    padding: 0
}

.main-content article iframe {
    display: block
}

.main-content article a {
    color: #2170d3;
    text-decoration: underline
}

.main-content article a:hover {
    color: #c82f00;
    text-decoration: underline
}

.main-content article .article__title {
    color: #1f1f1f;
    font: bold 22px/34px Tahoma;
    text-align: left
}

.main-content article .article__time {
    display: block;
    color: #2c221b;
    font-size: 14px;
    padding-bottom: 10px;
    text-align: right
}

.main-content article .article__detail {
    clear: both
}

ul.posts__tab {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px
}

ul.posts__tab li {
    float: left;
    position: relative;
    padding-right: 2px;
    margin: 0
}

ul.posts__tab li a {
    border: 2px solid #fff;
    color: #2d2c2a;
    display: block;
    font: bold 15px/30px Tahoma;
    padding: 5px 20px;
    text-decoration: none
}

ul.posts__tab li a:hover, ul.posts__tab li a.active, ul.posts__tab li.Active a {
    border-bottom: 2px solid #a82a2d;
    color: #a82a2d;
    text-decoration: none
}

ul.posts__tab li a:hover:after, ul.posts__tab li a.active:after, ul.posts__tab li.Active a:after {
    content: "";
    margin-left: -5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 10px;
    height: 6px
}

.posts__list li {
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
    height: 40px
}

.posts__list li:last-child {
    border-bottom: 0
}

.posts__list li a {
    color: #2c221b;
    line-height: 40px;
    text-decoration: none
}

.posts__list li a:hover {
    color: #c82f00
}

.posts__list li a span {
    float: left
}

.posts__list li a .posts__post-cate {
    color: #817b73;
    width: 90px;
    height: 22px;
    margin: 8px 10px 8px 0;
    font: 14px/28px Tahoma;
    text-align: center;
    text-transform: uppercase
}

.posts__list li a .posts__post-date {
    font-size: 14px;
    float: right;
    color: #999
}

.posts__list.event-posts li {
    padding: 15px 0 20px;
    height: auto;
    float: left
}

.posts__list.event-posts li a {
    line-height: 22px;
    float: left
}

.posts__list.event-posts li a:hover img {
    border: 1px solid #c82f00
}

.posts__list.event-posts li a:hover .posts__post-title {
    text-decoration: none
}

.posts__list.event-posts li a span {
    width: 445px
}

.posts__list.event-posts li a img {
    border: 1px solid #b9a783;
    margin-right: 20px;
    margin-top: 5px;
    float: left;
    width: 140px;
    height: 80px
}

.posts__list.event-posts li a .posts__post-title {
    font-weight: bold
}

.posts__list.event-posts li a .posts__post-date {
    float: left
}

.posts__list.event-posts li a .posts__post-intro {
    float: left;
    color: #2c221b
}

.library-posts li {
    border: 0;
    display: block;
    float: left;
    position: relative;
    margin: 20px;
    height: 320px;
    width: 320px
}

.library-posts li.vid a .posts__post-mask {
    background-position: 0 -940px;
    height: 320px;
    width: 320px
}

.library-posts li.vid a:hover .posts__post-mask {
    background-position: 0 -620px;
    height: 320px;
    width: 320px
}

.library-posts li a {
    display: block;
    float: left;
    position: relative
}

.library-posts li a img {
    display: block;
    width: 320px;
    height: 320px;
    border: 1px solid #b9a783
}

.library-posts li a .posts__post-mask {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 4
}

.library-posts li a:hover .posts__post-mask {
    background-position: 0 -300px;
    height: 320px;
    width: 320px
}

.library-posts li a:hover img {
    border: #2f3846 solid 1px
}

.library-posts li a:hover .posts__post-title {
    color: #c82f00
}

.library-posts li a .posts__post-title {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    width: 300px;
    height: 30px;
    line-height: 33px;
    color: #c0c8db;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 0 10px
}

.library-posts li .posts__post-download {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background-position: 0 -270px;
    height: 30px;
    width: 30px;
    z-index: 10;
    font-size: 9px;
    text-indent: -9999px
}

.library-posts li .posts__post-download:hover {
    background-position: 0 -240px;
    height: 30px;
    width: 30px
}

.block-relate-news h4 {
    background: #6e5234;
    color: #fff;
    font: bold 17px/35px Arial;
    text-indent: 15px;
    margin-bottom: 10px
}

.block-relate-news .posts__list li {
    background: url(./img/icon-new.png) no-repeat left center;
    height: 30px
}

.block-relate-news .posts__list li a {
    text-indent: 15px;
    line-height: 30px;
    color: #2170d3
}

.block-relate-news .posts__list li a:hover {
    color: #c82f00
}

.block-relate-news .posts__list li .posts__post-cate {
    display: none
}

.tags {
    border-bottom: 1px solid #9e7e61;
    margin: 15px 0;
    padding: 10px 0
}

.tags .title {
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 5px;
    color: #725a40;
    text-transform: uppercase
}

.tags a:link, .tags a:visited {
    text-decoration: underline
}

.tags a:hover {
    text-decoration: none
}

.tags-list h3 {
    color: #b20000
}

.tags-list h3 strong {
    font-weight: bold;
    font-style: italic
}

.tags-list .tags-list__content ul {
    overflow: hidden
}

.tags-list .tags-list__content ul > li {
    list-style: none;
    overflow: hidden;
    position: relative;
    height: 40px;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
    margin: 0
}

.tags-list .tags-list__content ul > li a:link, .tags-list .tags-list__content ul > li a:visited {
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    display: block
}

.tags-list .tags-list__content ul > li a:hover {
    text-decoration: underline
}

/*.bottomWrapper {*/
/*    margin-top: 800px;*/
/*}*/

.bottomWrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    height: 420px;
    overflow: hidden;
    padding-left: 110px;
    right: 0;
    left: 0;
    bottom: 55px;
}

.bottomWrapper img {
    height: 580px;
}

.bottomWrapper .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
}

.bottomWrapper .align-item-center {
    align-items: center;
}

.align-item-center {
    margin: auto;
}

.bottomWrapper .taigame {
    background-image: url(./img/btm-bt-taigame.png);
    width: 270px;
    height: 209px;
    cursor: pointer;
}

.bottomWrapper .dangky {
    background-image: url(./img/btm-bt-dangky.png);
    width: 250px;
    height: 100px;
}

.bottomWrapper .napthe {
    background-image: url(./img/btm-bt-napthe.png);
    width: 250px;
    height: 100px;
}
.btn-action {
    display: inline-block;
}
.d-flex {
    display: flex;
}

.taigame {
    background-image: url(./img/btm-bt-taigame.png);
    width: 260px;
    height: 199px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
}

#leftis .search_hotline {
    background: url(./img/search_hotline.png) top right repeat-y;
    width: 216px;
    height: 97px;
}

#leftis .tophd {
    background: url(./img/tophd.png) top no-repeat;
    height: 34px;
    width: 216px;
    padding-top: 20px;
}

#leftis .centerhd {
    background: url(./img/centermenu.png) top left repeat-y;
    width: 216px;
    margin-top: -1px;
    font-size: 12px;
}

.bottomhd {
    width: 216px;
    height: 64px;
    background: url(./img/bottomhd.png) no-repeat top center;
    margin-top: -1px;
}

#leftis .congrong {
    background: url(./img/conrong.png) top right repeat-y;
    width: 216px;
}

#leftis .congrong ul {
    list-style: none;
}

#leftis .tophd h2 {
    background: url(./img/h2menu.jpg) center no-repeat;
    line-height: 35px;
    color: #f2c229;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #241a10;
    text-align: center;
}

#leftis .congrong ul li {
    background: url(./img/bgli.png) top left no-repeat;
}

.subcon {
    border: 1px #574c3b solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1c1e21;
    padding: 30px;
    margin: 0px 20px;
}

.subcon ul li {
    background: url(./img/lisub.gif) left center no-repeat !important;
    color: #FFF;
    line-height: 40px;
    padding-bottom: 50px;
    padding-left: 10px;
}

.subcon ul li a {
    color: #FFF;
    line-height: 50px;
}

#leftis .congrong b {
    display: block;
    width: 194px;
   /* background: url(./img/bgli.png) top left no-repeat;*/
    height: 21px;
	    background-color: #2c6583;
    padding-left: 20px;
    padding-top: 10px;
}

#leftis .congrong b span {
    display: block;
    color: #FFF;
    float: left;
    background: url(./img/lipoint.gif) left center no-repeat;
    padding-left: 20px;
    cursor: pointer;
}

#leftis .congrong b.selected span {
    color: #FF0;
}

.search_input {
    width: 148px;
    height: 25px;
    padding-top: 15px;
    padding-left: 30px;
    float: left;
}

.search_input_btn {
    float: left;
    padding-top: 35px;
}

.search_input input.inputtext {
    width: 140px;
    height: 25px;
    background: none;
    border: 0px;
}

#leftis {
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.linesub {
    background: url(./img/linesubmenu.gif) center no-repeat !important;
    height: 1px;
    padding: 2px 0px;
    display: block;
    line-height: 1px;
    font-size: 1px;
}

.subcap2ul {
    padding: 1px 0px;
}

.subcap2 a {
    color: #a4a09a;
	font-size: 10px;
}

.subcap2 {
    padding-left: 10px;
    margin-left: 10px;
    line-height: 18px !important;
    background: none !important;
    color: #a4a09a;
    background: url(./img/li2.gif) left top no-repeat !important;
}

.form-group {
	margin-bottom: 10px
}

.btn-register {
	margin-left: 160px;
	margin-top: 50px;
    background-image: url(./img/btm-bt-dangky.png)!important;
    width: 250px!important;
    height: 105px!important;
	cursor: pointer
}

.btn-login {
	margin-left: 160px;
	margin-top: 50px;
    width: 150px;
	background: #e3ecfa!important;
	cursor: pointer
}

.text-danger {
	font-size: 22px;
	color: #810000;
	padding-left: 120px;
}

.text-success {
	font-size: 12px;
	color: #4caf50;
	padding-left: 220px;
}

.form-control {
    display: block;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #e8e5d3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#noidungchuyenkhoan {
	font-weight: bold;
	color: #000;
	border: 2px solid #7386a6;
	padding: 7px 12px;
	border-radius: 4px;
}

#copyBtn {
    display: inline-block;
    border: 2px solid #7386a6;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 20px;
    border-radius: 4px;
    color: #ffe5bf;
    background: #4a5d7e;
}

#copyBtn:hover {
	background: #374d75;
}

