#thewindowbackground {
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 990;
    width: auto;
    position: absolute;
    display: none;
    filter: alpha(opacity=80);
}

#ad_zone_TV {
    z-index: 1000;
}

#bannerPopup {
    margin: auto;
    z-index: 1000;
    position: absolute;
    display: none;
    background-color: #000;
}

#btClose {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    cursor: pointer;
}

a#btClose:link,
a#btClose:visited {
    background: url(../images/popup-close.png) no-repeat;
    width: 71px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-indent: -9999px;
}

a#btClose:hover {
    background-position: 0 -32px;
}

a#btCloseBottom:link,
a#btCloseBottom:visited {
    background: #000;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: -3px;
    right: -2px;
    color: #fff;
    text-decoration: none;
    padding: 3px;
    text-align: center;
    font-weight: bold;
}

#bannerPopupBottom {
    width: 300px !important;
    height: 126px !important;
    z-index: 1000 !important;
    bottom: 0;
    right: 0;
    position: absolute;
    display: none;
    overflow: hidden;
    padding-top: 26px;
    border: 0 !important;
}

#bannerPopupBottom img {
    border: 1px solid #999;
}

#btCloseBottom {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 991;
    cursor: pointer;
}

#boxFlashAds {
    height: 1px;
    width: 1px;
    overflow: hidden;
    left: -9999em;
    top: -9999em;
}

.fixedBanner {
    position: fixed !important;
}

form.CheckClose {
    display: block;
    float: left;
    color: #9e9e9e;
    font-size: 11px;
    white-space: nowrap;
}

#bannerPopup .OptionClose {
    background: url(../images/bg-check.png) no-repeat;
    display: block;
    height: 30px;
    width: 345px;
    float: right;
    padding-top: 3px;
}

a.PopupBtnClose:link,
a.PopupBtnClose:visited {
    background: url(../images/popup-new-cookie-close.gif) no-repeat;
    width: 51px;
    height: 16px;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-indent: -9999px;
    float: right;
    margin: 4px 5px 0 0;
}

a.PopupBtnClose:hover {
    background-position: 0 -16px;
}

.PopupBG {
    background: #000;
}

#bannerPopup img {
    padding: 32px 0 0 5px;
}

#bannerPopup embed {
    margin: 32px 0 0 5px;
}

ul.Disc li {
    list-style-type: disc;
    margin-bottom: 0;
    padding: 0 0 0 5px;
    text-align: justify;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-active {
    height: auto;
}

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

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

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

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

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

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

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button:focus {
    outline: 0;
}

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

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

.fancybox-button div {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

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

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

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

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

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
    .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
    .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

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

q,
blockquote {
    quotes: none;
}

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

a img {
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:hover {
    color: #ff7e00;
}

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

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

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

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

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

strong {
    font-weight: bold;
}

fieldset legend {
    display: none;
}

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

.wrapper-out .wrapper,
section {
    display: block;
    overflow: hidden;
}

.game-info a,
.search__button,
.top {
    display: block;
    text-shadow: none;
    color: transparent;
}

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

.game-info a {
    float: left;
}

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

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

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

.game-info__bt_dangky {
    background-position: 48px -2612px;
    height: 71px;
    width: 358px;
    margin: 170px 0 15px 8px;
}

.game-info__bt_dangky:hover {
    background-position: 48px -2543px;
    height: 71px;
    width: 358px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subpage .game-info__bt_qrcode {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-out .wrapper {
    width: 1920px;
    transform-origin: left top;
    position: absolute;
    background: url(../images/logo-banner/bg-master.jpg) no-repeat center top #d8e5ed;
}

.wrapper-out .wrapper .video__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

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

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

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

.wrapper-out .wrapper .page-header__logo {
    position: absolute;
    top: 155px;
    left: 236px;
    height: 200px;
    width: 250px;
    text-indent: -9999px;
    display: block;
    background: url(../images/logo-banner/logo.png) top center no-repeat;
    background-size: 230px auto;
}

.wrapper-out .wrapper .page-header__sub {
    position: absolute;
    left: 35%;
    top: 350px;
    height: 300px;
    width: 525px;
    text-indent: -9999px;
    display: block;
    margin-left: 80px;
    background: url(../images/header-sub.png) top center no-repeat;
    background-size: contain;
}

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

.wrapper-out .wrapper .page-header .bt-header {
    width: 700px;
    margin-left: -100px;
    position: absolute;
    top: 906px;
    left: 36%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#main-content {
    position: relative;
}

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

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

.top#scrolltop {
    position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer p {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner {
    clear: both;
    width: 727px;
    position: relative;
    margin-bottom: 15px;
}

.banner-event {
    border: 1px solid #548bbd;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 1;
    height: 407px;
    width: 725px;
}

.banner-event .swiper-wrapper .swiper-slide {
    width: 725px;
    height: 407px;
}

.banner-event .swiper-wrapper .swiper-slide > a {
    display: block;
    position: relative;
}

.banner-event .swiper-wrapper .swiper-slide > a > img,
.banner-event .swiper-wrapper .swiper-slide > a > video {
    display: block;
    width: 725px;
    height: 407px;
}

.banner-event .swiper-pagination {
    bottom: 10px;
    text-align: right;
}

.banner-event .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 31px;
    background: url(../images/control-banner.png) center top no-repeat;
    opacity: 1;
    border: 0;
    display: inline-block;
}

.banner-event
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/control-banner-hov.png) center top no-repeat;
}

.banner-event .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 30px;
}

.character-2020 {
	top: 352px;
    width: 100%;
    height: 1613px;
    position: relative;
    clear: both;
}

.character-2020__bg {
    position: absolute;
    top: 0;
    width: 2000px;
    height: 100%;
    left: calc((2000 - 1920px) / 2);
}

.character-2020 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 1608px;
    opacity: 0 !important;
    position: relative;
}

.character-2020 .swiper-wrapper .swiper-slide-active {
    opacity: 1 !important;
}

.character-2020 .swiper-wrapper .swiper-slide-active .mp-char {
    animation: mymovechar 1s forwards;
}

.character-2020 .swiper-wrapper .swiper-slide-active .mp-detail {
    animation: mymovedetail 0.4s forwards;
    animation-delay: 1s;
}

.character-2020 .swiper-wrapper .swiper-slide-active .bt-clip {
    animation: mymovedetail 0.4s forwards;
    animation-delay: 1s;
}

@keyframes mymovechar {
    from {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes mymovedetail {
    from {
        transform: translateX(-50%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

.character-2020 .swiper-wrapper .swiper-slide > a {
    display: block;
    position: relative;
}

.character-2020 .swiper-wrapper .swiper-slide > a.bt-clip {
    width: 77px;
    height: 76px;
    background: url(../images/play.png) left 0 no-repeat;
    text-indent: -99999px;
    position: absolute;
    top: 220px;
    left: 36%;
    z-index: 999;
    opacity: 0;
}

.character-2020 .swiper-wrapper .swiper-slide .mp-video {
    position: absolute;
    top: 0;
    right: -70px;
    z-index: -2;
}

.character-2020 .swiper-wrapper .swiper-slide .mp-bg {
    position: absolute;
    top: 0;
    width: 2000px;
    z-index: -1;
}

.character-2020 .swiper-wrapper .swiper-slide .mp-char {
    position: relative;
    z-index: 1;
    top: 545px;
}

.character-2020 .swiper-wrapper .swiper-slide .mp-detail {
    position: absolute;
    left: 285px;
    top: 750px;
    z-index: 2;
    opacity: 0;
}

.character-2020 .swiper-pagination {
    width: 700px;
    left: 61%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 60px;
    padding-top: 30px;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
    opacity: 1;
    border-radius: 0;
    background-color: transparent;
    outline: 0;
    margin: 0 4px;
    position: relative;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    background: url(../images/14menpai/mp7-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp7-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    background: url(../images/14menpai/mp3-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp3-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    background: url(../images/14menpai/mp4-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp4-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    background: url(../images/14menpai/mp6-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp6-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    background: url(../images/14menpai/mp9-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp9-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
    background: url(../images/14menpai/mp10-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp10-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(7) {
    background: url(../images/14menpai/mp11-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp11-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(8) {
    background: url(../images/14menpai/mp12-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(8).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp12-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
    background: url(../images/14menpai/mp13-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(9).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp13-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(10) {
    background: url(../images/14menpai/mp14-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(10).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp14-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(11) {
    background: url(../images/14menpai/mp6-bullet.png) left top no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(11).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp6-bullet-active.png) left top no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    z-index: 2;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    z-index: 2;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    z-index: 2;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    z-index: 1;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    z-index: 1;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
    z-index: 1;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(7) {
    z-index: 1;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(8) {
    z-index: 1;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
    z-index: 1;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(10) {
    z-index: 1;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(11) {
    z-index: 1;
}

/* .character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(14) {
    background: url(../images/14menpai/mp1-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(14).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp1-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    background: url(../images/14menpai/mp2-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp2-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    background: url(../images/14menpai/mp3-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp3-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    background: url(../images/14menpai/mp4-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp4-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    background: url(../images/14menpai/mp5-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp5-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    background: url(../images/14menpai/mp6-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp6-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
    background: url(../images/14menpai/mp7-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp7-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(7) {
    background: url(../images/14menpai/mp8-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp8-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(8) {
    background: url(../images/14menpai/mp9-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(8).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp9-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
    background: url(../images/14menpai/mp10-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(9).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp10-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(10) {
    background: url(../images/14menpai/mp11-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(10).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp11-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(11) {
    background: url(../images/14menpai/mp12-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(11).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp12-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(12) {
    background: url(../images/14menpai/mp13-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(12).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp13-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(13) {
    background: url(../images/14menpai/mp14-bullet.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(13).swiper-pagination-bullet-active {
    background: url(../images/14menpai/mp14-bullet-active.png) left top no-repeat
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    z-index: 2
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    z-index: 2
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    z-index: 2
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    z-index: 2
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    z-index: 2
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
    z-index: 2
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(7) {
    z-index: 2
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(8) {
    z-index: 1
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
    z-index: 1
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(10) {
    z-index: 1
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(11) {
    z-index: 1
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(12) {
    z-index: 1
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(13) {
    z-index: 1
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:nth-child(14) {
    z-index: 1
} */

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:first-child::before {
    content: "";
    position: absolute;
    left: -79px;
    top: 0;
    width: 79px;
    height: 61px;
    background: url(../images/bullet-icon-before.png) no-repeat;
}

.character-2020
    .swiper-pagination
    .swiper-pagination-bullet:first-child::after {
    content: "";
    position: absolute;
    left: 49.5%;
    transform: translateX(-50%);
    top: 5px;
    width: 62px;
    height: 24px;
    background: url(../images/new.png) no-repeat;
}

.character-2020 .swiper-pagination .swiper-pagination-bullet:last-child::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: 0;
    width: 85px;
    height: 61px;
    background: url(../images/bullet-icon-after.png) no-repeat;
}

.hanh-trinh {
    width: 100%;
    height: 1573px;
    background: url(../images/bg-hanhtrinh.jpg) center top no-repeat;
    position: relative;
}

.hanh-trinh .swiper-container {
    width: 1460px;
    padding-top: 720px;
}

.hanh-trinh .swiper-slide {
    /*background: url(../images/bg-img.png) center top no-repeat;*/
    background-position: center;
    background-size: cover;
    width: 933px;
    height: 457px;
}

.hanh-trinh .swiper-slide img {
    width: 910px;
    height: 440px;
    padding: 9px 11px 8px 12px;
}

.hanh-trinh .swiper-button-next {
    width: 98px;
    height: 86px;
    background: url(../images/arrow-next.png) center top no-repeat;
    outline: 0;
    right: 150px;
}

.hanh-trinh .swiper-button-next:hover {
    filter: brightness(120%);
}

.hanh-trinh .swiper-button-prev {
    width: 98px;
    height: 86px;
    background: url(../images/arrow-prev.png) center top no-repeat;
    outline: 0;
    left: 150px;
}

.hanh-trinh .swiper-button-prev:hover {
    filter: brightness(120%);
}

.hanh-trinh .swiper-pagination {
    position: relative;
    bottom: -40px;
}

.hanh-trinh .swiper-pagination-bullet {
    width: 30px;
    height: 31px;
    background: url(../images/control-banner.png) 0 0 no-repeat;
    margin: 0 10px;
    opacity: 1;
    outline: 0;
}

.hanh-trinh .swiper-pagination-bullet:hover,
.hanh-trinh .swiper-pagination-bullet-active {
    background: url(../images/control-banner-hov.png) 0 0 no-repeat;
    opacity: 1;
}

.wrapper__post-gallery {
    background: url(../images/bg-gallery.jpg) center top no-repeat;
    width: 100%;
    height: 1077px;
    overflow: hidden;
    position: relative;
}

.wrapper__post-gallery .block-gallery {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper__post-gallery .list__image-more {
    background: url(../images/icon-more.png) no-repeat right 0;
    float: right;
    color: #2a2a2a;
    font: 15px/32px Arial;
    margin-top: 210px;
    padding-right: 40px;
    height: 32px;
}

.wrapper__post-gallery .list__image-more:hover {
    color: #be3a37;
}

.wrapper__post-gallery span.lazy__loading-more {
    width: 100%;
    text-align: center;
    display: none;
    padding: 10px 0;
}

.wrapper__post-gallery span.lazy__loading-more > img {
    margin: 0 auto;
}

.wrapper__post-gallery .gallery__tabs {
    float: left;
    padding-top: 200px;
    width: 75%;
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
}

.wrapper__post-gallery .gallery__tabs li {
    float: left;
    margin: 0 10px 0 0;
}

.wrapper__post-gallery .gallery__tabs li a {
    background: 0;
    color: #00434c;
    display: block;
    float: left;
    font: bold 20px/41px Tahoma;
    text-decoration: none;
    text-align: center;
    width: 153px;
    position: relative;
}

.wrapper__post-gallery .gallery__tabs li a:hover,
.wrapper__post-gallery .gallery__tabs li a.active {
    color: #e88406;
}

.wrapper__post-gallery .gallery__tabs li a:hover.active:before,
.wrapper__post-gallery .gallery__tabs li a.active.active:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #e88406;
    transform: rotate(45deg);
}

.wrapper__post-gallery .gallery__tabs li a:hover:after,
.wrapper__post-gallery .gallery__tabs li a.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e88406;
}

.wrapper__post-gallery .list__image {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    color: #fff;
}

.wrapper__post-gallery .list__image li {
    float: left;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    width: 260px;
    color: #000;
    font-size: 20px;
    text-align: left;
}

.wrapper__post-gallery .list__image li:first-child {
    width: 540px;
    height: 540px;
}

.wrapper__post-gallery .list__image li a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.wrapper__post-gallery .list__image li a > img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wrapper__post-gallery .list__image li a > img:hover {
    transform: scale(1.09);
}

.wrapper__post-gallery .list__image li .ico__play-video {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.wrapper__post-gallery
    .list__image
    li.dndmom__photoswipe-clip
    .ico__play-video {
    display: block;
}

section {
    float: left;
}

section.posts {
    background-position: 0 -633px;
    height: 365px;
    width: 726px;
    position: relative;
}

.posts__view {
    background: url(../images/icon-more.png) no-repeat right 0;
    float: right;
    color: #2a2a2a;
    font: 15px/32px Arial;
    padding-right: 40px;
    margin: 9px 0;
    height: 32px;
    position: absolute;
    right: 40px;
    top: 12px;
}

.posts__view:hover {
    color: #be3a37;
}

.posts__tab {
    float: left;
    padding-top: 20px;
    border-bottom: 1px solid #548cbd;
    width: 75%;
    position: relative;
    margin-left: 35px;
    font-weight: bold;
}

.posts__tab li {
    float: left;
    margin: 0 5px 0 0;
}

.posts__tab li a {
    background: 0;
    color: #000;
    display: block;
    float: left;
    padding: 5px 9px;
    margin-bottom: -1px;
    border-bottom: 0;
    font: bold 18px/32px Tahoma;
}

.posts__tab li a:hover,
.posts__tab li a.active {
    background: url(../images/tab-active.png) center bottom no-repeat;
    border: 0;
    color: #000;
}

.posts__list {
    width: 655px;
    padding: 12px 20px 0 35px;
    overflow: hidden;
    float: left;
}

.posts__list li {
    border-bottom: 1px solid #afc5d5;
    overflow: hidden;
}

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

.posts__list li:first-child a {
    color: #000;
    font-weight: bold;
}

.posts__list li:first-child .posts__post-title {
    background: #cde4f4;
    line-height: 40px;
}

.posts__list li:first-child time {
    padding-right: 10px;
}

.posts__list li .posts__post-image {
    border: 2px solid #666874;
    width: 136px;
    height: 86px;
    float: left;
    margin: 10px 10px 10px 0;
}

.posts__list li .posts__post-image img {
    width: 136px;
    height: 86px;
}

.posts__list li .posts__post-image:hover {
    border-color: #264100;
}

.posts__list li .posts__post-image ~ .posts__post-title {
    background: none !important;
    text-indent: 0;
    font-weight: bold;
    font-size: 14px;
    color: #6997c0;
}

.posts__list li .posts__post-title {
    display: block;
    font-size: 17px;
    line-height: 46px;
    color: #414141;
    text-decoration: none;
}

.posts__list li .posts__post-title .hot {
    background: #ed4d07;
    color: #fcf9ed;
    font-weight: bold;
    float: left;
    width: 96px;
    padding: 5px 0;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.posts__list li .posts__post-title:hover {
    color: #912600;
}

.posts__list li .posts__post-title:hover time {
    color: #000;
}

.posts__list li .posts__post-title time {
    color: #000;
    font-size: 14px;
    float: right;
    font-weight: normal;
}

.posts__list li .posts__post-cache {
    background: url(../images/bg-posttype.png) 0 0 no-repeat;
    height: 30px;
    width: 96px;
    float: left;
    margin: 9px 10px 0 0;
    text-align: center;
    font-size: 13px;
    padding: 0;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
}

.boxfbchat .box_hotro {
    background: #2884c6;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    width: 230px;
    top: -45px;
    padding: 10px;
}

.boxfbchat label {
    color: #ccc;
    font-style: italic;
    display: block;
    width: 30px;
    height: 30px;
    background: #c62860;
    position: relative;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -40px;
}

.boxfbchat label.close {
    background: url(../images/btn_close.gif) no-repeat;
}

.boxfbchat label.open {
    background: url(../images/btn_open.gif) no-repeat;
}

.scroll {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 154px / 2);
    width: 154px;
    height: 81px;
    margin: 0 auto;
    background: url(../images/scroll.png) 0 0 no-repeat;
    transform: translateY(30px);
    animation: scroll 0.4s infinite;
    z-index: 9;
    pointer-events: none;
}

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

.bottomWrapper img {
    height: 580px;
}

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

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

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

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

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

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

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

.sidebar-right {
    display: none;
    position: fixed;
    float: left;
    right: 1%;
    background: url(../images/bg-sidebar-right.png) 0 0 no-repeat;
    width: 255px;
    height: 690px;
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 100;
    flex-direction: column;
    align-items: flex-end;
    background-size: cover;
}

.sidebar-right .dangky {
    width: 115px;
    height: 47px;
    background-image: url(../images/dangky-right.png);
    position: relative;
    background-size: cover;
    top: 220px;
    left: -22px;
}

.sidebar-right .taigame {
    width: 145px;
    height: 61px;
    background-image: url(../images/taigame-right.png);
    background-size: cover;
    position: relative;
    top: 210px;
    left: -9px;
}

.sidebar-right .facebook {
    width: 115px;
    height: 47px;
    background-image: url(../images/facebook.png);
    position: relative;
    background-size: cover;
    top: 225px;
    left: -22px;
}

.sidebar-right .group {
    width: 115px;
    height: 47px;
    background-image: url(../images/group-cd.png);
    position: relative;
    background-size: cover;
    top: 230px;
    left: -22px;
}

.sidebar-right .napthe {
    width: 115px;
    height: 47px;
    background-image: url(../images/napthe-right.png);
    position: relative;
    background-size: cover;
    top: 380px;
    left: -22px;
}

.btn-action:hover {
    background-position: 0 100%;
}

.section-footer {
    height: 350px;
}

@keyframes scroll {
    100% {
        transform: translateY(50px);
    }
}
