/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 99999
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox_sprite.html')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.html') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.html');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 10000;
    background: url('../images/fancybox_overlay.html')
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    padding: 0 10px
}

.fancybox-title a {
    padding: 0 10px;
    font-size: 15px
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

h3.Title {
    display: none
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancybox_sprite%402x.html');
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url('../images/fancybox_loading%402x.html');
        background-size: 24px 24px
    }
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: 0
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none
}

.Rating {
    width: 150px;
    height: 90px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1000
}

.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(../images/nph-0.html) no-repeat
}

.Rating_nph_12 {
    background: url(../images/nph-12.html) no-repeat
}

.Rating_nph_18 {
    background: url(../images/nph-18.html) no-repeat
}

.Rating_vng_0 {
    background: url(../images/vng-0.html) no-repeat
}

.Rating_vng_12 {
    background: url(../images/vng-12.html) no-repeat
}

.Rating_vng_18 {
    /* background: url(../images/vng-18.jpg) no-repeat */
}

.Rating_long-dinh_0 {
    background: url(../images/long-dinh-0.html) no-repeat
}

.Rating_long-dinh_12 {
    background: url(../images/long-dinh-12.html) no-repeat
}

.Rating_long-dinh_18 {
    background: url(../images/long-dinh-18.html) no-repeat
}

.Rating_minh-phuong-thinh_0 {
    background: url(../images/minh-phuong-thinh-0.html) no-repeat
}

.Rating_minh-phuong-thinh_12 {
    background: url(../images/minh-phuong-thinh-12.html) no-repeat
}

.Rating_minh-phuong-thinh_18 {
    background: url(../images/minh-phuong-thinh-18.html) no-repeat
}

.Rating_nguyen-bao_0 {
    background: url(../images/nguyen-bao-0.html) no-repeat
}

.Rating_nguyen-bao_12 {
    background: url(../images/nguyen-bao-12.html) no-repeat
}

.Rating_nguyen-bao_18 {
    background: url(../images/nguyen-bao-18.html) no-repeat
}

.Rating_bp_0 {
    background: url(../images/bp-0.html) no-repeat
}

.Rating_bp_12 {
    background: url(../images/bp-12.html) no-repeat
}

.Rating_bp_18 {
    background: url(../images/bp-18.html) no-repeat
}

.M_Rating_vng_0 {
    background: url(../images/m-vng-0.html) no-repeat
}

.M_Rating_vng_12 {
    background: url(../images/m-vng-12.html) no-repeat
}

.M_Rating_vng_18 {
    background: url(../images/m-vng-18.html) no-repeat
}

.M_Rating_long-dinh_0 {
    background: url(../images/m-long-dinh-0.html) no-repeat
}

.M_Rating_long-dinh_12 {
    background: url(../images/m-long-dinh-12.html) no-repeat
}

.M_Rating_long-dinh_18 {
    background: url(../images/m-long-dinh-18.html) no-repeat
}

.M_Rating_minh-phuong-thinh_0 {
    background: url(../images/m-minh-phuong-thinh-0.html) no-repeat
}

.M_Rating_minh-phuong-thinh_12 {
    background: url(../images/m-minh-phuong-thinh-12.html) no-repeat
}

.M_Rating_minh-phuong-thinh_18 {
    background: url(../images/m-minh-phuong-thinh-18.html) no-repeat
}

.M_Rating_nguyen-bao_0 {
    background: url(../images/m-nguyen-bao-0.html) no-repeat
}

.M_Rating_nguyen-bao_12 {
    background: url(../images/m-nguyen-bao-12.html) no-repeat
}

.M_Rating_nguyen-bao_18 {
    background: url(../images/m-nguyen-bao-18.html) no-repeat
}

.M_Rating_bp_0 {
    background: url(../images/m-bp-0.html) no-repeat
}

.M_Rating_bp_12 {
    background: url(../images/m-bp-12.html) no-repeat
}

.M_Rating_bp_18 {
    background: url(../images/m-bp-18.html) no-repeat
}

.M_Rating_nph_0 {
    background: url(../images/m-nph-0.html) no-repeat
}

.M_Rating_nph_12 {
    background: url(../images/m-nph-12.html) no-repeat
}

.M_Rating_nph_18 {
    background: url(../images/m-nph-18.html) no-repeat
}

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-btn-dieukhoan-hov,
.layout-btn-dieukhoan,
.layout-btn-giftcode-hov,
.layout-btn-giftcode,
.layout-btn-zingid-hov,
.layout-btn-zingid,
.layout-main-nav__event-hov,
.layout-main-nav__event,
.layout-main-nav__feature-hov,
.layout-main-nav__feature,
.layout-main-nav__home-hov,
.layout-main-nav__home,
.layout-main-nav__support-hov,
.layout-main-nav__support,
.layout-main-nav__lib-hov,
.layout-main-nav__lib,
.layout-main-nav__social-hov,
.layout-main-nav__social,
.layout-top-hov,
.layout-top,
.top,
.top:hover,
.btn-sub a.btn-1,
.btn-sub a.btn-1:hover,
.btn-sub a.btn-2,
.btn-sub a.btn-2:hover,
.btn-sub a.btn-3,
.btn-sub a.btn-3:hover {
    background-image: url('../images/layout-img.png');
    background-repeat: no-repeat
}

.layout-btn-dieukhoan-hov {
    background-position: 0 0;
    height: 70px;
    width: 256px
}

.layout-btn-dieukhoan {
    background-position: 0 -70px;
    height: 70px;
    width: 256px
}

.layout-btn-giftcode-hov {
    background-position: 0 -140px;
    height: 70px;
    width: 256px
}

.layout-btn-giftcode {
    background-position: 0 -210px;
    height: 70px;
    width: 256px
}

.layout-btn-zingid-hov {
    background-position: 0 -280px;
    height: 70px;
    width: 256px
}

.layout-btn-zingid {
    background-position: 0 -350px;
    height: 70px;
    width: 256px
}

.layout-main-nav__event-hov {
    background-position: 0 -420px;
    height: 78px;
    width: 145px
}

.layout-main-nav__event {
    background-position: 0 -498px;
    height: 78px;
    width: 145px
}

.layout-main-nav__feature-hov {
    background-position: 0 -576px;
    height: 78px;
    width: 145px
}

.layout-main-nav__feature {
    background-position: 0 -654px;
    height: 78px;
    width: 145px
}

.layout-main-nav__home-hov {
    background-position: 0 -732px;
    height: 78px;
    width: 135px
}

.layout-main-nav__home {
    background-position: 0 -810px;
    height: 78px;
    width: 135px
}

.layout-main-nav__support-hov {
    background-position: 0 -888px;
    height: 78px;
    width: 152px
}

.layout-main-nav__support {
    background-position: 0 -966px;
    height: 78px;
    width: 152px
}

.layout-main-nav__lib-hov {
    background-position: 0 -1044px;
    height: 78px;
    width: 144px
}

.layout-main-nav__lib {
    background-position: 0 -1122px;
    height: 78px;
    width: 144px
}

.layout-main-nav__social-hov {
    background-position: 0 -1200px;
    height: 78px;
    width: 133px
}

.layout-main-nav__social {
    background-position: 0 -1278px;
    height: 78px;
    width: 133px
}

.layout-top-hov {
    background-position: 0 -1356px;
    height: 40px;
    width: 40px
}

.layout-top {
    background-position: 0 -1396px;
    height: 40px;
    width: 40px
}

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(../images/loading.html) no-repeat center;
    width: 100%;
    height: 200px;
    margin: 0 auto
}

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

a.page-header__logo,
.game-info a,
.search__button,
#main-nav ul>li>a,
.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;
    /*font: 0/0 a;*/
	color: transparent;
    text-shadow: none;
}

.game-info-sprite,
.game-info-logo-vng
{
    background-image: url('../images/game-info-sc62e22e4a0.png');
    background-repeat: no-repeat
}

.game-info-logo-vng {
    background-position: 0 0;
    height: 49px;
    width: 33px
}

.game-info {
	min-height: 155px;
	display: block;
}

.game-info a {
    float: left
}

.game-info__download {
    background: url(../images/qrcode.html) no-repeat;
    width: 290px;
    height: 190px
}

.game-download {
    background: url(../images/download.gif) no-repeat;
    width: 300px;
    height: 100px;
    position: absolute;
    top: 0;
    left: -5px;
}

.game-download:hover {
    background: url(../images/download-hov.png) no-repeat
}

.game-download.off,
.game-download.off:hover {
    background: url(../images/download-off.html) no-repeat;
    cursor: not-allowed
}

.game-info__reg {
    background-position: 0 -331px;
    height: 41px;
    width: 150px;
    position: absolute;
    top: 100px;
    left: -5px;
    background: url(../images/bt-dkn.png) no-repeat 0 0;
}

.game-info__reg:hover {
    background-position: 0 -437px;
    height: 53px;
    width: 153px;
	background: url(../images/bt-dkn.png) no-repeat 0 -39px;
}

.game-info__reg.Off {
    background-position: 0 -384px;
    height: 53px;
    width: 153px;
    cursor: default
}

.game-info__donate {
    background-position: -1px -49px;
    height: 41px;
    width: 150px;
    position: absolute;
    top: 100px;
    left: 145px;
    background: url(../images/bt-dkn.png) no-repeat -150px 0;
}

.game-info__donate:hover {
    background-position: 0 -155px;
    height: 53px;
    width: 153px;
	background: url(../images/bt-dkn.png) no-repeat -150px -39px;
}

.game-info__donate.Off {
    background-position: 0 -102px;
    height: 53px;
    width: 153px;
    cursor: default
}

footer {
    clear: both;
    width: 1000px;
    margin: 0 auto
}

footer .copyright {
    padding: 50px 0
}

footer .copyright p {
    float: left;
    font-size: 0;
    margin: 0 10px
}

footer .copyright img {
    margin-left: 110px;
	width: 200px;
	height: 80px;
}

footer .copyright .text {
    width: 650px;
    margin: 0;
    font-size: 14px;
    color: #bbb;
    padding: 0;
    text-align: left
}

div#popup-social-home {
    top: 150px!important
}

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

.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
}

#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: #02355d;
    border: 1px solid #02355d;
    color: #fff
}

#main-nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: rgb(2 32 62 / 75%);
}

#main-nav ul {
    width: 960px;
	margin: 0 auto;
}

#main-nav ul>li {
    float: left;
    position: relative;
	width: 110px;
}

#main-nav ul>li a {
	color: #ffc966;
	/* text-shadow: 2px 2px #000; */
    height: 75px;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-right: 25px;
}

#main-nav ul>li>a:hover {
    color: orange;
    /* background: none !important; */
	background: url(../images/menu-hov.png) no-repeat center -9px;
}

#main-nav ul>li>a.active {
	background: url(../images/menu-hov.png) no-repeat center -9px;
}

#main-nav ul>li>a.main-nav__event {
    padding-left: 13px;
}

#main-nav ul>li>a.main-nav__event.off {
    opacity: .3
}

#main-nav ul>li>a.main-nav__feature {
    padding-left: 10px;
}

#main-nav ul>li>a.main-nav__feature.off {
    opacity: .3
}

#main-nav ul>li>a.main-nav__home {
    padding-left: 0;
}

#main-nav ul>li>a.main-nav__home.off {
    opacity: .3
}

#main-nav ul>li>a.main-nav__lib {
    padding-left: 248px;
}

#main-nav ul>li>a.main-nav__lib.off {
    opacity: .3
}

#main-nav ul>li>a.main-nav__support {
    padding-left: 15px;
    padding-right: 0;
}

#main-nav ul>li>a.main-nav__support.off {
    opacity: .3
}

#main-nav ul>li>a.main-nav__social {
    padding-left: 13px;
}


#main-nav ul>li>a.main-nav__social.off {
    opacity: .3
}

#main-nav ul>li:hover ul {
    display: block
}

#main-nav ul>li>ul {
    background: #191e2c;
    border-bottom: 1px solid #526bb7;
    padding-top: 10px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 78px;
    left: 50%;
    margin-left: -84px;
    width: 170px;
    height: auto;
    z-index: 9999
}

#main-nav ul>li>ul>li {
    width: 170px;
    border-bottom: 1px solid #2f374d
}

#main-nav ul>li>ul>li:last-child {
    border-bottom: 0
}

#main-nav ul>li>ul>li ul {
    display: none
}

#main-nav ul>li>ul>li a {
    color: #e6e6e6;
    height: auto;
    font: 16px/35px Arial;
    text-align: center
}

#main-nav ul>li>ul>li a:hover,
#main-nav ul>li>ul>li a.active {
    color: #bca767
}

body {
    background: url(../images/page-footer.jpg) no-repeat center top, url(../images/footer.jpg) no-repeat center bottom;
	/*background-color: #090b1a;*/
	background-color: #000;
    font: 14px/1.5 "Microsoft YaHei", Tahoma, "simsun", sans-serif
}

.Rating_vng_18 {
    top: 0
}

.wrapper-out .wrapper {
    /* background: url(../images/page-header.jpg) no-repeat center top */
}

.wrapper-out .wrapper.random_bg.header1 {
    background-image: url(../images/page-header1.html)
}

.wrapper-out .wrapper.random_bg.header2 {
    background-image: url(../images/page-header2.html)
}

.wrapper-out .wrapper.random_bg.header3 {
    background-image: url(../images/page-header3.html)
}

.wrapper-out .wrapper.random_bg.header4 {
    background-image: url(../images/page-header4.html)
}

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

.wrapper-out .wrapper .page-header--outter {
    /* background: url(../images/nav.png) top center repeat-x; */
    width: 100%;
    margin: 0 auto
}

.wrapper-out .wrapper .page-header__logo {
    background: url(../images/logo-mu.png) top center no-repeat;
    background-size: 100%;
    float: left;
    position: absolute;
    left: 50%;
    top: 10px;
    height: 150px;
    width: 150px;
    margin-left: -75px;
}

.wrapper-out .wrapper .page-header__clip {
    float: left;
    position: absolute;
    left: 342px;
    top: 334px;
    height: 189px;
    width: 312px;
    text-indent: -9999px;
    background: url(../images/clip.png) top center no-repeat
}

.wrapper-out .wrapper .page-header__clip:hover {
    background: url(../images/clip-hov.png) top center no-repeat
}

.wrapper-out .wrapper .page-header__iconapp {
    position: absolute;
    left: 20px;
    top: 0;
    height: 111px;
    width: 111px;
    text-indent: -9999px;
    background: url(../images/icon-app.html) top center no-repeat
}

.wrapper-out .wrapper .page-main {
    float: left;
	padding-bottom: 130px;
}

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

.wrapper-out .wrapper .page-main--top {
    width: 1000px;
    margin: 0 auto;
    overflow: visible
}

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

.wrapper-out .wrapper .page-main main {
    float: left;
    width: 690px;
	padding-left: 20px;
}

#main-content {
    position: relative
}

.top {
    clear: both;
    background-position: 0 -1396px;
    height: 40px;
    width: 40px;
    margin: 0 auto
}

.top:hover {
    background-position: 0 -1356px;
    height: 40px;
    width: 40px
}

.top#scrolltop {
    position: absolute
}

.main-content {
    width: 690px;
    float: left;
}

.main-content__title {
    background: #003d62;
    padding-left: 40px;
    height: 105px;
    padding-top: 10px
}

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

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

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

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

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

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

.main-content div.plugin-social-block-p {
    background: 0;
    border-bottom: 1px solid #0f8861;
    margin-bottom: 20px;
    width: 630px;
    padding: 0 30px;
    margin-left: -30px
}

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

.main-content article {
    background: #f0fbfb;
    padding: 40px 30px 100px;
    color: #2c221b;
    width: 630px;
    min-height: 680px;
    overflow: hidden
}

.main-content article article {
    padding: 0
}

.main-content article iframe {
    display: block
}

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

.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
}

.btn-sub {
    /* background: url(../images/bg-btn-sub.png) center top no-repeat; */
    width: 293px;
    height: 210px;
    overflow: hidden;
}

.btn-sub a {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

.btn-sub a.btn-1 {
    background-position: 19px -210px;
    height: 70px;
    width: 293px;
    background: url('../images/btn-hdtt.png');
}

.btn-sub a.btn-1:hover {
    background-position: 19px -210px;
    height: 70px;
    width: 293px;
	background: url(../images/btn-hdtt-hov.png);
}

.btn-sub a.btn-2 {
    background-position: 19px -350px;
    height: 70px;
    width: 293px;
    background: url(../images/btn-sk.png);
}

.btn-sub a.btn-2:hover {
    background-position: 19px -350px;
    height: 70px;
    width: 293px;
	background: url(../images/btn-sk-hov.png);
}

.btn-sub a.btn-3 {
    background-position: 19px -70px;
    height: 70px;
    width: 100%;
    margin-bottom: 0;
    background: url(../images/btn-gc.png);
}

.btn-sub a.btn-3:hover {
    background-position: 19px -70px;
    height: 70px;
    width: 100%;
	background: url(../images/btn-gc-hov.png);
}

.tinhnang {
    background: url(../images/bg-tinhnang.png) no-repeat;
    width: 293px;
    height: 282px;
    display: block;
    overflow: hidden;
    padding-top: 60px;
	margin-top: 15px;
    float: left;
    clear: both
}

.tinhnang ul li {
    float: left;
    width: 50%;
    height: 60px
}

.tinhnang ul li p {
    height: 60px;
    display: table-cell;
    vertical-align: middle
}

.tinhnang ul li a {
    color: #979797;
    padding: 0 15px 0 40px;
    display: block;
}

.tinhnang ul li a:hover {
    color: #dec47c
}

#fanpage-facebook {
    border: medium none;
    visibility: visible;
    height: 210px;
    width: 260px;
    margin-top: 10px
}

.FormSearch {
    position: absolute;
    top: 510px;
    left: 667px;
    width: 330px;
    background: #013b4a;
    border: #092e4d solid 1px;
    z-index: 100
}

.subpage .FormSearch {
    left: 650px
}

.FormSearch input {
    background: #013b4a;
    border: 0;
    float: left;
    width: 260px;
    padding-left: 10px;
    line-height: 29px;
    font-family: Arial;
    color: #bdb7a1;
    font-size: 14px;
    outline: 0
}

.FormSearch input::placeholder {
    color: #9c957d
}

.FormSearch .BtnSearch {
    background: url(../images/btn-search.html) no-repeat;
    height: 29px;
    width: 30px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    float: right
}

.FormSearch .BtnSearch:hover {
    background-position: 0 -29px
}

.sticky-right {
    width: 190px;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 100
}

.sticky-right.close {
    right: -156px
}

.sticky-right a.bt-control {
    width: 30px;
    height: 40px;
    background: url(../images/fixed-box/bt-open.html) no-repeat;
    top: 40%;
    position: absolute;
    left: 0
}

.sticky-right a.bt-control.open {
    background: url(../images/fixed-box/bt-open.html) no-repeat
}

.sticky-right a.bt-control.close {
    background: url(../images/fixed-box/bt-close.html) no-repeat
}

.sticky-right .bg-link {
    background: #0f131f;
    border: 1px solid #c8b784;
    border-radius: 5px;
    width: 157px;
    padding: 10px 0;
    margin-left: 30px;
    text-align: center
}

.sticky-right .bg-link a {
    display: block
}

.sticky-right .bg-link .right-app-icon {
    margin: 0 auto 5px
}

.sticky-right .bg-link div.home-fan {
    margin: 0 auto 5px;
    display: block;
    overflow: hidden
}

.sticky-right .bg-link .right-home {
    display: inline-block;
    background: url(../images/fixed-box/right-home.html) center top no-repeat;
    width: 63px;
    height: 50px;
    text-indent: -9999px
}

.sticky-right .bg-link .right-fanpage {
    display: inline-block;
    background: url(../images/fixed-box/right-fanpage.html) center top no-repeat;
    width: 63px;
    height: 50px;
    text-indent: -9999px
}

.sticky-right .bg-link .right-ios {
    background: url(../images/fixed-box/right-ios.html) center top no-repeat;
    width: 144px;
    height: 40px;
    text-indent: -9999px;
    margin: 0 auto 5px
}

.sticky-right .bg-link .right-ios:hover {
    background: url(../images/fixed-box/right-ios-hov.html) center top no-repeat
}

.sticky-right .bg-link .right-google-play {
    background: url(../images/fixed-box/right-google-play.html) center top no-repeat;
    width: 144px;
    height: 40px;
    text-indent: -9999px;
    margin: 0 auto 5px
}

.sticky-right .bg-link .right-google-play:hover {
    background: url(../images/fixed-box/right-google-play-hov.html) center top no-repeat
}

.sticky-right .bg-link .right-apk {
    background: url(../images/fixed-box/right-apk.html) center top no-repeat;
    width: 144px;
    height: 40px;
    text-indent: -9999px;
    margin: 0 auto 5px
}

.sticky-right .bg-link .right-apk:hover {
    background: url(../images/fixed-box/right-apk-hov.html) center top no-repeat
}

.sticky-right .bg-link .right-pc {
    background: url(../images/fixed-box/right-pc.html) center top no-repeat;
    width: 144px;
    height: 40px;
    text-indent: -9999px;
    margin: 0 auto 5px
}

.sticky-right .bg-link .right-pc:hover {
    background: url(../images/fixed-box/right-pc-hov.html) center top no-repeat
}

.sticky-right .bg-link .right-napgem {
    background: url(../images/fixed-box/right-napgem.html) center top no-repeat;
    width: 144px;
    height: 100px;
    text-indent: -9999px;
    margin: 0 auto 5px
}

.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('../images/subpage-s8b13e2c73d.html');
    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: 215px;
    width: 285px
}

.subpage-lib-msk-vid-hov {
    background-position: 0 -515px;
    height: 215px;
    width: 285px
}

.subpage-lib-msk-vid {
    background-position: 0 -730px;
    height: 215px;
    width: 285px
}

.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: #fff;
    border: 1px solid #8d8c8b;
    color: #000;
    padding: 0 10px;
    display: block;
    font: bold 12px/28px Tahoma;
    text-decoration: none
}

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

.pagination-container .pagination li.active a {
    background: #02355d;
    border: 1px solid #02355d;
    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 ul.icon li,
.article__detail ul.Icon li {
    background: url(../images/article/icon.html) 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(../images/article/icon_dash.html) 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(../images/article/icon_disc.html) 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,
.article__detail ul.tabHeader {
    background: 0;
    border-bottom: 0;
    width: 100%;
    margin: 10px 0;
    overflow: hidden
}

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

.article__detail ul#tabHeader li,
.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,
.article__detail ul.tabHeader li a {
    background: #fff;
    border: 1px solid #d5d2cd;
    color: #424242;
    font: 15px/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,
.article__detail ul.tabHeader li a:hover {
    background: #2a3245;
    border: 1px solid #2a3245;
    color: #fff
}

.article__detail ul#tabHeader li a.active,
.article__detail ul.tabHeader li a.active {
    background: #2a3245;
    border: 1px solid #2a3245;
    color: #fff
}

.article__detail ul#tabHeader li a.active:after,
.article__detail ul.tabHeader li a.active:after {
    content: "";
    background: #2a3245;
    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 #bebebe;
    margin: 10px 0;
    padding: 8px 20px;
    overflow: hidden
}

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

.article__detail ul.anchor-link li a,
.article__detail ul.AnchorLink li a {
    background: url(../images/article/anchorlink.html) 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(../images/article/anchorlink-hov.html) 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: #fff
}

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

.article__detail table th {
    background: #2a3245;
    border: 1px solid #bebebe;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-weight: bolder
}

.article__detail table td {
    border: 1px solid #bebebe;
    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: #ececec;
    border: 1px solid #bebebe;
    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: #a82a2d;
    border: 1px solid #b52f02;
    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;
    max-width: 100%;
    height: auto
}

.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(../images/article/icon_h4.html) no-repeat;
    background-position: 0 -1px;
    clear: both;
    font: bold 22px/30px Tahoma;
    color: #b88e43;
    text-indent: 35px;
    margin-top: 5px
}

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

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

.article__detail h5 {
    background: url(../images/article/icon_h5.html) no-repeat;
    background-position: 0 0;
    clear: both;
    font: bold 18px/20px Tahoma;
    color: #545454;
    margin-top: 5px;
    margin-left: 35px;
    text-indent: 24px
}

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

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

.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(../images/article/function.html) 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 {
    clear: left;
    float: left;
    display: block;
    text-align: right;
    width: 150px;
    height: 28px;
    padding-right: 10px;
    font: bold .5 tahoma
}

.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 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(../images/article/Note.html) 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(../images/article/function-icon.html) 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
}

.subpage {
    /*background: #041f25*/
}

.wrapper-out .wrapper {
    /* background: url(../images/page-header-sub.jpg) top center no-repeat */
}

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: 100px;
    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: 13px;
    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 #bebebe;
    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: 0 30px 20px 0;
    height: 215px;
    width: 285px
}

.library-posts li.vid a .posts__post-mask {
    background-position: 0 -730px;
    height: 215px;
    width: 285px
}

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

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

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

.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: 215px;
    width: 285px
}

.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: 265px;
    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: #0e8660;
    color: #fff;
    font: bold 15px/35px Arial;
    text-indent: 15px;
    margin-bottom: 10px
}

.block-relate-news .posts__list li {
    background: url(../images/article/icon-new.html) 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
}

.fixed-box {
    display: block;
    background: url(../images/fixed-box/bg-fixed-box.html) no-repeat;
    width: 189px;
    height: 200px;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 100;
    padding: 15px 13px 0 10px
}

.fixed-box .box1 {
    float: left;
    width: 78px
}

.fixed-box .box2 {
    float: right;
    width: 104px
}

@media only screen and (min-width:319px) and (max-width:768px) {
    .fixed-box {
        display: none
    }
}

.fixed-box .toggle {
    background: url(../images/fixed-box/btn-fixed.html) 0 -187px no-repeat;
    position: relative;
    display: block;
    width: 76px;
    height: 35px;
    text-indent: -9999px
}

.fixed-box .toggle:hover {
    background-position: -76px -187px
}

.fixed-box .toggle.Off,
.fixed-box .toggle.Off:hover {
    background-position: 0 -187px;
    opacity: .4;
    filter: alpha(opacity=40)
}

.fixed-box .toggle.close {
    background-position: 0 -152px
}

.fixed-box .toggle.close:hover {
    background-position: -76px -152px
}

.fixed-box a.trang-chu {
    background: url(../images/fixed-box/btn-fixed.html) 0 0 no-repeat;
    position: relative;
    display: block;
    width: 76px;
    height: 76px;
    text-indent: -9999px
}

.fixed-box a.trang-chu:hover {
    background-position: -76px 0
}

.fixed-box a.trang-chu.Off,
.fixed-box a.trang-chu.Off:hover {
    opacity: .4;
    filter: alpha(opacity=40)
}

.fixed-box a.fanpage {
    background: url(../images/fixed-box/btn-fixed.html) 0 -76px no-repeat;
    position: relative;
    display: block;
    width: 76px;
    height: 76px;
    text-indent: -9999px
}

.fixed-box a.fanpage:hover {
    background-position: -76px -76px
}

.fixed-box ul.download {
    width: 104px;
    height: 71px;
    position: relative
}

.fixed-box ul.download li {
    float: left
}

.fixed-box ul.download .app-info__install--app-store>a {
    display: block;
    width: 104px;
    height: 37px;
    text-indent: -9999px;
    background: url(../images/fixed-box/btn-fixed-app.html) no-repeat;
    margin-bottom: 5px
}

.fixed-box ul.download .app-info__install--app-store>a:hover {
    background-position: -104px 0
}

.fixed-box ul.download .app-info__install--app-store>a.Off,
.fixed-box ul.download .app-info__install--app-store>a.Off:hover {
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: default
}

.fixed-box ul.download .app-info__install--google-play>a {
    display: block;
    width: 104px;
    height: 37px;
    text-indent: -9999px;
    background: url(../images/fixed-box/btn-fixed-app.html) 0 -37px no-repeat
}

.fixed-box ul.download .app-info__install--google-play>a:hover {
    background-position: -104px -37px
}

.fixed-box ul.download .app-info__install--google-play>a.Off,
.fixed-box ul.download .app-info__install--google-play>a.Off:hover {
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: default
}

.note-block {
    background: #ffbd35;
    padding: 10px;
    margin-bottom: 30px;
}

.Module_1 {
    padding-top: 10px;
}

.Module_1 .Mod_Title {
    background: url(../images/icon-h4.png) center left no-repeat;
    font-weight: bold;
    padding: 20px 20px 15px 40px;
    color: #7A0808;
    text-transform: uppercase;
}

article table tr:nth-child(odd) {
    background: #e2e2e2
}

article table tr:nth-child(even) {
    background: #f7f7f7
}

article table td {
    border: 1px solid #cacaca;
    padding: 3px 10px;
	text-align: center;
}

article table th {
    color: #fff;
    font-weight: bolder;
    padding: 5px 10px;
    background: #007cb7;
	border: 1px solid #007cb7;
    text-align: center;
}

.prefix-5 {
    background: #1b8e06;
    font-size: 12px;
    padding: 0px 3px;
    border: 1px solid #7cb56e;
    border-radius: 3px;
    color: #dcdcdc;
}

.prefix-6 {
    background: #c50909;
    font-size: 12px;
    padding: 0px 3px;
    border: 1px solid #b74646;
    border-radius: 3px;
    color: #dcdcdc;
}

.prefix-7 {
    background: #0008f7;
    font-size: 12px;
    padding: 0px 3px;
    border: 1px solid #6968b3;
    border-radius: 3px;
    color: #dcdcdc;
}

.prefix-8 {
    background: #8104c1;
    font-size: 12px;
    padding: 0px 3px;
    border: 1px solid #a856b7;
    border-radius: 3px;
    color: #dcdcdc;
}


/******************************
	Dev by Doan
******************************/

#main-nav .main-nav__list .main-nav__list-left {
    float: left;
}

#main-nav .main-nav__list .main-nav__list-right {
    float: right;
}

#main-nav .main-nav__list .li>li {
    display: inline-block;
    width: 110px;
    line-height: 75px;
    text-align: center;
}

#main-nav .main-nav__list .li>li>a {
	display: block;
	color: #c9c9dd;
	font-size: 18px;
}

#main-nav .main-nav__list .li>li>a:hover {
	color: #f3c258;
}

#main-nav .main-nav__list .li>li>a:hover,
#main-nav .main-nav__list .li>li>a.active {
	background: url(../images/menu-hov.png) no-repeat 0 -9px;
}

