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

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

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

.fancybox-opened {
    z-index: 8030;
}

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

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

.fancybox-inner {
    overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/web/20190207112352im_/http://op.choi.vn/images/fancybox/fancybox_sprite.png');
    display: none;
}

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

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('/web/20190207112352im_/http://op.choi.vn/Content/op/libs/fancybox_loading.gif') center center no-repeat;
    }

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

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/web/20190207112352im_/http://op.choi.vn/Content/op/libs/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/web/20190207112352im_/http://op.choi.vn/Content/op/libs/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/web/20190207112352im_/http://op.choi.vn/images/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('/web/20190207112352im_/http://op.choi.vn/images/fancybox/fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

/*thap dai mon phai */
.cn_tdai {
    float: left;
    display: block;
    padding: 0 50px;
    list-style: none;
    margin: 15px 0;
}

    .cn_tdai li {
        float: left;
        margin: 0 2px;
        width: 54px;
    }

        .cn_tdai li a {
            display: block;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
        }

            .cn_tdai li a:hover {
                margin-top: -5px;
            }

.huong_dan {
    float: left;
    display: block;
    padding: 0 20px;
    list-style: none;
    margin: 15px 0;
}

    .huong_dan li {
        float: left;
        position: relative;
        display: block;
        width: 190px;
        height: 118px;
        overflow: hidden;
        margin: 0 10px;
    }

        .huong_dan li a {
            display: block;
            width: 190px;
            height: 118px;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
        }

.hd1 {
    background: url(/web/20190207112352im_/http://op.choi.vn/images/hd1.jpg) 0 0 no-repeat;
}

    .hd1:hover {
        background: url(/web/20190207112352im_/http://op.choi.vn/images/hd1.jpg) -144px 0 no-repeat;
    }

.hd2 {
    background: url(/web/20190207112352im_/http://op.choi.vn/images/hd2.jpg) 0 0 no-repeat;
}

    .hd2:hover {
        background: url(/web/20190207112352im_/http://op.choi.vn/images/hd2.jpg) -144px 0 no-repeat;
    }

.hd3 {
    background: url(/web/20190207112352im_/http://op.choi.vn/images/hd3.jpg) 0 0 no-repeat;
}

    .hd3:hover {
        background: url(/web/20190207112352im_/http://op.choi.vn/images/hd3.jpg) -144px 0 no-repeat;
    }

.cham_tron {
    display: block;
    width: 8px;
    height: 8px;
    background: url(/web/20190207112352im_/http://op.choi.vn/images/li6.png) center center no-repeat;
    position: absolute;
    left: 10px;
    bottom: 9px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.huong_dan li:hover .cham_tron {
    left: 170px;
}

/* cam nang */

ul.tabs_cnlist li.tabs_cnlist_act {
    text-align: center !important;
    width: 142px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    background: #c1b695;
}


.img_partner {
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 20px !important;
}


.details table {
    background: #FFF;
    width: 100%;
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 10px 0 10px 0;
}

    .details table td {
        padding: 5px;
        border: 1px #d5ced1 solid;
        text-align: center;
    }

        .details table td img {
            vertical-align: middle;
        }


.bott_l {
    width: 520px;
    height: 380px !important;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0;
}

ul.thumbs li {
    display: block !important;
    float: left !important;
    width: 148px !important;
    height: 140px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 18px 0 0 !important;
    text-align: center !important;
}

.bottcol {
    display: block;
    width: 990px;
    height: 380px !important;
    margin: 0 auto;
    overflow: hidden;
}

ul.topmenu li {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    margin: 0 10px 0 0 !important;
    text-align: center;
}

    ul.topmenu li a {
        background: url(/web/20190207112352im_/http://op.choi.vn/Content/op/images/img_header.png) no-repeat left top;
        background-position: -571px -136px;
        width: 42px;
        height: 42px;
        display: block;
        padding-top: 3px;
        color: #95702e;
        font-size: 16px !important;
        font-family: "Segoe UI Semibold", "Segoe UI", "Segoe UI Light", Arial, Helvetica, sans-serif;
        letter-spacing: -1px;
        text-align: center;
        line-height: 16px;
    }

ul.topmenu {
    display: block;
    position: absolute;
    left: 258px;
    top: 16px;
    padding: 0;
    list-style: none;
    width: 29% !important;
}


.giftcode_cont_txt {
    background: url(/web/20190207112352im_/http://op.choi.vn/Content/op/images/line.png) no-repeat center bottom;
    display: block;
    clear: both;
    width: 440px;
    padding: 5px 5px 5px 5px;
    color: #999a9d;
    font-size: 14px;
}


#iframeGame {
    width: 100%;
}


.fleft {
    float: left;
    display: inline position: absolute;
    border: none;
    min-height: 100% !important;
    height: 100% !important;
    position: relative;
}

    .fleft iframe {
        padding: 0;
        margin: 0;
    }



ul.lastest li a {
    display: block;
    float: left;
    background: url(/web/20190207112352im_/http://op.choi.vn/Content/op/images/arow1.png) no-repeat top left;
    background-position: 0 7px;
    padding: 0 0 0 15px;
    color: #830000;
    width: 76% !important;
}


#pagination li.active {
    width: 70px;
}

ul.dsmc_bott {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    margin-left: 100px !important;
}


    ul.dsmc_bott li .page {
        text-transform: uppercase;
        color: #7a726e;
        display: block;
        height: 15px;
        padding: 0 6px 0 6px;
        margin-top: -3px;
    }

.dsmc_bott .prev {
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    background: url(/web/20190207112352im_/http://op.choi.vn/Content/op/images/bg2.png) no-repeat top left;
    background-position: -55px -76px;
}

ul.dsmc_bott li {
    float: left !important;
    padding: 0px 0 0 0 !important;
}

    ul.dsmc_bott li .page {
        text-transform: uppercase;
        color: #7a726e;
        display: block;
        height: 15px;
        padding: 0 6px 0 6px;
        margin-top: -3px;
    }

.dsmc_bott .next {
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    background: url(/web/20190207112352im_/http://op.choi.vn/Content/op/images/bg2.png) no-repeat top left;
    background-position: -40px -76px;
}

.dsmc_top {
    height: 45px;
    display: block;
    width: 294px;
    padding: 0 15px 1px 2px;
    margin: 0;
    overflow: hidden;
    clear: both;
    padding-top: 12px !important;
}

.myMenu li {
    color: #FFF;
    list-style: none;
    float: left;
    font: bold 14px Tahoma, Geneva, sans-serif;
    width: 125px !important;
}

/*
     FILE ARCHIVED ON 11:23:52 Feb 07, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:10:39 Feb 24, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 61.24 (3)
  PetaboxLoader3.datanode: 145.42 (5)
  exclusion.robots.policy: 0.232
  exclusion.robots: 0.252
  RedisCDXSource: 17.95
  CDXLines.iter: 10.713 (3)
  PetaboxLoader3.resolve: 93.868 (2)
  captures_list: 93.483
  esindex: 0.015
  load_resource: 236.083
*/