body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    background: #eee;
    color: rgba(0, 0, 0, .87);
}

.fb-share,
.gplus-share,
.zalo-share,
.twitter-share,
.more-share {
    position: relative;
    width: 32px;
    height: 32px
}

.fb-share.large i,
.zalo-share.large i,
.more-share.large i {
    display: block;
    position: absolute;
    top: 8px;
    left: 32px;
    color: #fff;
    font-size: 13px;
    font-style: normal
}

.large .icon-share {
    width: 115px;
    border-radius: 2px
}

.large .icon-fb {
    background: #3b5998
}

.large .icon-zalo {
    background: #018fe5
}

.large .icon-more {
    background: #4caf50
}

.fb-share.large,
.zalo-share.large,
.more-share.large,
.gplus-share.large,
.twitter-share.large {
    width: 120px;
    border-radius: 3px
}

.fb-share.large::before {
    content: "Facebook";
    display: block;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: 0;
    color: #fff
}

.zalo-share.large::before {
    content: "Zalo";
    display: block;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: 0;
    color: #fff
}

.gplus-share.large::before {
    content: "Google Plus";
    display: block;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: 0;
    color: #fff
}

.twitter-share.large::before {
    content: "Twitter";
    display: block;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: 0;
    color: #fff
}

.more-share.large::before {
    content: "Chia sẻ thêm";
    display: block;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: 0;
    color: #fff
}

.sharebox .fb-share i,
.sharebox .zalo-share i,
.sharebox .more-share i {
    display: none
}

.sharebox .fb-share.large i,
.sharebox .zalo-share.large i,
.sharebox .more-share.large i {
    display: block
}

.dialog-share .hide {
    display: none
}

.dialog-share .fb-share i,
.dialog-share .zalo-share i {
    display: block
}

.dialog-share .fb-share,
.dialog-share .gplus-share,
.dialog-share .zalo-share,
.dialog-share .more-share,
.dialog-share .twitter-share,
.dialog-share .qrcode-share {
    background: #fff
}

.gplus-share.square-share,
.fb-share.square-share,
.zalo-share.square-share,
.twitter-share.square-share,
.more-share.square-share {
    border-radius: 3px
}

.icon-share {
    width: 32px;
    height: 32px;
    display: block
}

.dialog-share .share-title {
    color: rgba(0, 0, 0, .87);
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0;
    padding-left: 24px;
    margin-bottom: 16px;
    line-height: 24px;
    border-bottom: solid 1px #eee
}

.fb-share,
.icon-fb {
    background: #3b5998;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 30px
}

.fb-share::after {
    content: " ";
    background: url(../images/facebook.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    display: block
}

.dialog-share a i {
    position: absolute;
    top: 0;
    font-style: normal;
    left: 48px
}

.more-share,
.icon-more {
    background: #4caf50;
    position: relative;
    width: 32px;
    display: block;
    border-radius: 30px;
    height: 32px
}

.more-share::after {
    content: " ";
    background: url(../images/share-16.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    display: block
}

.zalo-share,
.icon-zalo {
    background: #018fe5;
    position: relative;
    width: 32px;
    display: block;
    border-radius: 30px;
    height: 32px
}

.zalo-share::after {
    content: " ";
    background: url(../images/zalo.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    display: block
}

.gplus-share,
.icon-gplus {
    background: #dc4e41;
    position: relative;
    width: 32px;
    display: block;
    border-radius: 30px;
    height: 32px
}

.gplus-share::after {
    content: " ";
    background: url(../images/google-plus.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    display: block
}

.twitter-share,
.icon-twitter {
    background: #1da1f2;
    position: relative;
    width: 32px;
    display: block;
    border-radius: 30px;
    height: 32px
}

.twitter-share::after {
    content: " ";
    background: url(../images/twitter.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    display: block
}

.qrcode-share::after {
    content: " ";
    background: url(../images/qr-code.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    display: block
}

.sharebox {
    line-height: 32px
}

.sharebox>a {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
    cursor: pointer
}

.sharebox.vertical {
    position: fixed;
    top: 200px;
    left: 11.5px
}

.sharebox a {
    margin-bottom: 5px
}

.sharebox.large a {
    margin-bottom: 0
}

.overlay-share {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .32);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    z-index: 70;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.share .overlay-share {
    display: block
}

#qrcode {
    padding: 0 16px;
    text-align: justify;
    border-top: 1px solid #eee;
    padding-top: 16px;
    text-align: center
}

.qrcode-share {
    position: relative;
    border-radius: 30px;
    height: 32px;
    width: 32px;
    background: #808080
}

.qrcode-share .icon-qrcode {
    background: #6d6f6e;
    position: relative;
    width: 32px;
    display: block;
    border-radius: 30px;
    height: 32px
}

#qrcode .hide {
    display: none
}

#qrcode p {
    padding: 8px 0
}

.dialog-share {
    display: none !important;
    position: fixed;
    left: 16px;
    max-width: 300px;
    margin: auto;
    max-height: calc(100vh - 3.5rem);
    top: 32px;
    right: 16px;
    align-items: center;
    z-index: 9999;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    overflow-y: auto
}

.dialog-share>a {
    display: inline-block;
    width: 84%;
    margin: 0 24px 16px 24px;
    line-height: 32px;
    cursor: pointer
}

.sharebox {
    position: relative
}

.close-box-share {
    font-size: 18px;
    display: inline-block;
    border-top: solid 1px #eee;
    line-height: 40px;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.share .dialog-share {
    display: block !important
}

.sharebox.vertical a {
    float: none;
    display: block
}

.toggle-share {
    left: 16px;
    bottom: 100px;
    padding: 0;
    visibility: hidden;
    display: none;
    transition: all .5s;
    position: fixed;
    height: 32px;
    width: 32px;
    z-index: 999;
    opacity: .87;
    background: #4caf50;
    cursor: pointer;
    border-radius: 30px
}

.vertical .toggle-share {
    visibility: visible;
    display: block
}

.toggle-share::after {
    content: " ";
    background: url(../images/share-16.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    display: block
}

.sharebox>a:hover {
    opacity: .9
}

.dialog-share>a:hover {
    opacity: .9
}

@media screen and (max-width: 1223px) {
    .toggle-share {
        left: inherit;
        right: 16px;
        opacity: 0;
        bottom: 150px;
        transition: all ease .5s;
        transition-delay: 2s
    }
    .vertical.scrollup .toggle-share {
        opacity: .87;
        visibility: visible;
        right: 16px;
        transition-delay: 0s
    }
    .scrolldown.vertical .toggle-share {
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease .5s;
        transition-delay: 2s
    }
}

@media screen and (max-width: 479px) {
    .dialog-share {
        padding-top: 8px
    }
    .dialog-share .ifb::after {
        top: 12px
    }
    .dialog-share a:first-child {
        border-top: none
    }
    .dialog-share .close-box {
        margin-top: 0;
        line-height: 40px
    }
}


/*! jQuery UI - v1.12.1 - 2018-05-24
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

span[data-href] {
    cursor: pointer
}

span[data-href]:hover {
    color: #f8752b
}

ol,
ul {
    list-style: none
}

q {
    quotes: none
}

input,
textarea,
select {
    font-size: 16px
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.hide {
    display: none !important
}

.loader-ellips__dot {
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 0.5em;
    background: var(--primary-color);
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.post-detail h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

body {
    color: rgba(0, 0, 0, .87);
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    min-height: 101vh
}

b,
strong {
    font-weight: bold
}

i,
em {
    font-style: italic
}

input {
    border: 1px solid #eee
}

select {
    color: #666;
    border-radius: 4px;
    border: 1px solid #eee;
    margin: 5px 0
}

button {
    padding: 5px;
    white-space: nowrap
}

a {
    color: #039;
    text-decoration: none
}

a:hover {
    color: #f8752b
}

.section {
    display: block;
    margin-bottom: 16px
}

.container {
    width: 1000px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box
}

@font-face {
    font-family: 'PathwayGothicOne';
    src: url('../fonts/PathwayGothicOne-Regular.ttf') format('truetype')
}

.header {
    position: relative;
    padding: 5px 0 5px 0;
    border-bottom: none
}

.header .container {
    border-radius: 0;
    border: 0
}

.section.text {
    margin: 0 auto 16px auto;
    width: 1000px
}

.header .nav-logo {
    width: 200px;
    height: 60px;
    position: relative;
    padding-left: 16px
}

.header .nav-logo a {
    width: 250px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/logo.svg) left center no-repeat;
    background-size: auto 48px;
    float: left;
    height: 60px
}

.searchbox {
    position: absolute;
    top: 12.5px;
    height: 35px;
    visibility: visible;
    right: inherit;
    left: 230px;
    z-index: 5;
    margin-top: 0;
    padding-left: inherit
}

.searchbox form {
    text-align: center;
    height: 35px
}

.user-avatar {
    position: relative
}

.theme.pro .account.active .user-avatar::before {
    content: "";
    background: url(../images/pro.png) no-repeat center;
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: inline-block;
    left: 3px;
    bottom: -4px;
    position: absolute;
    z-index: 9999
}

.searchbox #q {
    display: inline-block;
    padding: 8px 0;
    width: 360px;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 8px;
    padding-right: 48px;
    position: relative;
    height: inherit;
    border: 1px solid rgba(48, 121, 237, .5)
}

.four .searchbox #q {
    width: 280px
}

.searchbox .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background: #039be5 url(../images/search_white_24dp.png) center no-repeat;
    height: 35px;
    text-align: center;
    text-indent: -128px;
    width: 48px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none
}

.account {
    position: absolute;
    right: 16px;
    display: block;
    top: 6px;
    padding: 8px;
    padding-bottom: 16px
}

.nav-top {
    position: absolute;
    display: none;
    right: 8px;
    width: 180px;
    z-index: 99;
    top: 47px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 3px
}

.user-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.account .user-name {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 4px;
    max-width: 68px;
    overflow: hidden;
    color: initial;
    text-overflow: ellipsis;
    white-space: nowrap
}

.language-toolbox {
    position: absolute;
    display: none;
    right: 16px;
    display: block;
    top: 12.5px
}

.toggle-box .toggle {
    padding: 6px 8px 6px 28px;
    margin-right: 8px;
    cursor: pointer;
    display: inline-block;
    color: initial;
    border-radius: 3px
}

.toggle-box .toggle.news {
    padding-left: 0;
}

.toggle-box .toggle.news img {
    width: auto;
    height: 24px;
}

.toggle-box .toggle.news a {
    color: rgba(0, 0, 0, .87);
    display: flex;
    align-items: center;
}

.toggle.tip {
    background: url(../images/tip.svg) no-repeat left center;
    background-size: 24px
}

.toggle.game {
    background: url(../images/sports_esports-black-18dp.svg) no-repeat left center;
    background-size: 24px
}

.toggle.video {
    background: url(../images/play_circle_outline-black-18dp.svg) no-repeat left center;
    background-size: 24px
}

.toggle.tax {
    background: url(../images/category.png)no-repeat;
    background-size: 16px;
    background-position: 8px 8px;
    background-color: #eee;
    border: 1px solid #ddd
}

.toggle-box .toggle:hover {
    color: #f8752b
}

.toggle-box {
    position: absolute;
    top: 12.5px;
    right: 0
}

.language-toolbox .language-selector {
    background: url(../images/flag-vietnamese.png) no-repeat left center;
    background-size: auto 99%;
    width: 48px;
    display: block;
    position: relative;
    height: 35px;
    width: 68px;
    cursor: pointer
}

.language-toolbox .language-selector:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .5);
    display: block;
    right: 0;
    position: absolute;
    top: 13px
}

.language-toolbox .language-list {
    position: absolute;
    display: none;
    top: 35px;
    right: 0;
    padding: 10px;
    z-index: 99;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 3px
}

.language-toolbox .language-list:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
    display: block;
    position: absolute;
    top: -5px;
    right: 38px
}

.language-toolbox .language-list a.vietnamese {
    background-image: url(../images/flag-vietnamese.png)
}

.language-toolbox .language-list a {
    display: block;
    padding-left: 42px;
    background-size: auto 75%;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 32px;
    white-space: nowrap
}

.language-toolbox .language-list a.english {
    background-image: url(../images/flag-english.png)
}

.language-toolbox:hover .language-list {
    display: block
}

.mainnav {
    clear: both;
    display: block;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    left: inherit;
    margin-bottom: 16px;
    z-index: inherit;
    padding: 0;
    overflow: hidden;
    transition: inherit
}

.mainmenu li a:hover {
    color: #ff0
}

.navigation li a:hover {
    color: #f8752b
}

.showall .navigation>li>a {
    font-weight: bold
}

.mainnav .container {
    border-radius: 5px 5px 0 0;
    border: 0;
    max-width: 968px;
    border: solid 1px #008000
}

.mainmenu {
    display: block;
    height: 35px;
    overflow: hidden;
    position: relative;
    background: #008000
}

.mainmenu .first {
    display: block
}

.mainmenu li {
    float: left;
    line-height: 35px;
    text-align: center;
    border: none;
    border-radius: 5px 5px 0 0
}

.mainnav li.first a {
    color: #ff0;
    text-indent: 48px
}

.mainnav li a {
    display: block;
    color: #fff;
    padding-right: 16px;
    white-space: nowrap
}

.viewall {
    position: relative
}

.viewall:before {
    content: " ";
    display: block;
    background: url(../images/menu-color.png) no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 16px;
    top: 5px
}

.showall .viewall:before {
    content: '✖';
    background: none;
    left: -24px;
    top: 0
}

.mainnav li.right {
    float: right
}

.navigation {
    right: auto;
    column-width: 108px;
    column-gap: 0;
    column-fill: auto;
    column-fill: balance;
    position: relative;
    line-height: 40px;
    padding: 0 8px;
    display: block;
    position: relative;
    height: 35px;
    overflow: hidden
}

.showall .navigation {
    column-width: 135px
}

.navigation li {
    position: relative;
    width: 100%
}

.navigation>li>i {
    display: none
}

.navigation>li>i {
    padding: 8px;
    position: absolute;
    right: 8px;
    cursor: pointer;
    top: 4px;
    opacity: .54
}

.navigation li a {
    line-height: 35px;
    color: rgba(0, 0, 0, .87);
    text-indent: 32px;
    padding: 0 0 0 8px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden
}

.mainnav li a {
    display: block;
    padding-right: 16px;
    white-space: nowrap
}

.navigation li a {
    padding-right: 0
}

.navigation li a img {
    display: block;
    width: 24px;
    height: 24px;
    top: 5.5px;
    position: absolute
}

.showall .navigation {
    height: inherit
}

.box {
    margin-bottom: 16px
}

.section.box-sidebar .container {
    background: #fff;
    padding-right: 332px;
    padding-left: 16px;
    box-sizing: border-box;
    overflow: hidden
}

.taxbox-top {
    position: relative;
    max-width: 668px;
    height: 187px
}

.slider {
    position: relative;
    overflow: hidden;
    margin: 0 0 16px 0;
    height: 0;
    padding-top: 52.34%;
    border-radius: 3px;
}

.slider .slide h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .6);
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
}

.slider .slide {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.slider .slides.slick-slider {
    width: 100%
}

.slick-prev {
    left: 16px
}

.slick-prev,
.slick-next {
    top: 49%;
    width: 32px;
    height: 32px
}

.slick-prev {
    z-index: 49;
    visibility: hidden
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:before,
.slick-next:before {
    font-size: 24px
}

.slider .slick-list {
    height: 100%
}

.slider .slick-list {
    height: 100%
}

.slides.slick-initialized .slide {
    width: 325px
}

.slides.slick-initialized .slide {
    width: 325px
}

.slider .slides .slide a img {
    width: 100%;
    height: 170px
}

.slick-slide img {
    display: block
}

.slick-next {
    right: 16px;
    z-index: 49;
    visibility: hidden
}

.slick-prev:before,
.slick-next:before {
    visibility: visible
}

.slick-prev,
.slick-next {
    top: 49%;
    width: 32px;
    height: 32px
}

.slick-prev:before,
.slick-next:before {
    font-size: 32px
}

.slick-prev {
    left: 16px
}

.slick-dots {
    z-index: 49;
    bottom: 16px
}


/* .slider .slides {
    width: 990px
} */

.slider>.slides {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    overflow: hidden
}

.slick-dots li button:before {
    font-size: 12px;
    color: #fff
}

.featuredbox .listbox .slick-next,
.featuredbox .listbox .slick-prev {
    top: 25%
}

.featuredbox .listbox .slick-prev {
    left: 8px
}

.featuredbox .listbox .slick-next {
    right: 40px
}

.slider .slide {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.slides .slide a {
    height: 100%
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slider:hover .slick-next {
    visibility: visible
}

.taxbox-bottom {
    width: 100%;
    max-width: 652px;
    overflow: hidden;
    position: relative
}

.slider .slick-next:before {
    content: "";
    display: block;
    background: url(../images/controls-slider.png) no-repeat -43px -32px;
    width: 32px;
    height: 32px;
    opacity: initial
}

.slider .slick-prev:before {
    content: "";
    display: block;
    background: url(../images/controls-slider.png) no-repeat 0 -32px;
    width: 32px;
    height: 32px;
    opacity: initial
}

.slick-dots {
    bottom: 5px
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.slick-dots li button:before {
    font-size: 12px;
    color: #030303
}

.slick-dots {
    bottom: 16px
}

.slick-dots li button:before {
    font-size: 40px !important;
    color: #030303
}

.slick-dots {
    visibility: hidden
}

.slider:hover .slick-dots {
    visibility: visible
}

.featuredbox .listbox {
    padding: 0;
    margin-left: 16px;
    width: 650px;
    display: block
}

.featuredbox {
    border: 1px solid #2196f3;
    margin-bottom: 16px
}

.featuredbox .listbox li {
    display: inline-block;
    width: 105.9px;
    margin-bottom: 16px;
    position: relative;
    float: left;
    overflow: hidden
}

.adbox {
    text-align: center;
    clear: both;
    max-width: 968px;
    margin: 0 auto 16px auto;
    overflow: hidden
}

.adbox:before {
    content: 'Quảng cáo';
    display: block;
    font-size: 12px;
    color: #666
}

.listbox li a:hover {
    color: #f8752b;
    z-index: 1;
    opacity: .9
}

.featuredbox .listbox li a {
    display: block;
    margin-right: 16px;
    padding: 0;
    color: rgba(0, 0, 0, .87)
}

.featuredbox .listbox .thumb {
    height: auto;
    display: block;
    min-height: 90px;
    position: relative;
    padding-bottom: 6px;
    text-align: center;
    overflow: hidden
}

.featuredbox .listbox li a img {
    width: 100%;
    display: block;
    height: auto;
    min-height: 80px;
    border-radius: 3px
}

.featuredbox .listbox .title {
    display: block;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.featuredbox .listbox .plays {
    display: block;
    vertical-align: top;
    position: relative;
    text-align: center;
    color: rgba(0, 0, 0, .54);
    font-size: 13px
}

.listbox .plays:before {
    content: ' ';
    opacity: .74;
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../images/person.png) no-repeat center;
    background-size: 16px
}

.plays::after {
    content: ' ';
    display: block;
    height: 12px;
    width: 62px;
    margin: auto;
    background: url(../images/icon-star.png);
    background-size: 122px
}

.rating-1 .plays::after {
    background-position: -109px center
}

.rating-2 .plays::after {
    background-position: -97px center
}

.rating-3 .plays::after {
    background-position: -85px center
}

.rating-4 .plays::after {
    background-position: -73px center
}

.rating-5 .plays::after {
    background-position: -61px center
}

.listbox .hot .thumb::after {
    content: " ";
    background: url(../images/icon-hot.png) no-repeat top right;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0
}

.listbox .arena .thumb::before {
    content: " ";
    background: url(../images/icon-arena.gif) no-repeat bottom left;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    bottom: 6px;
    left: 0
}

.listbox .new a::after {
    content: " ";
    background: url(../images/icon-new.png) no-repeat top left;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 0;
    left: 8px
}

.featuredbox .listbox>li:nth-child(n+7) {
    display: none
}

.listbox li {
    display: inline-block;
    width: 20%;
    margin-bottom: 16px;
    height: auto;
    position: relative;
    float: left;
    overflow: hidden
}

.listbox {
    padding: 16px 8px 0 8px;
    display: flex;
    flex-wrap: wrap
}

.listbox li a {
    display: block;
    padding: 0 8px;
    color: rgba(0, 0, 0, .87)
}

.listbox .thumb {
    height: auto;
    display: block;
    height: auto;
    min-height: 100px;
    position: relative;
    text-align: center;
    overflow: hidden
}

.listbox li a img {
    width: 100%;
    height: auto;
    min-height: 100px;
    border-radius: 3px
}

.listbox .title {
    display: block;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 44px
}

.listbox .plays {
    display: block;
    vertical-align: top;
    text-align: center;
    position: relative;
    color: rgba(0, 0, 0, .54);
    font-size: 13px
}

.theme.index .box.latestbox .inside {
    border: 1px solid #f5054b;
    border-top: double #f5054b;
    border-radius: 0 0 5px 5px
}

.theme.index .box.latestbox .heading {
    background: #f5054b
}

.theme.index .box.bestbox .inside {
    border: 1px solid #2196f3;
    border-top: double #2196f3;
    border-radius: 0 0 5px 5px
}

.theme.index .box.scoreablebox .heading {
    background: #ff9800
}

.theme.index .box.scoreablebox .inside {
    border: 1px solid #ff9800;
    border-top: double #ff9800;
    border-radius: 0 0 5px 5px
}

.theme.index .box.taxbox-video .heading {
    background: #2196f3
}

.theme.index .box.taxbox-video .inside {
    border: 1px solid #2196f3;
    border-top: double #2196f3;
    border-radius: 0 0 5px 5px
}

.theme.index .box.lastyearbox .heading {
    background: #e91e63
}

.theme.index .box.lastyearbox .inside {
    border: 1px solid #e91e63;
    border-top: double #e91e63;
    border-radius: 0 0 5px 5px
}

.theme.index .box.bestbox .heading {
    background: #2196f3
}

.theme.index .box.articles .heading {
    background: #1faa00
}

.theme.index .box.articles .inside {
    border: 1px solid #1faa00;
    border-top: double #1faa00;
    border-radius: 0 0 5px 5px
}

.theme.index .box.taxbox:nth-child(4n+1) .inside,
.mostbox .inside {
    border: 1px solid #579f05;
    border-top: double #579f05;
    border-radius: 0 0 5px 5px
}

.theme.index .box.taxbox:nth-child(4n+1) .heading,
.mostbox .heading {
    background: #579f05
}

.theme.index .box.taxbox:nth-child(4n+2) .inside {
    border: 1px solid #2196f3;
    border-top: double #2196f3;
    border-radius: 0 0 5px 5px
}

.theme.index .box.taxbox:nth-child(4n+2) .heading {
    background: #2196f3
}

.theme.index .box.taxbox:nth-child(4n+3) .inside {
    border: 1px solid #f5054b;
    border-top: double #f5054b;
    border-radius: 0 0 5px 5px
}

.theme.index .box.taxbox:nth-child(4n+3) .heading {
    background: #f5054b
}

.theme.index .box.taxbox:nth-child(4n+4) .inside {
    border: 1px solid #f2f404;
    border-top: double #f2f404;
    border-radius: 0 0 5px 5px
}

.theme.index .box.taxbox:nth-child(4n+4) .heading {
    background: #f2f404;
    color: #000
}

.heading {
    display: block;
    font-size: 14px;
    width: 48%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    line-height: 24px;
    border-radius: 5px 5px 0 0;
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
    padding: 4px 0 4px 16px
}

.heading img {
    height: 24px;
    width: 24px;
    vertical-align: top;
    padding-right: 8px;
    display: inline-block
}

.heading a {
    line-height: 24px
}

a.heading:hover {
    color: #fff
}

.viewmore {
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
    display: block;
    text-align: right;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;
    position: relative
}

.viewmore span {
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    color: rgba(0, 0, 0, .87);
    margin: 0 5px;
    background-color: #fff
}

.viewmore :hover {
    color: #f8752b
}

.box-sidebar .sidebar {
    width: 300px;
    position: absolute;
    top: 0;
    display: block;
    right: 16px
}

.section.text .container {
    padding: 0 16px;
    border-radius: 3px;
    margin-bottom: 16px
}

.section.box-sidebar {
    margin-bottom: 0
}

.featuredbox .listbox li a:hover {
    color: #f8752b
}

.box-sidebar.highscorebox {
    overflow: hidden
}

.textview p {
    padding-bottom: 8px
}

.textview .responsive {
    margin-bottom: 16px
}

.text .keywords a {
    text-transform: capitalize;
    font-weight: normal;
    color: rgba(0, 0, 0, .87);
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px
}

.text .keywords a::after {
    content: ', ';
    color: rgba(0, 0, 0, .87)
}

.listview {
    right: auto;
    column-width: 324px;
    padding: 0 16px;
    column-fill: auto;
    column-fill: balance;
    position: relative;
    display: block;
    column-gap: 32px;
    column-rule: 1px solid #eee;
    top: 0
}

.listview {
    column-width: 342px;
    padding: 0 16px
}

.listview {
    padding-right: 16px
}

.listview li {
    background: url(../images/bronze-medal.png) 0 center no-repeat;
    padding: 8px 0 8px 46px;
    break-inside: avoid;
    position: relative;
    border-bottom: solid 1px #ffd1b9
}

.listview li:first-child {
    background: url(../images/gold-icon.png) 0 center no-repeat
}

.listview li:nth-child(2) {
    background: url(../images/silver-medal.png) 0 center no-repeat
}

.listview li .avatar {
    width: 60px;
    position: absolute;
    right: 0;
    margin-top: 1px;
    display: block;
    border-radius: 3px;
    overflow: hidden
}

.listview li .avatar img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 3px
}

.listview li .username {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 60px;
    position: relative;
    border-radius: 3px;
    text-overflow: ellipsis
}

.listview li .username b {
    font-weight: bold
}

.listview li .score {
    color: #f8752b;
    font-weight: normal
}

.listview li .game {
    font-weight: bold;
    color: #0b94c5;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 60px;
    display: block;
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.box.highscore .heading {
    background: #f5054b;
    width: 100%;
    padding: 4px 0 4px 0;
    text-indent: 16px
}

.highscore .inside {
    border: 1px solid #f5054b;
    border-top: double #f5054b;
    border-radius: 0 0 5px 5px
}

.scrollup .scrolltop:hover {
    opacity: .87
}

.scrollup .scrolltop {
    visibility: visible;
    bottom: 100px;
    transition-delay: 0s
}

.scrolltop {
    position: fixed;
    bottom: -40px;
    right: 16px;
    z-index: 149;
    height: 40px;
    width: 40px;
    background: #008000;
    border-radius: 50%;
    cursor: pointer;
    visibility: hidden;
    transition: all ease .5s;
    transition-delay: 2s
}

.scrolltop:before {
    content: " ";
    display: block;
    background: url(../images/icon-up.png) no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    left: 8px
}

.box.keywords a {
    text-transform: capitalize;
    font-weight: normal;
    color: rgba(0, 0, 0, .87);
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px
}

.box.keywords a:hover {
    color: #f8752b
}

.theme.search-games .resultbox .heading {
    color: #fff;
    background: #f5054b;
    text-transform: capitalize
}

.resultbox .box.message {
    padding: 16px 0 0 16px
}

.resultbox .box.keywords {
    margin-top: 8px
}

.theme.two .box.tag-games .listbox {
    max-height: 540px;
    overflow: hidden
}

.theme.search-games .resultbox .inside {
    border: 1px solid #f5054b;
    border-top: double #f5054b;
    border-radius: 0 0 5px 5px
}

.tax-desc .container {
    padding: 16px
}

.textview h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 8px
}

.theme.taxonomy .bestbox .heading {
    background: #2196f3
}

.theme.taxonomy .bestbox .inside {
    border: 1px solid #2196f3;
    border-top: double #2196f3;
    border-radius: 0 0 5px 5px
}

.theme.taxonomy .latestbox .heading {
    background: #f5054b
}

.theme.taxonomy .latestbox .inside {
    border: 1px solid #f5054b;
    border-top: double #f5054b;
    border-radius: 0 0 5px 5px
}

.pagination {
    text-align: center;
    display: block;
    list-style: none;
    line-height: 2em;
    text-align: center;
    padding-top: 8px
}

.pagination li {
    display: inline-block;
    margin-bottom: 8px
}

.pagination li a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: rgba(0, 0, 0, .87);
    margin: 0 5px;
    background-color: #fff
}

.pagination li a:hover {
    color: #f8752b;
    background-color: #fafafa
}

.listnav {
    padding: 0;
    right: auto;
    column-width: 160px;
    column-gap: 0;
    column-fill: auto;
    column-fill: balance;
    top: 0
}

.listnav li a {
    display: block;
    line-height: 35px;
    color: rgba(0, 0, 0, .87);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px
}

.listnav li h3 {
    display: inline-block
}

.listnav li a img {
    width: 32px;
    margin-right: 8px;
    max-height: 32px;
    vertical-align: middle
}

.best-items .subnav {
    position: absolute;
    top: 0;
    right: 332px
}

.subnav li {
    margin: 5px 0;
    display: inline-block;
    padding: 0 15px;
    float: left;
    line-height: 15px;
    height: 1.3em;
    width: auto;
    float: right;
    border-left: 1px solid #ffd1b9
}

.subnav .active {
    color: #f8752b
}

.subnav li a {
    color: rgba(0, 0, 0, .87);
    font-size: 13px
}

.listcard {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 8px 0 8px
}

.listcard li {
    width: 49.9%;
    float: left;
    display: inline-block;
    position: relative;
    min-height: 170px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 16px
}

.listcard li a {
    position: relative;
    display: block;
    padding: 0 8px;
    word-spacing: 0;
    color: rgba(0, 0, 0, .87)
}

.listcard .thumb {
    height: 172px;
    overflow: hidden;
    display: block;
    position: relative
}

.listcard .thumb img {
    min-height: 166px;
    width: 100%;
    border-radius: 3px
}

.listcard .thumb::after {
    content: ' ';
    display: block;
    height: 12px;
    width: 62px;
    margin: auto;
    position: absolute;
    right: 0;
    border-radius: 3px 0 3px 0;
    bottom: 6px;
    background: rgba(255, 255, 255, .87) url(../images/icon-star.png);
    background-size: 122px
}

.listcard .rating-1 .thumb::after {
    background-position: -109px center
}

.listcard .rating-2 .thumb::after {
    background-position: -97px center
}

.listcard .rating-3 .thumb::after {
    background-position: -85px center
}

.listcard .rating-4 .thumb::after {
    background-position: -73px center
}

.listcard .rating-5 .thumb::after {
    background-position: -61px center
}

.listcard .title {
    display: block;
    text-align: left;
    line-height: 24px;
    overflow: hidden;
    font-weight: bold;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 80px;
    height: 24px
}

.text .keywords a:hover {
    color: #f8752b
}

.listcard .plays {
    vertical-align: top;
    text-align: right;
    margin-top: -20px;
    position: relative;
    color: rgba(0, 0, 0, .54);
    font-size: 13px
}

.listcard .plays::before {
    content: ' ';
    opacity: .74;
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../images/person.png) no-repeat center;
    background-size: 16px
}

.plays::after {
    content: ' ';
    display: block;
    height: 12px;
    width: 62px;
    margin: auto;
    background: url(../images/icon-star.png);
    background-size: 122px
}

.listcard .plays::after {
    visibility: hidden
}

.theme.best-games .best-items .inside {
    border: 1px solid #ff9800;
    border-top: double #ff9800;
    border-radius: 0 0 5px 5px
}

.theme.best-games .best-items .heading {
    background: #ff9800
}

.theme.featured-games .featured-items .heading {
    background: #e91e63
}

.theme.featured-games .featured-items .inside {
    border: 1px solid #e91e63;
    border-top: double #e91e63;
    border-radius: 0 0 5px 5px
}

.theme.latest-games .latestbox-items .heading {
    background: #2196f3
}

.theme.latest-games .latestbox-items .inside {
    border: 1px solid #2196f3;
    border-top: double #2196f3;
    border-radius: 0 0 5px 5px
}

.theme.scorable-games .bestbox .heading {
    background: #2196f3
}

.theme.scorable-games .bestbox .inside {
    border: 1px solid #2196f3;
    border-top: double #2196f3;
    border-radius: 0 0 5px 5px
}

.leaderboard .highscorebox .subnav {
    position: absolute;
    top: 0;
    right: 332px
}

.leaderboard .listview {
    column-width: 290px
}

.theme.leaderboard .highscorebox .heading {
    background: #e91e63
}

.theme.leaderboard .highscorebox .inside {
    border: 1px solid #e91e63;
    border-top: double #e91e63;
    border-radius: 0 0 5px 5px
}

.highscorebox .subnav a {
    margin: 5px 0;
    display: inline-block;
    padding: 0 15px;
    float: left;
    line-height: 15px;
    height: 1.3em;
    width: auto;
    float: right;
    border-left: 1px solid #ffd1b9
}

.subnav .active {
    color: #f8752b
}

.listview li:last-child {
    border-bottom: none
}

.footer a:hover {
    color: #f8752b
}

.gameview .container {
    background: #fff;
    border-radius: 3px;
    border-bottom: solid 1px #eee;
    overflow: hidden
}

.gameview h1.heading {
    border: none;
    max-width: 968px;
    margin: 8px auto 16px auto;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 0;
    text-overflow: ellipsis;
    line-height: 1em;
    padding: 8px 0 8px 0;
    text-align: left;
    font-size: 24px;
    border-radius: 0;
    width: 100%;
    font-weight: normal;
    color: #000;
    background: transparent !important;
    margin-bottom: 16px
}

.breadcrumbs {
    max-width: 968px;
    margin: 0 auto 16px auto
}

.breadcrumbs {
    padding: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 24px;
    margin-bottom: 0;
    white-space: nowrap;
    position: relative
}

.breadcrumbs .box-bread {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: calc(100% - 60px);
    top: 6px;
    left: 56px
}

.breadcrumbs span {
    color: initial;
    display: inline-block
}

.breadcrumbs .breadcrumb {
    color: rgba(0, 0, 0, .87);
    height: 24px;
    display: inline-block
}

.breadcrumbs a:hover {
    color: #f8752b
}

.breadcrumbs a.home-icon {
    background: url(../images/home-black.png) 0 -2px no-repeat;
    width: 24px;
    height: 24px;
    text-indent: -3000px;
    background-size: 24px;
    opacity: .54;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.breadcrumbs .breadcrumb:after {
    content: "❭";
    font-family: Comic Sans MS;
    padding: 0 5px;
    vertical-align: top;
    color: rgba(0, 0, 0, .54);
    font-size: 11px
}

.breadcrumbs .home-icon::after {
    content: "❭";
    font-family: Comic Sans MS;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(0, 0, 0, .54);
    font-size: 11px
}

.breadcrumbs .breadcrumb:last-child:after {
    display: none
}

.breadcrumbs h1 {
    display: inline;
    color: rgba(0, 0, 0, .87);
    text-transform: capitalize
}

.taxonomy .breadcrumbs {
    margin-bottom: 16px;
    padding: 5px 0
}

.box-game-sidebar .sidebar {
    width: 300px;
    position: absolute;
    top: 0;
    display: block;
    right: 16px
}

.videobox .title {
    font-size: 18px;
    padding-bottom: 8px
}

.section.box-game-sidebar .container {
    background: #fff;
    padding-left: 16px;
    padding-right: 332px;
    box-sizing: border-box
}

.gameview .gamecontainer {
    padding: 2px 0 16px 0;
    position: relative;
    border: none;
    overflow: hidden
}

.theme.two .sidebar .listbox .plays {
    font-size: 12px
}

.theme.two .sidebar .heading {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.section.box-sidebar.gameview .container {
    margin-bottom: 16px
}

.gameview .playbox {
    margin: auto;
    clear: both;
    z-index: 69;
    overflow: hidden;
    box-shadow: 0 0 1px #666;
    position: relative
}

.gameview .gameobj {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.gameview .gameobj iframe {
    width: 100%;
    height: 100%
}

#exitfullscreen {
    display: none;
    line-height: 24px;
    text-align: center;
    width: 40px;
    overflow: hidden;
    color: #999;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    background: #333
}

.controls {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    position: relative;
    padding: 16px 0;
    height: 58px;
    transition: all .5s ease;
    opacity: 1;
    visibility: visible;
    text-align: center
}

.controls .ui-icon {
    margin: 0 8px;
    height: 32px;
    width: 32px;
    text-indent: inherit;
    overflow: inherit;
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle
}

.controls .reload {
    background: url(../images/controls.png) no-repeat 1px 0
}

.controls .ui-icon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -24px;
    color: rgba(0, 0, 0, .87);
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    width: 100%
}

.controls .reload.ui-icon::after {
    content: "Tải lại";
    left: -1px
}

.controls .lightscreen {
    background: url(../images/controls.png) no-repeat 0 -35px;
    position: relative;
    z-index: 50
}

.controls .lightscreen.ui-icon::after {
    content: "Bật đèn";
    left: -2px
}

.controls .favorite {
    background: url(../images/controls.png) no-repeat 0 -66px
}

.controls .favorite.ui-icon::after {
    content: "Yêu thích";
    left: -5px
}

.controls .zoomfit {
    background: url(../images/controls.png) no-repeat -32px -98px;
    position: relative;
    z-index: 50
}

.controls .zoomfit.ui-icon::after {
    content: "Mở lớn";
    left: 0
}

.controls .zoomfull {
    background: url(../images/controls.png) no-repeat -32px 0
}

.controls .zoomfull.ui-icon::after {
    content: "Phóng to";
    left: -4px
}

.controls .chatbox {
    background: url(../images/controls.png) no-repeat 0 -130px
}

.controls .chatbox.ui-icon::after {
    content: "Bình luận";
    left: -3px
}

.controls .lightscreen.on {
    background: url(../images/controls.png) no-repeat -33px -35px;
    z-index: 50
}

.controls .sharebox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 0 16px;
    padding: 8px 8px 8px 72px;
    height: 40px;
    background: url(../images/alike.png) no-repeat 12px center;
    background-size: 50px !important;
    background-size: contain;
    border: 1px solid #ddd;
    background-color: #fcfdcb;
    vertical-align: middle
}

.red {
    display: block;
    line-height: 20px;
    color: #f00
}

.red span[data-href] {
    font-weight: bold;
    color: #f00
}

.red span[data-href]:hover {
    opacity: .6
}

.divtime {
    margin-top: 2px;
    display: block;
    line-height: 20px
}

.showtime .overlay {
    display: block;
    z-index: 100
}

.controls .sharebox {
    vertical-align: text-top;
    text-align: left
}

#nightoverlay {
    background: #000;
    z-index: 48;
    opacity: .9;
    height: 100%;
    display: none;
    width: 100%;
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    display: none
}

.nightmode #nightoverlay {
    display: block !important
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .32);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    z-index: 50;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.controls a:hover {
    opacity: .8
}

.controls .favorite.saved {
    background: url(../images/controls.png) no-repeat -32px -66px
}

.zoomGame .controls .zoomfit {
    background: url(../images/controls.png) no-repeat 0 -98px
}

.zoomGame .controls .zoomfit.ui-icon::after {
    content: "Thu lại"
}

:-webkit-full-screen #exitfullscreen {
    display: block
}

#gameview.rated-0 #playbox:-webkit-full-screen:before,
#gameview.rated-12 #playbox:-webkit-full-screen:before,
#gameview.rated-18 #playbox:-webkit-full-screen:before {
    background: #333;
    line-height: 24px;
    color: #aaa;
    position: fixed;
    border-radius: 0 5px 5px 0;
    top: 0;
    left: 0;
    padding: 0 5px
}

#gameview.rated-0 #playbox:-webkit-full-screen:before,
#gameview.rated-12 #playbox:-webkit-full-screen:before,
#gameview.rated-18 #playbox:-webkit-full-screen:before {
    background: #333;
    line-height: 24px;
    color: #aaa;
    position: fixed;
    border-radius: 0 5px 5px 0;
    top: 0;
    left: 0;
    padding: 0 5px
}

#gameview.rated-0 #playbox:-webkit-full-screen:before {
    content: '00+'
}

#gameview.rated-12 #playbox:-webkit-full-screen:before {
    content: '12+'
}

#gameview.rated-18 #playbox:-webkit-full-screen:before {
    content: '18+'
}

:-webkit-full-screen #exitfullscreen {
    display: block
}

:-moz-full-screen #exitfullscreen {
    display: block
}

.sharebox {
    position: relative
}

.gameview.rated-0 h1.heading::before {
    display: none;
    content: "00+";
    position: absolute;
    top: 0;
    padding: 8px 0;
    line-height: 24px;
    right: 0;
    color: #2e7d32;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    background: #fff;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 3px
}

.gameview.rated-12 h1.heading::before {
    display: block;
    content: '12+';
    position: absolute;
    top: 8px;
    right: 16px;
    color: #ffa500;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    background: #fff;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 3px
}

.gameview.rated-18 h1.heading::before {
    display: block;
    content: '18+';
    position: absolute;
    top: 8px;
    right: 16px;
    color: #f00;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    background: #fff;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 3px
}

.sharebox {
    line-height: 32px
}

.gameview #loadingadvertising {
    margin: auto;
    position: relative;
    z-index: 4;
    background: #000;
    margin: 0 auto 0 auto;
    border: none;
    box-shadow: 0 0 1px #666;
    border-radius: 5px;
    overflow: hidden
}

.theme.two .gamebox.loading .gamecontainer:before {
    left: 16px;
    font-size: 12px;
    line-height: 44px
}

.theme.one .gamebox.loading .gamecontainer:before {
    left: 16px;
    font-size: 12px;
    line-height: 44px
}

.gamebox.loading .gamecontainer:before {
    content: 'Game Vui khuyến cáo: Chơi quá 180 phút một ngày sẽ ảnh hưởng xấu đến sức khỏe';
    display: block;
    text-align: right;
    background: url(../images/loading-loading.gif) no-repeat left center;
    height: 40px;
    color: #808080;
    max-width: 800px;
    line-height: 45px;
    position: absolute;
    left: 10%;
    box-sizing: border-box;
    padding-right: 32px;
    width: 100%;
    bottom: 32px
}

.gamebox.loading #adContainer {
    position: relative;
    height: 100%
}

.gamebox.loading #closeads {
    position: absolute;
    top: 0;
    border: 1px solid rgba(255, 255, 255, .54);
    border-top: none;
    border-left: none;
    left: 0;
    border-radius: 0 0 5px 0;
    height: 32px;
    cursor: pointer;
    background: rgba(0, 0, 0, .54);
    color: #fff;
    line-height: 32px;
    padding: 0 12px
}

.gamebox.loading #closeads:hover {
    border-color: rgba(255, 255, 255, .87);
    background: rgba(0, 0, 0, .87)
}

.gamebox.loading #adsStatus {
    color: rgba(255, 255, 255, .54);
    text-align: center;
    bottom: 6px;
    width: 100%;
    font-size: 13px;
    position: absolute
}

.gamebox.loading #adsTicks {
    min-width: 16px;
    display: inline-block
}

.gamebox.loading #controls {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease
}

.gamebox.loading #adpreroll[data-realclickzone] img {
    max-width: 100%;
    height: auto
}

.postbox h2.heading {
    color: rgba(0, 0, 0, .87);
    font-size: 18px;
    width: 100%;
    padding: 8px 0 8px 16px;
    padding-left: 0;
    font-weight: normal
}

.notice.message {
    padding: 16px
}

#exitfullscreen:hover {
    color: #ff4500;
    background: #eee
}

.box.maincontent {
    position: relative;
    display: block
}

.box.maincontent .infotip {
    margin-bottom: 16px
}

.instruction {
    margin-bottom: 16px
}

.instruction .screenshot {
    width: 200px;
    height: 200px;
    float: right;
    border-radius: 3px;
    margin: 0 0 16px 16px
}

.postbox img {
    height: auto
}

.postbox iframe,
.postbox img,
.postbox embed {
    max-width: 100%
}

.textview p {
    padding-bottom: 8px
}

.textview h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 8px
}

.textview ul li {
    list-style-type: disc;
    margin: 0 0 0 30px
}

.quiz-main.textview ul .quiz-section {
    list-style-type: none;
    margin: 0
}

.textview h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 8px
}

.ratingbox {
    width: 100%;
    margin: 0;
    position: relative
}

.rating-left {
    width: 336px;
    display: block;
    float: left
}

.rating-right {
    width: 300px;
    float: right;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-bottom: 16px
}

.ratingbox .right-title {
    text-align: center;
    font-weight: bold;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-bottom: 16px;
    line-height: 32px
}

.ratingbox .average-rating-panel {
    left: 0;
    width: 98px;
    top: 48px;
    border-radius: 7px;
    vertical-align: top;
    text-align: center;
    clear: both;
    line-height: 1.3em;
    position: absolute
}

.ratingbox .average-rating-panel .average-rating-title {
    font-weight: bold;
    display: block;
    margin-bottom: 8px
}

.ratingbox .average-rating-panel .average-rating-value {
    font-size: 32px;
    line-height: 32px;
    display: block;
    margin-bottom: 8px
}

.ratingbox .average-rating-panel .average-rating-stars {
    height: 24px;
    display: block;
    white-space: nowrap;
    margin-bottom: 8px
}

.fa {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: center no-repeat
}

.fa-star {
    background-image: url(../images/star-on.png);
    background-size: 16px
}

.fa-star-o {
    background-image: url(../images/star-off.png);
    background-size: 16px
}

.ratingbox .histogram-table {
    font-size: 13px;
    color: rgba(0, 0, 0, .54);
    line-height: 24px;
    padding-left: 121px;
    max-width: 200px;
    cursor: pointer
}

.viewmore.keywords {
    padding-right: 8px
}

.viewmore.keywords a {
    margin-left: 4px
}

.ratingbox .histogram-table>li:hover .rating-vote-game {
    width: 32px;
    height: 32px;
    z-index: 999;
    background-size: 100% !important
}

.ratingbox .rating-5 .rating-bar .rating-percent {
    background: #8bc34a
}

.ratingbox .rating-4 .rating-bar .rating-percent {
    background: #a4cc02
}

.ratingbox .rating-3 .rating-bar .rating-percent {
    background: #ffcf02
}

.ratingbox .rating-2 .rating-bar .rating-percent {
    background: #ff9f02
}

.ratingbox .rating-1 .rating-bar .rating-percent {
    background: #ff6f31
}

.ratingbox .rating-bar .rating-percent {
    display: block;
    height: 22px;
    border-radius: 3px 0 0 3px
}

.ratingbox .rating-title {
    right: 62%;
    width: 100px;
    position: absolute;
    text-align: right
}

.histogram-table li span {
    position: absolute
}

.ratingbox .rating-bar {
    right: 32px;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #999;
    height: 22px;
    border-radius: 3px;
    width: 40%
}

.ratingbox .rating-votes {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    overflow: hidden;
    right: 40px;
    position: absolute
}

.ratingbox .rating-vote-game {
    right: 0;
    width: 24px;
    height: 24px;
    top: 0
}

.ratingbox .histogram-table li {
    position: relative;
    height: 24px;
    line-height: 24px;
    margin: 8px 0 8px 0;
    list-style: none
}

.playedtimes {
    text-align: left;
    margin-bottom: 16px
}

.textview.fulldesc {
    padding-bottom: 16px;
    max-width: 640px;
    margin: 0 auto
}

.ratingbox .rating-5 .rating-vote-game {
    background: url(../images/1.png) no-repeat center;
    background-size: 90%
}

.ratingbox .rating-4 .rating-vote-game {
    background: url(../images/2.png) no-repeat center;
    background-size: 90%
}

.ratingbox .rating-3 .rating-vote-game {
    background: url(../images/3.png) no-repeat center;
    background-size: 90%
}

.ratingbox .rating-2 .rating-vote-game {
    background: url(../images/4.png) no-repeat center;
    background-size: 90%
}

.ratingbox .rating-1 .rating-vote-game {
    background: url(../images/5.png) no-repeat center;
    background-size: 90%
}

.box.tag-games .heading {
    background: #2196f3;
    color: #fff;
    font-size: inherit;
    font-weight: bold;
    width: 48%;
    padding: 4px 0 4px 16px
}

.box.tag-games .inside {
    border: 1px solid #2196f3;
    border-top: double #2196f3;
    border-radius: 0 0 5px 5px
}

.box.hottags .heading {
    background: #ff9800
}

.box.hottags .inside {
    border: 1px solid #ff9800;
    border-top: double #ff9800;
    border-radius: 0 0 5px 5px
}

.viewmore.keywords i {
    font-style: normal
}

.box.related-games .heading {
    background: #579f05
}

.box.related-games .inside {
    border: 1px solid #579f05;
    border-top: double #579f05;
    border-radius: 0 0 5px 5px
}

.fbbox {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden;
    margin-bottom: 8px
}

.box.tax-items .heading {
    background: #579f05
}

.sidebar .box .heading {
    width: 100%;
    padding: 4px 0 4px 0;
    text-indent: 16px;
    color: #fff;
    font-size: inherit;
    font-weight: bold
}

.box.tax-items .inside {
    border: 1px solid #579f05;
    border-top: double #579f05;
    border-radius: 0 0 5px 5px
}

.tax-items .listnav {
    padding-top: 16px
}

.tax-items .listnav h3 {
    display: inline-block
}

.tax-items .listnav {
    padding: 16px
}

.listnav li a:hover {
    color: #f8752b
}

.sidebar .listbox li {
    width: 33.33%;
    margin-bottom: 12px
}

.box-game-sidebar .listbox li {
    margin-bottom: 16px
}

.box-game-sidebar .listbox .thumb {
    height: 88px
}

.sidebar .listbox .thumb {
    width: 80px;
    height: 86px;
    min-height: inherit
}

.showall .subtab {
    display: block
}

.mainmenu li:nth-child(n+12) {
    display: none
}

.mainnav li.right {
    display: block
}

.subtab {
    display: none;
    border-bottom: 0;
    border-top: 0
}

.sidebar .listbox .thumb img {
    width: 80px;
    height: 80px;
    min-height: inherit
}

.box.history .heading {
    background: #2196f3
}

.box.history .inside {
    border: 1px solid #2196f3;
    border-top: double #2196f3;
    border-radius: 0 0 5px 5px
}

.theme.game .box.history,
.theme.index .box.history {
    margin-bottom: 0;
    overflow: hidden;
    background: #fff
}

.vlist {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    justify-content: space-between
}

.vlist li:nth-child(2n) {
    padding: 0 16px
}

.vlist li {
    position: relative;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    width: 31.55%
}

.section.box-sidebar .taxbox-video .container {
    padding-left: 0
}

.vlist li a {
    position: relative;
    display: block;
    word-spacing: 0
}

.vlist .thumb {
    padding: 0;
    position: relative;
    display: block;
    height: auto
}

.vlist .thumb:before {
    content: '►';
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    border-radius: 16px;
    border: 2px solid #fff;
    opacity: .6;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    text-align: center;
    background: rgba(0, 0, 0, .8)
}

.vlist .thumb img {
    width: 100%;
    min-height: 100px;
    border: 1px solid #ddd;
    border-radius: 3px
}

.vlist .title {
    height: 48px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: rgba(0, 0, 0, .87)
}

.vlist li:nth-child(n+4) {
    display: none
}

.vlist .time-video {
    position: absolute;
    bottom: 55px;
    right: 0;
    display: block;
    color: rgba(0, 0, 0, .87);
    background: rgba(255, 255, 255, .55);
    line-height: 20px;
    padding: 0 8px;
    font-size: 13px
}

.vlist li a:hover span {
    color: #f8752b
}

.box.historybox .inside {
    border: 1px solid #2196f3;
    border-top: double #2196f3;
    border-radius: 0 0 5px 5px
}

.listcard li a:hover {
    color: #f8752b;
    z-index: 1;
    opacity: .9
}

.subnav li a:hover {
    color: #f8752b
}

.listview li a:hover {
    color: #f8752b;
    z-index: 1;
    opacity: .9
}

.language-list li a {
    color: rgba(0, 0, 0, .87)
}

.language-list li a:hover {
    color: #f8752b
}

.theme.taxonomy .box.history {
    margin-bottom: 16px
}

.user-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.nav-top {
    position: absolute;
    display: none;
    right: 8px;
    width: 180px;
    z-index: 99;
    top: 47px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 3px
}

.nav-top li {
    display: block;
    position: relative;
    text-indent: 32px;
    font-size: 16px;
    border-bottom: 1px solid #ddd
}

.nav-top a {
    line-height: 32px;
    display: block;
    padding: 8px;
    max-width: 172px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .87)
}

.ui-menu {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    padding-bottom: 8px;
    border-radius: 2px;
    border-top-color: #d9d9d9
}

.ui-menu .ui-menu-item-wrapper {
    width: 100%;
    padding: 5px
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #eee
}

.ui-menu .ui-menu-item:last-child {
    border-bottom: 0
}

.textSearch {
    opacity: .54;
    font-size: 13px;
    position: relative
}

.textSearch[data-type="Post"]:after {
    content: "Bài viết";
    display: block;
    position: absolute;
    bottom: -7px;
    right: 1px;
    font-size: 11px
}

.titleKey {
    padding: 16px 8px 8px 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc
}

.ui-menu li img {
    width: 32px;
    height: 32px
}

.ui-menu-item:hover span.searchView {
    color: #f8752b
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0
}

.box.videobox .inside {
    position: relative;
    padding-bottom: 56.25%
}

#videoiframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.postbox iframe,
.postbox img,
.postbox embed {
    max-width: 100%
}

.gameview .missing {
    text-align: center
}

.btn-login {
    width: inherit;
    text-indent: 28px;
    margin-top: 6px;
    display: block;
    color: initial;
    background: url(../images/account_circle-black-18dp.svg) no-repeat left center;
    background-size: 24px !important
}

.account:hover .nav-top {
    display: block
}

.nav-top .nav-use {
    background: url(../images/account_circle-black-18dp.svg) no-repeat 8px center;
    background-size: 24px
}

.nav-top .nav-notifi {
    background: url(../images/notifications.svg) no-repeat 8px center;
    background-size: 24px
}

.nav-top .nav-fav {
    background: url(../images/star_black_24dp.svg) no-repeat 8px center;
    background-size: 24px
}

.nav-top .nav-out {
    background: url(../images/exit.png) no-repeat 8px center;
    background-size: 24px
}

.nav-top::after {
    content: " ";
    background: url(../images/dot_show_menu.png);
    width: 20px;
    height: 11px;
    position: absolute;
    top: -11px;
    right: 8px
}

.account li a:hover {
    color: #f8752b
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0
}

.box-sidebar .sidebar>div:first-child#adrightthird {
    padding-top: 0
}

#underplayad {
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee
}

.group-nav .group-item {
    display: inline-block;
    vertical-align: top;
    min-width: 140px;
    width: 24%;
    margin-bottom: 8px
}

.footer {
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    border-top: solid 2px #008000;
    margin-bottom: 0;
    padding-top: 8px
}

.footer-nav .group-item .group-hd {
    font-weight: bold;
    display: block;
    margin: 8px 0;
    color: rgba(0, 0, 0, .87)
}

.footer-nav .group-item a {
    color: rgba(0, 0, 0, .87)
}

.footer a {
    color: rgba(0, 0, 0, .54)
}

.footer .copyright {
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    border-top: 1px solid #ddd
}

.footer-nav .group-item a:hover {
    color: #f8752b
}

.section.footer {
    background: #fcfcfc
}

.footer .container {
    background: #fcfcfc;
    padding: 0 16px
}

.footer .copyright span {
    display: inline-block
}

.text p {
    padding-bottom: 0
}

.section.text.note {
    margin: 0 auto 8px auto;
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid #eee
}

.slick-next {
    opacity: 0
}

.slick-prev {
    opacity: 0
}

.slider:hover .slick-next {
    opacity: 1
}

.slider:hover .slick-prev {
    opacity: 1
}

.taxbox-bottom:hover .slick-next {
    opacity: 1
}

.taxbox-bottom:hover .slick-prev {
    opacity: 1
}

img.lazyloading {
    opacity: .5;
    transition: opacity 400ms
}

img.lazyloaded {
    opacity: 1
}

.support h1.heading {
    text-align: left;
    color: #ff6a00;
    display: block;
    font-size: 24px;
    padding: 8px 0;
    width: 100%;
    font-weight: bold
}

.support .container {
    background: inherit;
    padding: 0 16px 16px 16px
}

.support .section {
    margin-bottom: 0;
    overflow: hidden
}

.support #toan2 .right {
    top: 162px;
    margin-top: 0
}

.taxbox-bottom .listbox .new a::after {
    left: 0
}

#flashnotify.overlay {
    z-index: 99
}

#flashnotify.overlay b {
    position: fixed;
    top: 240px;
    left: 150px;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 5px #000
}

#flashnotify.overlay b::after {
    content: '';
    position: fixed;
    top: 170px;
    left: 280px;
    background: url(images/arrow-177-xl.png) no-repeat center;
    background-size: 64px 64px;
    height: 64px;
    width: 64px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite
}

.textview .slider {
    clear: both;
    max-height: 325px;
    height: inherit
}

.textview .slider figure img {
    height: 100%;
    width: auto;
    box-shadow: inherit;
    border-radius: 0;
    padding-right: 5px;
    border-color: inherit;
    margin: 0;
    border-style: none;
    max-width: inherit
}

.textview .slider figure:last-child img {
    padding-right: 0
}

.textview .slider {
    height: auto;
    display: block;
    padding-top: 52%;
    width: 100%;
    margin-bottom: 8px;
    position: relative
}

.textview .slider .slider-wrapper {
    width: auto;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    flex-wrap: nowrap;
    height: 100%;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden
}

.slider-wrapper::-webkit-scrollbar {
    height: 2px
}

.slider-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.slider-wrapper::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #c1c1c1
}

.textview .slider figure {
    height: 100%;
    display: contents
}

.textview figure {
    text-align: center;
    margin-bottom: 16px
}

.textview .gallery img {
    width: 100%;
    height: auto;
    display: block
}

.textview .gallery {
    margin-bottom: 8px
}

.textview .gallery figure {
    margin: .8%
}

.textview .gallery-wrapper figure {
    width: 31.5%
}

.textview .gallery-wrapper.two-colums figure {
    width: 48.3%
}

.textview .gallery-wrapper.four-colums figure {
    width: 23.3%
}

.textview .gallery-wrapper.five-colums figure {
    width: 18.3%
}

.textview .gallery div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.textview figcaption {
    padding-bottom: 16px
}

.textview .slider:hover .next-slider:before,
.textview .slider:hover .back-slider:before {
    visibility: visible
}

.textview .slider .next-slider {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    right: 0;
    cursor: pointer;
    height: 100%
}

.textview .slider .back-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
    width: 32px;
    display: block;
    width: 40px;
    max-height: 100%;
    height: 100%
}

.textview .slider .next-slider:before {
    content: '▶';
    position: absolute;
    font-size: 14px;
    top: 48%;
    visibility: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    text-indent: 4px;
    background: #f7f7f7;
    color: #6f6767;
    border-radius: 50%;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    height: 32px
}

.textview .slider .back-slider:before {
    content: '◀';
    visibility: hidden;
    position: absolute;
    font-size: 14px;
    top: 48%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    left: 8px;
    background: #f7f7f7;
    color: #6f6767;
    border-radius: 50%;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    height: 32px
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(30px)
    }
    60% {
        -webkit-transform: translateY(15px)
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(30px)
    }
    60% {
        -moz-transform: translateY(15px)
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.box-game-sidebar .listbox li:nth-child(n+10) {
    display: none
}

.box-game-sidebar .listbox .plays {
    font-size: 12px
}

.four .mainnav,
.five .mainnav {
    display: none
}

.four h1.heading,
.five h1.heading {
    margin: 0 auto 8px auto;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 0;
    border: 0;
    text-overflow: ellipsis;
    line-height: 1em;
    padding: 8px 0 8px 0;
    text-align: left;
    font-size: 24px;
    width: 100%;
    font-weight: normal;
    color: rgba(0, 0, 0, .87)
}

.four.showoverlay .mainnav,
.five.showoverlay .mainnav {
    display: block;
    position: absolute;
    top: 71px;
    z-index: 999;
    width: 968px;
    margin: 0 auto;
    left: 10px;
    right: 10px
}

.four.showoverlay .overlay,
.five.showoverlay .overlay {
    display: block;
    cursor: pointer
}

.four .language-toolbox .language-list {
    z-index: 9999
}

.four .header,
.five .header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px
}

.five #gameview {
    margin-bottom: 0
}

.five .gamebox {
    border-bottom: 1px solid #eee;
    margin-bottom: 16px
}

.five .section.text.note {
    border-top: 0
}

.notifications.visi-on {
    visibility: hidden
}

.theme.pro .adbox {
    display: none !important
}

.box-banner-noads {
    display: block;
    text-align: center;
    padding: 12px 0;
    line-height: 32px;
    margin-bottom: 8px;
    background: #fdf0d3
}

.content-baner .boxibuy {
    display: inline-block
}

.content-baner .btn-ibuy {
    padding: 2px 16px;
    background: #d92600;
    color: #fff;
    max-width: 99px;
    line-height: 28px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
    margin-left: 16px
}

.content-baner .btn-ibuy:hover {
    opacity: .9
}

.content-baner span {
    color: #f00;
    font-size: 18px
}

.Banner-noads {
    max-width: 978px;
    margin: 0 auto
}

.content-baner div {
    display: inline-block
}

.s-icon {
    position: absolute;
    left: 12px;
    top: 6px;
    height: 44px;
    background: #f5f5f5;
    display: block;
    max-width: 160px;
    font-size: 8px;
    line-height: 13px;
    border: 1px solid #e5e5e5;
    border-radius: 3px
}

.number-head {
    color: #f48120;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    font-family: PathwayGothicOne;
    line-height: normal;
    height: 30px;
    display: block;
    border-radius: 3px 3px 0 0;
    width: 44px;
    line-height: 30px;
    text-align: center;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5
}

.gameview h1.heading.item-head {
    padding-left: 76px;
    margin-bottom: 8px
}

.gameview .container.box-head {
    border-bottom: 0
}

.head-note {
    display: block;
    font-size: 9px;
    padding: 0;
    line-height: 15px;
    text-align: center
}

.lists li {
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 0;
    margin: 0 8px;
    width: 47%
}

.sidebar .lists li {
    width: 100%;
    margin: 0
}

.lists {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 8px
}

.heading.post {
    margin-top: 16px
}

.lists li a {
    display: block;
    min-height: 67px;
    padding-left: 70px;
    position: relative;
    max-height: 67px;
    overflow: hidden;
    color: initial;
    text-overflow: ellipsis
}

.lists li a:hover {
    color: #f8752b
}

.lists li img {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 3px
}

.title-top-news {
    line-height: 2em;
    font-size: 1.4em;
    border-bottom: 1px solid #ccc
}

#trumbowyg-icons {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0
}

#trumbowyg-icons svg {
    height: 0;
    width: 0
}

.trumbowyg-box *,
.trumbowyg-box *::before,
.trumbowyg-box *::after,
.trumbowyg-modal *,
.trumbowyg-modal *::before,
.trumbowyg-modal *::after {
    box-sizing: border-box
}

.trumbowyg-box svg,
.trumbowyg-modal svg {
    width: 22px;
    height: 100%;
    filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(165deg) brightness(91%) contrast(84%)
}

.trumbowyg-box,
.trumbowyg-editor {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 5px;
    min-height: 56px
}

.trumbowyg-box strong {
    font-weight: bold
}

.trumbowyg-box .trumbowyg-editor {
    margin: 0 auto
}

.trumbowyg-box.trumbowyg-fullscreen {
    background: #fefefe;
    border: none !important
}

.trumbowyg-editor,
.trumbowyg-textarea {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    min-height: 72px;
    width: 100%;
    border-style: none;
    resize: none;
    outline: none;
    overflow: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
    transition: height 300ms ease-out
}

.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-box-blur .trumbowyg-editor::before {
    color: transparent !important;
    text-shadow: 0 0 7px #333
}

@media screen and (min-width: 0 \0) {
    .trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(200, 200, 200, .6) !important
    }
}

@supports(-ms-accelerator:true) {
    .trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(200, 200, 200, .6)!important
    }
}

.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
    opacity: .2
}

.trumbowyg-textarea {
    position: relative;
    display: block;
    overflow: auto;
    border: none;
    font-size: 16px;
    font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
    line-height: 18px
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
    height: 1px !important;
    width: 25%;
    min-height: 0 !important;
    padding: 0 !important;
    background: none;
    opacity: 0 !important
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
    display: block;
    margin-bottom: 1px
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
    display: none
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
    opacity: .8;
    background: none
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
    content: attr(placeholder);
    color: #999;
    pointer-events: none;
    white-space: break-spaces
}

.trumbowyg-button-pane {
    width: 100%;
    border-radius: 5px 5px 0 0;
    min-height: 36px;
    background: #fff;
    border-bottom: 1px solid #c5c5c5;
    margin: 0;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    list-style-type: none;
    line-height: 10px;
    backface-visibility: hidden;
    z-index: 11
}

.trumbowyg-button-pane::after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #d7e0e2
}

.trumbowyg-button-pane .trumbowyg-button-group {
    display: inline-block
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: transparent
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
    content: " ";
    display: inline-block;
    width: 1px;
    background: #d7e0e2;
    margin: 0 5px;
    height: 35px;
    vertical-align: top
}

.trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
    content: none
}

.trumbowyg-button-pane button {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 1px 6px !important;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: none;
    vertical-align: middle;
    transition: background-color 150ms, opacity 150ms
}

.trumbowyg-button-pane button:hover {
    background: #eee
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
    width: auto;
    line-height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-button-pane button.trumbowyg-disable,
.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: .2;
    cursor: default
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
    background: #e3e9eb
}

.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button.trumbowyg-active {
    background-color: #eee;
    outline: none
}

.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
    padding-left: 10px !important;
    padding-right: 18px !important
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
    top: 17px;
    right: 7px
}

.trumbowyg-button-pane .trumbowyg-right {
    float: right
}

.trumbowyg-dropdown {
    max-width: 300px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    border: 1px solid #ecf0f1;
    padding: 5px 0;
    border-top: none;
    background: #fff;
    margin-left: -1px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;
    z-index: 12
}

.trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #fff;
    padding: 0 20px 0 10px;
    color: #333 !important;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    transition: all 150ms
}

.trumbowyg-dropdown button:hover,
.trumbowyg-dropdown button:focus {
    background: #ecf0f1
}

.trumbowyg-dropdown button svg {
    float: left;
    margin-right: 14px
}

.trumbowyg-modal {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 520px;
    width: 100%;
    height: 350px;
    z-index: 12;
    overflow: hidden;
    backface-visibility: hidden
}

.trumbowyg-modal-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: calc(100% - 20px);
    padding-bottom: 45px;
    z-index: 1;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
    backface-visibility: hidden
}

.trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #eee;
    color: #333;
    background: #fbfcfc
}

.trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 58px
}

.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
    background: #2bc06a;
    width: 0;
    height: 100%;
    transition: width 150ms linear
}

.trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden
}

.trumbowyg-modal-box label .trumbowyg-input-infos {
    display: block;
    text-align: left;
    height: 25px;
    line-height: 25px;
    transition: all 150ms
}

.trumbowyg-modal-box label .trumbowyg-input-infos span {
    display: block;
    color: #69878f;
    background-color: #fbfcfc;
    border: 1px solid #dedede;
    padding: 0 7px;
    width: 150px
}

.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
    color: #e74c3c
}

.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
    border: 1px solid #e74c3c
}

.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
    margin-top: -27px
}

.trumbowyg-modal-box label input {
    position: absolute;
    top: 0;
    right: 0;
    height: 27px;
    line-height: 27px;
    border: 1px solid #dedede;
    background: #fff;
    font-size: 16px;
    max-width: 330px;
    width: 70%;
    padding: 0 7px;
    transition: all 150ms
}

.trumbowyg-modal-box label input:hover,
.trumbowyg-modal-box label input:focus {
    outline: none;
    border: 1px solid #95a5a6
}

.trumbowyg-modal-box label input:focus {
    background: #fbfcfc
}

.trumbowyg-modal-box label input[type="checkbox"] {
    left: 6px;
    top: 6px;
    right: auto;
    height: 16px;
    width: 16px
}

.trumbowyg-modal-box label input[type="checkbox"]+.trumbowyg-input-infos span {
    width: auto;
    padding-left: 25px
}

.trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: #f00
}

.trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 150ms
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    right: 110px;
    background: #2bc06a
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
    background: #40d47e;
    outline: none
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background: #25a25a
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    color: #555;
    background: #e6e6e6
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
    background: #fbfbfb;
    outline: none
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
    background: #d5d5d5
}

.trumbowyg-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    height: 100%;
    width: 100%;
    left: 0;
    display: none;
    top: 0;
    z-index: 10
}

body.trumbowyg-body-fullscreen {
    overflow: hidden
}

.trumbowyg-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99999
}

.trumbowyg-fullscreen.trumbowyg-box,
.trumbowyg-fullscreen .trumbowyg-editor {
    border: none
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px) !important;
    overflow: auto
}

.trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important
}

.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #222;
    fill: transparent
}

.trumbowyg-editor object,
.trumbowyg-editor embed,
.trumbowyg-editor video,
.trumbowyg-editor img {
    max-width: 100%
}

.trumbowyg-editor video,
.trumbowyg-editor img {
    height: auto
}

.trumbowyg-editor img {
    cursor: move
}

.trumbowyg-editor canvas:focus {
    outline: none
}

.trumbowyg-editor.trumbowyg-reset-css {
    background: #fefefe !important;
    font-size: 16px !important;
    line-height: 1.45em !important;
    color: #333
}

.trumbowyg-editor.trumbowyg-reset-css a {
    color: #039 !important;
    text-decoration: underline !important
}

.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css blockquote {
    box-shadow: none !important;
    background: none !important;
    margin: 0 !important;
    font-size: 16px !important;
    border: none
}

.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object,
.trumbowyg-editor.trumbowyg-reset-css hr {
    margin-bottom: 8px !important
}

.trumbowyg-editor.trumbowyg-reset-css blockquote {
    margin-left: 32px !important;
    font-style: italic !important;
    color: #555
}

.trumbowyg-editor.trumbowyg-reset-css ul {
    list-style: disc
}

.trumbowyg-editor.trumbowyg-reset-css ol {
    list-style: decimal
}

.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol {
    padding-left: 20px !important
}

.trumbowyg-editor.trumbowyg-reset-css ul ul,
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul {
    border: none;
    margin: 2px !important;
    padding: 0 !important;
    padding-left: 24px !important
}

.trumbowyg-editor.trumbowyg-reset-css hr {
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #ccc
}

.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
    color: #111;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold
}

.trumbowyg-editor.trumbowyg-reset-css h1 {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-bottom: 20px !important
}

.trumbowyg-editor.trumbowyg-reset-css h2 {
    font-size: 26px !important;
    line-height: 34px !important;
    margin-bottom: 15px !important
}

.trumbowyg-editor.trumbowyg-reset-css h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 7px !important
}

.trumbowyg-editor.trumbowyg-reset-css h4 {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 7px !important
}

.trumbowyg-dark .trumbowyg-textarea {
    background: #111;
    color: #ddd
}

.trumbowyg-dark .trumbowyg-box {
    border: 1px solid #343434
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
    background: #111
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    text-shadow: 0 0 7px #ccc
}

@media screen and (min-width: 0 \0) {
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, .6) !important
    }
}

@supports(-ms-accelerator:true) {
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, .6)!important
    }
}

.trumbowyg-dark .trumbowyg-box svg {
    fill: #ecf0f1;
    color: #ecf0f1
}

.trumbowyg-dark .trumbowyg-button-pane {
    background-color: #222;
    border-bottom-color: #343434
}

.trumbowyg-dark .trumbowyg-button-pane::after {
    background: #343434
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
    background-color: #343434
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: transparent
}

.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
    background-color: #2a2a2a
}

.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #333
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    border-top-color: #fff
}

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: #ecf0f1;
    fill: transparent
}

.trumbowyg-dark .trumbowyg-dropdown {
    border-color: #222;
    background: #333;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 3px
}

.trumbowyg-dark .trumbowyg-dropdown button {
    background: #333;
    color: #fff !important
}

.trumbowyg-dark .trumbowyg-dropdown button:hover,
.trumbowyg-dark .trumbowyg-dropdown button:focus {
    background: #222
}

.trumbowyg-dark .trumbowyg-modal-box {
    background-color: #222
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #3c3c3c
}

.trumbowyg-dark .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
    color: #eee;
    background-color: #2f2f2f;
    border-color: #222
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
    color: #e74c3c
}

.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
    border-color: #e74c3c
}

.trumbowyg-dark .trumbowyg-modal-box label input {
    border-color: #222;
    color: #eee;
    background: #333
}

.trumbowyg-dark .trumbowyg-modal-box label input:hover,
.trumbowyg-dark .trumbowyg-modal-box label input:focus {
    border-color: #626262
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus {
    background-color: #2f2f2f
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #1b7943
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
    background: #25a25a
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background: #176437
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    background: #333;
    color: #ccc
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
    background: #444
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
    background: #111
}

.trumbowyg-dark .trumbowyg-overlay {
    background-color: rgba(15, 15, 15, .6)
}

.trumbowyg-dropdown-emoji {
    width: 265px;
    padding: 7px 0 7px 5px
}

.trumbowyg-dropdown-emoji svg {
    display: none !important
}

.trumbowyg-dropdown-emoji button {
    display: block;
    position: relative;
    float: left;
    height: 26px;
    width: 26px;
    padding: 0;
    margin: 2px;
    line-height: 24px;
    text-align: center
}

.trumbowyg-dropdown-emoji button:hover::after,
.trumbowyg-dropdown-emoji button:focus::after {
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    height: 27px;
    width: 27px;
    background: inherit;
    box-shadow: #000 0 0 2px;
    z-index: 10;
    background-color: transparent
}

.trumbowyg .emoji {
    width: 22px;
    height: 22px;
    display: inline-block
}

.comments {
    position: relative;
    overflow: hidden
}

.comments .head {
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 8px 0
}

.comments .total-comments {
    float: left;
    padding: 11px 0;
    font-weight: bold
}

.comments .btn-post.iLoad:after {
    content: "Đang gửi...";
    font-size: 12px;
    display: block;
    position: absolute;
    color: #fff;
    top: 4px;
    text-indent: initial;
    width: 100%;
    left: 0
}

.comments .orderby {
    float: right;
    padding: 8px 0
}

.comments .orderby .option {
    border: 1px solid;
    border-radius: 2px;
    box-sizing: content-box;
    font-size: 14px;
    background: #f5f6f7;
    border-color: #ccd0d5;
    color: #4b4f56;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    justify-content: center;
    padding: 3px 4px;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle
}

.comments .orderby span {
    font-size: 14px;
    line-height: 25px
}

.content-comment p>br {
    display: none
}

.comments .input-comment {
    border: 1px solid #c5c5c5;
    position: relative;
    border-radius: 5px
}

.comments {
    margin-bottom: 16px
}

.comments .input-post {
    font-size: 16px;
    padding: 12px 8px;
    display: block
}

.comments .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0;
    background: url(../images/icon-comment.png) no-repeat;
    background-position: center
}

.comments .avatar.user {
    width: 48px;
    height: 48px
}

.comments .note-cmt {
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
    margin-top: 0;
    margin-left: 4px !important
}

.comments .main-comments {
    position: relative;
    padding-left: 64px;
    display: block;
    margin-top: 8px;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #bdc7d8
}

.comments .box-mes {
    display: block;
    background: #f0f2f5;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 8px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.comments .box-mes pre {
    background: #f4fbf4;
    border-radius: 5px;
    white-space: normal;
    max-height: initial;
    border: 1px solid #f4fbf4
}

.comments .main-comments.main-reply {
    padding-left: 56px
}

.comments.QA .main-comments.main-reply {
    margin-top: 16px;
    border-bottom: 0
}

.comments .main-comments img {
    border-radius: 50%;
    box-shadow: initial;
    max-width: 100%
}

.comments .input-post:empty:before {
    content: attr(placeholder);
    display: block;
    color: #90949c;
    font-size: 16px;
    cursor: text
}

.comments .btn-post {
    padding: 4px 24px;
    background-color: #288ad6;
    border-color: #288ad6;
    color: #fff;
    display: none;
    text-align: right;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin-top: 8px
}

.comments .btn-cancel,
.comments .btn-remove {
    background: #f5f6f7;
    padding: 3px 24px;
    border: 1px solid #ccd0d5;
    display: none;
    font-size: 14px;
    margin-right: 4px;
    line-height: 20px;
    border-radius: 3px;
    color: rgba(0, 0, 0, .87);
    cursor: pointer
}

.comments .btn-cancel:hover,
.comments .btn-remove:hover {
    background: #ebedf0
}

.comments .btn-post:hover {
    background-color: #1884d8;
    border-color: #1884d8;
    color: #fff
}

.comments a:hover {
    color: initial
}

.comments .active .btn-post,
.comments .active .btn-cancel,
.comments .active .btn-remove {
    display: inline-block
}

.comments .box-btn {
    display: block;
    height: 32px;
    text-align: right
}

.noeven {
    pointer-events: none
}

.comments .items-comment {
    display: block;
    position: relative
}

.comments .list-comment li {
    position: relative;
    padding-left: 48px
}

.comments .list-comment .avatar img {
    border-radius: 50%;
    box-shadow: initial;
    max-width: 100%;
    height: 100%
}

.comments .list-comment .fullname {
    color: rgba(0, 0, 0, .87);
    display: inline-block;
    font-weight: bold;
    max-width: 250px;
    margin-bottom: -6px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    text-decoration: none
}

.comments .list-comment .message {
    display: block;
    color: initial
}

.comments .content-comment .message {
    color: initial;
    display: -webkit-box;
    max-height: 125px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px
}

.comments .loadmore {
    position: absolute;
    bottom: -1px;
    right: 8px;
    font-style: normal;
    font-size: 13px;
    z-index: 9;
    cursor: pointer;
    color: rgba(0, 0, 0, .54)
}

.loadmore:hover {
    color: #f8752b
}

.comments .content-comment .message.imore {
    max-height: initial;
    overflow: initial;
    display: block
}

.comments .disabled {
    background-color: initial !important;
    border-color: initial !important
}

.post-detail .comments p {
    margin: 0
}

.comments .box-mes strong {
    font-weight: bold
}

.comments .box-mes em {
    font-style: italic
}

.comments .input-comment em {
    font-style: italic
}

.comments .list-comment .action {
    display: block;
    position: relative
}

.comments .list-comment .action span {
    font-size: 13px;
    color: rgba(0, 0, 0, .54);
    padding: 0;
    border: 0;
    line-height: 20px
}

.comments .list-comment .action span[aria-hidden="true"]:hover {
    text-decoration: none;
    cursor: initial
}

.comments .list-comment .action .action-like {
    margin-left: 4px
}

.comments .list-comment .action .date-custom:hover {
    text-decoration: none
}

.comments .list-comment .action span:hover {
    text-decoration: underline;
    cursor: pointer
}

.comments .list-comment .action .like:hover {
    cursor: initial;
    text-decoration: none
}

.comments .list-comment .icon-like {
    background: url(../images/icon-like.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: text-top
}

.comments .list-comment .action .date-custom {
    color: #90949c;
    text-decoration: none
}

.comments .list-comment li {
    margin-top: 8px
}

.comments .btn.reply.disabled {
    pointer-events: none;
    opacity: .87
}

.comments .btn-post.on-reply {
    opacity: .87;
    pointer-events: none
}

.comments .in-active .btn-post.on-reply,
.comments .in-active .btn-cancel,
.comments .in-active .btn-remove {
    pointer-events: initial;
    display: inline-block;
    opacity: initial
}

.comments .off-like {
    display: none
}

.comments .name-reply {
    color: #4267b2
}

.comments .action-like.disabled {
    pointer-events: none
}

.comments .btn-post.iLoad {
    pointer-events: none;
    text-indent: -9999px;
    position: relative;
    min-width: 24px
}

.comments .name-reply:hover {
    text-decoration: underline;
    color: #4267b2
}

.comments .box-more {
    text-align: center;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 16px
}

.comments .viewmore-comment {
    display: block;
    cursor: pointer;
    padding: 8px;
    background: #3578e5;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2px
}

.comments .viewmore-comment:hover {
    background: #dddfe2;
    color: #fff
}

.comments .viewmore-comment.loading {
    border: 0;
    text-indent: -99999px;
    padding: 0;
    background: #fff;
    vertical-align: text-bottom;
    display: inline-block
}

.comments .fullname[data-role="2"]:after {
    content: "";
    background: url(../images/icon-verified.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    display: inline-block
}

.comments .subtab {
    display: block
}

.subtab.subMore li:nth-child(n+4) {
    display: none
}

.moreSub {
    margin-top: 4px;
    display: block;
    cursor: pointer
}

.moreSub:before {
    content: "";
    background: url(../images/reply.png) no-repeat;
    width: 16px;
    height: 10px;
    display: inline-block;
    margin-right: 6px;
    opacity: .54
}

.comments .moreSub:hover {
    color: #ff4500
}

.comments .message a {
    color: #039
}

.comments .message a:hover {
    color: #ff4500
}

.comments .moreSub:hover:before {
    filter: invert(37%) sepia(69%) saturate(4865%) hue-rotate(1deg) brightness(103%) contrast(105%)
}

.comments .loading {
    display: inline-block;
    width: 24px;
    height: 24px
}

.comments .loading:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 3px solid #9e9e9e;
    border-color: #9e9e9e transparent #9e9e9e transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

.comments.QA .list-comment>li {
    margin-left: 0;
    margin: 16px 0;
    padding-bottom: 8px
}

.QA .items-comment {
    margin-top: 16px
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@media screen and (max-width: 640px) {
    .comments .fullname[data-role="2"]:before {
        top: 2px
    }
    .comments .list-comment li {
        padding-left: 48px
    }
    .main-comments>.avatar {
        display: none
    }
    .comments.QA {
        padding: 0
    }
    .comments .orderby .option {
        font-size: 16px;
        padding: 1px 4px
    }
    .comments .viewmore-comment:hover {
        background: #3578e5;
        color: #fff
    }
    .comments .main-comments img {
        display: none
    }
    .comments .main-comments {
        padding-left: 0
    }
    .comments .list-comment li.item-cmt {
        padding-bottom: 0;
        padding-left: 48px
    }
    .comments .list-comment li.item-cmt:last-child {
        border-bottom: 0
    }
    .comments .list-comment .subtab img {
        max-width: 24px
    }
    .comments .list-comment .subtab li {
        padding-left: 40px
    }
    .comments .list-comment .subtab {
        margin-left: -8px
    }
    .comments .subtab .avatar {
        width: 24px;
        height: 24px;
        left: 8px;
        background-size: 24px
    }
    .comments .list-comment .fullname {
        line-height: 20px
    }
    .comments .main-comments.main-reply {
        padding-left: 0
    }
    .comments .list-comment .action {
        line-height: 18px;
        margin-top: 2px
    }
    .comments .main-comments.main-reply {
        margin-left: 8px;
        margin-top: 4px
    }
    .comments .total-comments {
        font-size: 16px
    }
    .comments .note-cmt {
        line-height: 19px
    }
}

.QArating {
    white-space: nowrap;
    display: inline-block;
    background: #eee;
    border-radius: 3px;
    min-width: 130px;
    height: 32px;
    line-height: 32px;
    text-align: center
}

.QArating a {
    display: inline-block;
    white-space: nowrap;
    width: 33.3%
}

.QArating .Downvote,
.QArating .Upvote {
    height: 32px;
    cursor: pointer;
    max-width: 40px
}

.QArating .Downvote:hover,
.QArating .Upvote:hover {
    opacity: .87
}

.QArating .Downvote::after {
    content: '';
    background: url(../images/dislike.png) 6px 6px no-repeat;
    background-size: 20px;
    opacity: .32;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px
}

.QArating .Upvote::after {
    content: '';
    background: url(../images/like.png) 6px 6px no-repeat;
    background-size: 20px;
    opacity: .32;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px
}

.QAaction {
    display: block;
    position: relative
}

.QAanswer {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    padding: 4px 32px;
    background: #58257b url(../images/edit-icon.png) 6px 6px no-repeat;
    background-size: 20px;
    cursor: pointer
}

.QAanswer:hover {
    opacity: .87
}

.comments.QA .main-comments {
    margin-bottom: 0;
    margin-top: 32px
}

.Answerrating .Upvote {
    background: url(../images/like.png) 6px -1px no-repeat;
    background-size: 20px;
    opacity: .32
}

.comments .list-comment .action .date-custom:hover {
    cursor: initial
}

.Answerrating .Downvote {
    background: url(../images/dislike.png) 6px 2px no-repeat;
    background-size: 20px;
    opacity: .32
}

.Answerrating .Upvote:hover,
.Answerrating .Downvote:hover {
    opacity: .54
}

.Totalvote:hover {
    cursor: initial;
    text-decoration: none
}

.QAaction {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px
}

.Answerrating {
    margin-right: 4px;
    margin-left: -6px
}

.comments.QA .list-comment .action span:hover {
    text-decoration: initial
}

.Answerrating .Downvote,
.Answerrating .Upvote {
    height: 24px;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    vertical-align: middle
}

.post-detail .Totalvote:hover {
    color: initial
}

.notifications {
    display: inline-block;
    vertical-align: bottom
}

.toggle.notifications {
    padding: 6px 8px 6px 28px;
    margin-right: 8px;
    cursor: pointer;
    display: inline-block;
    color: initial;
    height: 23px;
    position: relative;
    vertical-align: bottom;
    border-radius: 50%;
    z-index: 99;
    background: #eee url(../images/notifications.svg) no-repeat center;
    background-size: 24px
}

.toggle.notifications:hover {
    opacity: .87
}

.toggle .notRead {
    position: absolute;
    top: -8px;
    left: 22px;
    background: #f44336;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
    min-width: 11.5px;
    height: 19px;
    line-height: 19px;
    padding: 0 4px;
    font-size: 13px
}

.box-notifications {
    position: absolute;
    top: 40px;
    right: -134px;
    max-height: calc(100vh - 8.5rem);
    overflow: hidden;
    overflow-y: auto;
    z-index: 99;
    width: 368px;
    box-shadow: 0 0 5px 0 #666;
    padding: 16px 12px 16px 16px;
    border-radius: 5px;
    background: #fff
}

.box-notifications:hover::-webkit-scrollbar-thumb {
    background: #ddd
}

.box-notifications::-webkit-scrollbar {
    width: 8px
}

.box-notifications::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: none
}

.t-notifications {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 12px 12px 8px;
    display: block
}

.list-notifications li img {
    border-radius: 50%;
    width: 100%;
    height: 56px;
    border: 1px solid #ddd
}

.list-notifications li.noItem {
    padding: 8px 8px 4px 8px;
    position: relative
}

.list-notifications li a {
    display: block;
    height: 68px;
    color: rgba(0, 0, 0, .87);
    padding-left: 72px;
    padding-right: 8px;
    position: relative;
    overflow: hidden
}

.list-notifications li span {
    display: block
}

.list-notifications li .thumb {
    width: 56px;
    display: block;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0
}

.list-notifications li .itime {
    color: #03a9f4;
    font-weight: bold
}

.list-notifications li.noItem:hover {
    background: #f2f2f3;
    border-radius: 5px
}

.list-notifications li[data-reader='noOpen']::after {
    content: "";
    background: #2196f3;
    width: 12px;
    right: 8px;
    height: 12px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 34px
}

.list-notifications .ibefore {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 12px 4px 8px;
    display: block
}

.box-notifications .inew {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 12px 0 8px;
    display: block
}

.box-notifications .openNotifi {
    position: absolute;
    top: 24px;
    color: initial;
    right: 16px;
    background: url(../images/switch.svg) no-repeat;
    background-size: 22px;
    text-indent: 25px
}

.box-notifications .openNotifi:hover {
    opacity: .72
}

.box-notifications .inotifi-more {
    display: block;
    text-align: center;
    color: initial;
    height: initial;
    padding: 0;
    margin: 8px 0
}

.box-notifications .inotifi-more:hover {
    color: #f8752b
}

.shownotifi .overlay {
    display: block;
    background: rgba(0, 0, 0, 0)
}

.listbox-view {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 16px 0 16px;
    flex-direction: row;
    justify-content: space-between
}

.listbox-view li {
    width: 49%;
    margin: 0;
    border-bottom: 0
}

.box.articles .viewmore {
    margin-right: 16px
}

.listbox-view li a {
    display: block;
    min-height: 80px;
    color: rgba(0, 0, 0, .87);
    max-height: 80px;
    padding-left: 96px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden
}

.listbox-view li img {
    border-radius: 3px;
    position: absolute;
    left: 0
}

.listbox-view li .name-bold {
    display: block;
    line-height: 25px
}

.listbox-view li .opacity {
    color: #888;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    white-space: nowrap;
    font-weight: normal;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis
}

.listbox-view.clearfix:after {
    display: none
}

.listbox-view li a:hover {
    color: #f8752b
}

a[data-popurl] {
    cursor: pointer
}

.quiz-section-img img {
    max-width: 100%;
    height: auto
}

.quiz-cover-img img {
    width: 100%;
    min-height: 335px
}

.quiz-main.textview {
    height: 100%;
    position: relative
}

.quiz-play {
    height: 100%;
    padding-top: 16px;
    background-image: url(images/confectionary.png)
}

.quiz-section-content {
    padding: 0 16px;
    padding-bottom: 6px
}

.totalScore {
    padding: 16px 0;
    text-align: center
}

.totalScore span {
    display: block;
    font-size: 18px;
    font-weight: bold
}

#gameview[data-score=True] .quiz-check-review-desc {
    text-align: center
}

.quiz-section-content.selected {
    pointer-events: none
}

.answer-desc {
    background: #f9a29b;
    font-weight: bold;
    margin-bottom: 8px;
    cursor: pointer;
    line-height: 24px;
    padding: 8px;
    text-indent: 32px;
    border-radius: 3px
}

.list-item.selected.true .answer-desc {
    background: #8bc34a
}

.list-item.selected.false .answer-desc {
    background: #f44336
}

.list-item.true .answer-desc {
    background: #8bc34a
}

.list-item:hover .answer-desc {
    background: #ff8a80
}

.btn.play-quiz {
    position: relative;
    margin: 0 auto 16px auto;
    line-height: 45px;
    width: 35%;
    font-weight: bold;
    max-width: 320px;
    color: #fff;
    display: block;
    background: #4caf50;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border-radius: 3px;
    white-space: nowrap
}

.btn.play-quiz.hide {
    display: none
}

.btn.play-quiz:hover {
    background: #43a047
}

.quiz-section-img {
    width: 100%;
    margin: 0 auto;
    max-height: 335px;
    overflow: hidden
}

.quiz-section-title {
    margin-bottom: 8px;
    line-height: 24px;
    font-weight: bold;
    max-height: 48px;
    padding: 16px 8px 0 8px;
    overflow: hidden;
    text-align: center
}

.answer-desc.color {
    background: #ff8a80
}

.item.item-checkboxes .list-item .overlabel .mark {
    position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    border-radius: 2px;
    background: #fff;
    left: 8px;
    top: 12px
}

.item.item-choices .list-item .overlabel :checked+.mark::before {
    position: absolute;
    width: 18px;
    height: 18px;
    content: "";
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAqFBMVEUAAABNrFOAgIBLr1BMsE9NsE9Mr1BLsE9LrlFMr1BMrlFRrlFLrlFMr1BMr1BKqlVNr1BVqlVMsE9Nr1BMr1BHrVJMr1BMr1BJtklNr1BMr1BLr1BNs01NrlFMrlFVqlVNrlFMr1BMrlFLrVNNr1BLr1BNrlFMr1BMr1BOsU4A/wBMrlFMr1BOsU5NsFBNr1BKsU5VqlVMr1BLsE9VqlVQr1BMr1AAAACNIWtkAAAANnRSTlMAKAJtl2T+xFX80RNS+9kYlgxN+toZ27sHRvjfHniuAz/15CKMnzzy6CcBm+8xqvA0Brg9CSDrCofzAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+MBCgskOjVo3a0AAABzSURBVAjXY2DABxiZULjMZizIXFY2M3YkLgenGRc3gsvDa8bHDzRCQBDMFRI2ExEF0mJm4hJASlLKTFoGJC5rZiYnz6CgaKakDNGnYmamqqZupqEJNUdL2wwIdHThBsvrmZnpGyBZbGikaIziThNTnD4CAL8ICduR9Ta6AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTAxLTEwVDEwOjM2OjU4KzAxOjAwThaGQgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wMS0xMFQxMDozNjo1OCswMTowMD9LPv4AAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC') no-repeat center
}

.item.item-choices .list-item .overlabel .mark {
    position: absolute;
    width: 18px;
    height: 18px;
    content: '';
    border-radius: 50%;
    background: #fff;
    left: 8px;
    top: 11px
}

.item.item-checkboxes .list-item .overlabel :checked+.mark::before {
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAqFBMVEUAAABNrFOAgIBLr1BMsE9NsE9Mr1BLsE9LrlFMr1BMrlFRrlFLrlFMr1BMr1BKqlVNr1BVqlVMsE9Nr1BMr1BHrVJMr1BMr1BJtklNr1BMr1BLr1BNs01NrlFMrlFVqlVNrlFMr1BMrlFLrVNNr1BLr1BNrlFMr1BMr1BOsU4A/wBMrlFMr1BOsU5NsFBNr1BKsU5VqlVMr1BLsE9VqlVQr1BMr1AAAACNIWtkAAAANnRSTlMAKAJtl2T+xFX80RNS+9kYlgxN+toZ27sHRvjfHniuAz/15CKMnzzy6CcBm+8xqvA0Brg9CSDrCofzAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+MBCgskOjVo3a0AAABzSURBVAjXY2DABxiZULjMZizIXFY2M3YkLgenGRc3gsvDa8bHDzRCQBDMFRI2ExEF0mJm4hJASlLKTFoGJC5rZiYnz6CgaKakDNGnYmamqqZupqEJNUdL2wwIdHThBsvrmZnpGyBZbGikaIziThNTnD4CAL8ICduR9Ta6AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTAxLTEwVDEwOjM2OjU4KzAxOjAwThaGQgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wMS0xMFQxMDozNjo1OCswMTowMD9LPv4AAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC') no-repeat center
}

.list-item.selected .answer-desc {
    background: #ff8a80
}

.item.item-checkboxes .list-item .overlabel,
.item.item-choices .list-item .overlabel {
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 3
}

.item.item-checkboxes .list-item,
.item.item-choices .list-item {
    position: relative;
    padding: 0;
    vertical-align: top;
    margin-bottom: 10px;
    list-style: none;
    margin: 0 !important
}

.quiz-main.textview {
    padding-bottom: 4px
}

.total-question {
    font-weight: bold;
    position: absolute;
    left: 16px;
    bottom: 12px
}

.quizone .gameview .playbox {
    min-height: 600px;
    max-width: 640px
}

.btns {
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #4caf50;
    background: #4caf50;
    color: #fff;
    font-weight: bold
}

.disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, .54) !important;
    background-color: #ddd !important;
    border-color: #ddd !important
}

.quiz-check {
    text-align: center;
    padding-bottom: 16px
}

.quiz-result {
    padding-bottom: 8px
}

a.btns:hover {
    color: #fff;
    background: #43a047
}

.item-checkpoint {
    padding-bottom: 5px;
    text-align: left
}

.quiz-cover-img {
    max-height: 335px
}

.quiz-checkpoint {
    margin-bottom: 16px
}

.quiz-checkpoint {
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #ddd
}

.btns.share-quiz {
    display: block;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    width: 35%;
    background: #3b5998 url(../images/facebook.png) no-repeat 8px center;
    padding: 12px 16px;
    margin-bottom: 16px;
    margin: 0 auto;
    line-height: 22px;
    position: relative
}

.reset-quiz {
    cursor: pointer;
    display: block;
    margin-top: 16px
}

.hide.reset-quiz {
    display: none
}

a.btns.share-quiz:hover {
    background: #2f4c84 url(../images/facebook.png) no-repeat 8px center;
    color: #fff
}

.btns.share-quiz.hide {
    display: none
}

.quiz-check-review-img img {
    height: auto;
    width: 100%
}

.quiz-check-review-img {
    text-align: center;
    max-height: 336px
}

.quiz-check-review-desc.textview {
    padding: 8px 8px 0 8px;
    overflow: hidden
}

.quizone .gamebox.loading .gamecontainer:before {
    font-size: 13px;
    left: 2%
}

.theme.videopage .vlist li {
    width: 99%;
    padding-bottom: 16px
}

.vlist-tiles li {
    float: left;
    display: inline-block;
    position: relative;
    width: 99%;
    padding-bottom: 16px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 8px
}

.vlist-tiles li a {
    position: relative;
    display: block;
    padding: 0;
    word-spacing: 0
}

.vlist-tiles .thumb {
    padding: 0;
    position: relative;
    display: block
}

.vlist-tiles .time-video {
    position: absolute;
    bottom: 55px;
    right: 0;
    display: block;
    color: rgba(0, 0, 0, .87);
    background: rgba(255, 255, 255, .55);
    line-height: 20px;
    padding: 0 8px;
    font-size: 13px
}

.vlist-tiles .title {
    height: 48px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    padding-bottom: 0;
    display: block;
    color: rgba(0, 0, 0, .87)
}

.theme.videopage .vlist li:nth-child(n+5) {
    display: block
}

.vlist-tiles .thumb:before {
    content: '►';
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    border-radius: 16px;
    border: 2px solid #fff;
    opacity: .6;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    text-align: center;
    background: rgba(0, 0, 0, .8)
}

.vlist-tiles .thumb img {
    width: 100%;
    min-height: 100px;
    border: 1px solid #ddd;
    border-radius: 3px
}

.theme.videopage .vlist .title {
    height: 48px
}

.section.videobox {
    overflow: hidden
}

.theme.videopage .vlist .time-video {
    bottom: 55px
}

.theme.taxonomy .vlist li:nth-child(n+5) {
    display: block
}

.theme.taxonomy .videos .heading {
    color: #e91e63;
    padding: 8px 0;
    max-width: 968px;
    margin: 0 auto;
    border-bottom: 1px solid #e91e63
}

.video-js.vjs-default-skin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.theme.video.videopage .videobox {
    padding: 16px 16px 24px 16px
}

.theme.video.videopage .vlist li a {
    padding: 0
}

.theme.video.videopage .vlist {
    padding: 16px
}

.theme.video.videopage .heading {
    font-size: 18px;
    padding: 0 0 8px 0;
    text-indent: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #2196f3;
    color: rgba(0, 0, 0, .87)
}

.video-js.vjs-default-skin {
    box-shadow: 0 0 1px #666
}

.theme.video.videopage .views {
    position: relative
}

.theme.video.videopage .views::before {
    content: " ";
    top: 0;
    background-image: url(../images/views.png);
    background-repeat: no-repeat;
    width: 24px;
    text-indent: 24px;
    height: 24px;
    left: -20px;
    position: absolute;
    display: inline-block
}

.theme.video.videopage .votes {
    position: relative;
    margin-right: 66px
}

.theme.video.videopage .votes::after {
    content: " ";
    background-image: url(../images/rating-votes.png);
    background-repeat: no-repeat;
    width: 24px;
    position: absolute;
    top: -1px;
    right: -28px;
    text-indent: -8px;
    height: 24px;
    display: inline-block
}

.theme.video.videopage .average-rating-stars {
    display: block;
    height: 32px
}

.theme.video.videopage .average-rating-value {
    display: inline-block;
    height: 32px;
    margin-right: 50px;
    position: relative
}

.theme.video.videopage .average-rating-value::after {
    content: " ";
    background-image: url(../images/icon-star-gray.png);
    width: 24px;
    opacity: .54;
    top: 1px;
    right: -28px;
    background-repeat: no-repeat;
    height: 24px;
    position: absolute;
    display: inline-block
}

.theme.video.videopage .average-rating-title {
    display: block
}

.theme.video.videopage .toolbox {
    position: relative;
    padding-bottom: 16px
}

.theme.video.videopage .sharebox {
    height: 32px
}

.theme.videopage .viewmore span {
    padding-right: 16px
}

.videopage .header .container {
    padding: 0
}

.theme.video.videopage .heading {
    text-indent: 0
}

.videopage .mainnav .container {
    padding: 0
}

@media all and (min-width: 375px) {
    .theme.videopage .vlist li {
        width: 49.99%
    }
    .vlist-tiles li {
        width: 48%
    }
    .vlist-tiles {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .vlist-tiles.clearfix::after {
        display: none
    }
    .vlist-tiles li a {
        padding: 0
    }
    .theme.video.videopage .vlist li a {
        padding: 0 8px
    }
    .theme.video.videopage .vlist {
        padding: 16px 8px 0 8px
    }
    .theme.videopage .vlist .title {
        height: 71px
    }
    .theme.videopage .vlist .time-video {
        bottom: 77px
    }
}

@media all and (min-width: 480px) {
    .vlist-tiles li {
        width: 48.5%
    }
    .theme.video.videopage .toolbox {
        height: 86px
    }
    .theme.videopage .average-rating {
        float: left
    }
    .theme.videopage .sharebox {
        float: right
    }
}

@media all and (min-width: 640px) {
    .vlist-tiles li {
        width: 49%
    }
    .theme.video.videopage .toolbox {
        height: 40px
    }
    .theme.video.videopage .average-rating-title {
        display: inline-block
    }
    .theme.video.videopage .average-rating-stars {
        display: inline-block;
        margin-right: 16px
    }
}

@media all and (min-width: 728px) {
    .videopage .container {
        padding: 0
    }
    .box-sidebar.videobox .container {
        padding: 16px
    }
    .theme.video.videopage .vlist {
        padding: 16px 8px 0 8px
    }
}

@media all and (min-width: 800px) {
    .theme.video.videopage .video-js {
        margin: 0 auto
    }
    .theme.video.videopage .video-js.vjs-default-skin {
        position: relative;
        margin: 0 auto
    }
    .videopage .video-wrapper {
        padding-bottom: 540px
    }
}

@media all and (min-width: 1024px) {
    .theme.video.videopage .video-js {
        max-height: 100%;
        max-width: 100%;
        margin: 0 auto
    }
    .theme.video .vlist li {
        width: 20%;
        margin-bottom: 16px
    }
    .vlist-tiles li:hover .title {
        color: #f8752b
    }
    .theme.video .vlist {
        padding: 16px 8px 8px 8px
    }
    .theme.video.videopage .videobox {
        padding: 0;
        margin-bottom: 0
    }
    .related-videos .box {
        margin-bottom: 0
    }
    .theme.video .heading {
        width: 100%;
        font-weight: normal;
        font-size: 18px;
        color: rgba(0, 0, 0, .87);
        padding: 4px 0 4px 0;
        text-indent: 16px
    }
    .theme.video .vlist:after {
        display: none
    }
    .theme.videopage .vlist .title {
        line-height: 24px;
        height: 48px
    }
    .theme.video .vlist li:nth-child(2n) {
        padding: 0
    }
    .theme.video .vlist li a {
        padding: 0 8px
    }
    .theme.video .vlist li:nth-child(n+4) {
        display: block
    }
    .videopage .container {
        padding: 0 16px
    }
    .theme.video.videopage .vlist li a {
        padding: 0
    }
    .theme.video.videopage .vlist {
        padding: 0
    }
    .theme.videopage .viewmore {
        text-align: right;
        padding-right: 16px
    }
    .theme.videopage .vlist li {
        width: 20%
    }
    .vlist-tiles {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .vlist-tiles li {
        width: 19%;
        padding-bottom: 16px
    }
    .vlist-tiles li a {
        padding: 0
    }
    .theme.video.videopage .related-videos .vlist li {
        width: 49.99%
    }
    .theme.video.videopage .related-videos .vlist {
        padding: 0
    }
    .videopage .video-wrapper {
        margin-bottom: 16px;
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        height: 0
    }
    .theme.videopage .vlist li {
        width: 19%;
        margin-bottom: 16px;
        padding: 0
    }
    .theme.videopage .vlist .time-video {
        bottom: 55px
    }
    .vlist-tiles li a:hover {
        color: #f8752b
    }
}

.breview-box {
    background: #fff;
    overflow: hidden;
    font-family: Tahoma !important;
    font-size: 11px;
    color: #333;
    line-height: 1.5;
    padding: 10px 8px 0;
    text-align: left
}

.breview-box p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: Tahoma !important;
    font-size: 11px
}

.adx-domain,
.adx-domain a {
    color: #666;
    padding-left: 1px !important;
    text-decoration: none;
    clear: both
}

.adx-title,
.adx-title a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
    float: left
}

.adx-title a:hover {
    color: #34b9e2
}

.adx-body {
    clear: both;
    padding-top: 5px
}

.margin-top10 {
    margin-top: 10px
}

.width-300 {
    width: 278px
}

.with-160 {
    width: 158px
}

.TextLinkEditor {
    background-color: #f1f1f1;
    display: block;
    border: solid 1px #ccc;
    margin: 5px;
    padding: 10px
}

.adx-image {
    width: 95px;
    margin-right: 5px;
    display: block;
    float: left
}

.adx-image img {
    width: 90px;
    border: none
}

.adx-sep-h {
    height: 1px !important;
    line-height: 1px;
    border-top: solid 1px #e5e5e5
}

.anchor-ad.mobile {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #f6f6f6;
    box-shadow: 2px -1px 5px rgba(200, 200, 200, .7)
}

.mobile .adx-image img {
    width: 60px;
    border: none;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px
}

.mobile .adx-zone {
    background: #f6f6f6
}

.mobile .adx-zone .adx-row {
    display: none
}

.mobile .adx-zone .adx-row:first-child {
    display: block
}

.mobile .adx-zone .adx-sep-h {
    display: none
}

.mobile .breview-box {
    background: none;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    padding-left: 80px;
    font-family: Tahoma, Arial
}

.mobile p.adx-item.adx-domain {
    display: none
}

.adx-text {
    display: block
}

.adx-text .adx-text-title {
    width: 80px;
    display: inline-block
}

.adx-text .adx-text-value {
    display: inline-block
}

.adx-text .adx-text-value.strock {
    color: #999
}

.adx-text .adx-text-value.highlight {
    color: #f00
}

.adx-text .adx-text-value.highlight2 {
    color: #3c763d
}

.adx-image.small {
    width: 70px
}

.adx-image.small img {
    width: 60px
}

.adx-domain a.lnk-catalog {
    color: #3c763d
}

.adx-horizontal .adx-cell {
    display: inline-block;
    vertical-align: top
}

.meta-ads .adx-horizontal .adx-cell {
    min-width: 300px;
    font-size: 11px
}

#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1005
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal .modal {
    width: 800px;
    height: 500px;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .3s;
    animation: popin .3s
}

#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #008000;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#ouibounce-modal h3 {
    color: #fff;
    font-size: 1em;
    margin: .2em;
    text-transform: uppercase;
    font-weight: 500
}

#ouibounce-modal .modal-body {
    padding: 0;
    height: 100%;
    font-size: .9em
}

#ouibounce-modal .modal-body iframe {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: none
}

#ouibounce-modal p {
    color: #344a5f
}

#ouibounce-modal .modal-footer {
    position: absolute;
    bottom: 20px;
    width: 100%
}

#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    margin: 0 40px;
    text-align: right
}

#ouibounce-modal .outclose {
    position: absolute;
    z-index: 2;
    color: #f00;
    right: 0;
    padding: 5px 10px;
    background: rgba(255, 255, 255, .8);
    border-radius: 0 0 0 5px;
    cursor: pointer
}

#ouibounce-modal .outclose:hover {
    background: rgba(255, 255, 255, .9)
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/photoswipe.default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/photoswipe.default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--close:before {
    content: 'Đóng';
    margin-top: 32px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    display: block
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    text-align: center
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
    color: #ccc;
    position: relative
}

.pswp__caption__center:before {
    content: 'Vuốt xuống để đóng ảnh';
    display: block;
    transition: all 5s;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    margin-top: -32px;
    color: #808080;
    font-size: 14px
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/photoswipe.preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

.pswp--open {
    z-index: 9999
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    right: 0 !important;
    top: 60px;
    margin-top: 40px;
    height: auto;
    width: 44px
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.pswp__button pswp__button--fs,
.pswp__button--share,
.pswp__preloader {
    display: none
}

.text-center {
    text-align: center;
}

.d-none {
    display: none;
}

#page {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

#contentMain {
    padding: 16px;
    position: relative;
}

.content {
    width: 616px;
    margin: 0 16px 0 0;
    float: left;
    display: inline-block;
    overflow: hidden;
}

.sidebar {
    float: left;
    width: 336px;
    display: inline-block;
    vertical-align: top;
}

.listview .listitem {
    position: relative;
    margin: 0 0 16px 0;
    clear: both;
    min-height: 216px;
    padding-left: 216px;
    border-bottom: 1px solid #eee;
}

.listview .listitem .title {
    font-size: 24px;
    line-height: 32px;
    display: block;
    margin-bottom: 8px;
}

.listview .listitem .thumb {
    max-height: 200px;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    width: 200px;
    margin-right: 16px;
    margin-bottom: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.listview .listitem .thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.listview .listitem .desc {
    max-height: 92px;
    overflow: hidden;
    text-align: justify;
    clear: right;
    margin-bottom: 8px;
    display: inline-block;
}

.listview .listitem .user-info {
    margin: 0 0 8px 0;
    font-size: 12px;
    text-align: right;
    line-height: 16px;
    clear: both;
}

.listview .user-info .date {
    float: right;
    color: #888;
    line-height: 16px;
    margin-top: 3px;
    line-height: 24px;
}