::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*header*/
#header{
    z-index: 10001;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 0 1% 0 1%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
}
#header .h-left{
    width: 50%;
    height: 50px;
    display: inline;
    float: left;
    position: relative
}
#header .h-left img{
    height: auto;
    width: auto;
    max-height: 50px;
    max-width: 150px;
    position: absolute;
    z-index: 100;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
#header .h-mid{
    position: absolute;
    display: inline;
    float: left;
    width: 60%;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 35px;
}
#header .h-mid h1{
    color: #AAAC62;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0,0,0,0.8);
    padding: 5px;
    border-radius: 3px;
}
#header .h-right{
    height: 50px;
    display: inline;
    float: right;
}

/*flipbook*/
.flipbook-viewport{
    position: absolute!important;
    height: 100%;
    width: 100%;
    z-index: 1000;
    margin: 0px auto;
    padding: 50px 0px;   
}

.flipbook-viewport .container{
    position: fixed;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.flipbook{
    margin: auto!important;
    top: 0px;
    bottom: 0px; 
}
.flipbook.hidden-p{
    opacity: 0!important;
}
.flipbook.show-toolbar{
    margin-top: 50px!important;
}
.flipbook .page-wrapper{
    overflow: unset!important;
}
.flipbook .page-wrapper div:first-child{
    overflow: unset!important;
}
.flipbook .page{
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;               
}
.flipbook .page.size-01{
    background-size: contain!important;
}
.flipbook .page.size-02{
    background-size: cover!important;
}
.flipbook .page.size-03{
    background-size: auto!important;
}
.flipbook .page-wrapper .zoom-in {
    cursor: url(images/cursor_zoom_in.ani), copy;
    cursor: url(images/cursor_zoom_in.ani) 15 15, auto;
}
.flipbook .page-wrapper .zoom-out {
    cursor: url(images/cursor_zoom_out.ani) 15 15, auto;
}
.flipbook .page-wrapper .drag {
    cursor: url(images/cursor_move.ani), move;
    cursor: url(images/cursor_move.ani) 52 25, auto;
}

.flipbook-viewport .next-button,
.flipbook-viewport .previous-button{
    width:30px;
    height:100%;
    position:absolute;
    top:0;
    z-index: 1002;
}

.flipbook-viewport .next-button{
    right:0px;
    -webkit-border-radius:0 15px 15px 0;
    -moz-border-radius:0 15px 15px 0;
    -ms-border-radius:0 15px 15px 0;
    -o-border-radius:0 15px 15px 0;
    border-radius:0 15px 15px 0;
}

.flipbook-viewport .previous-button{
    left:0px;
    -webkit-border-radius:15px 0 0 15px;
    -moz-border-radius:15px 0 0 15px;
    -ms-border-radius:15px 0 0 15px;
    -o-border-radius:15px 0 0 15px;
    border-radius:15px 0 0 15px;
}

.flipbook-viewport .previous-button-hover,
.flipbook-viewport .next-button-hover{
    cursor: url(images/cursor_next.ani) 0 0, auto;
}

.flipbook-viewport .previous-button-hover,
.flipbook-viewport .previous-button-down{
    background-position:-4px 284px;
    background-repeat:no-repeat;
    cursor: url(images/cursor_prev.ani) 44 36, auto;
}
.flipbook-viewport .zoom-in .next-button,
.flipbook-viewport .zoom-in .previous-button{
    display:none;
}

.flipbook .page-wrapper div:first-child.over-hidden{
    overflow: hidden!important;
}
/* Basic sample */

.flipbook{
    position:absolute!important;
    /*overflow:hidden!important;*/
}
.flipbook .page{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
    background-color:white;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.flipbook .page img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
}

.flipbook .shadow,
.flipbook.shadow{
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 0px 20px #ccc;
}


/*footer*/
#footer{
    z-index: 10001;
    width: 100%;
    background: rgba(0,0,0,0.8);
    /*padding: 0 3% 0 2%;*/
    height: 50px;
    line-height: 52px;
    position: fixed;
    left: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    color: #fff;
    /*max-width: 800px;*/
    /*display: none;*/
}
#footer .f-wrap{
    width: 100%;
    height: 100%;
    max-width: 700px;
    position: relative;
    margin: auto;
}
#footer .f-left{
    width: 30%;
    height: 50px;
    display: inline;
    float: left;
    text-align: right;
    /*text-align: left;*/
}
#footer .f-mid{
    display: inline;
    width: 40%;
    text-align: center;
    height: 50px;
    min-width: 190px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    /*position: relative;*/
}
#footer .f-right{
    width: 30%;
    height: 50px;
    display: inline;
    float: right;
    /*text-align: right;*/
    text-align: left;
    position: relative;
}
#footer input{
    line-height: 25px;
    font-size: 13px;
    width: 100px;
    height: 25px;
    vertical-align: top;
    margin-top: 11px;
    text-align: center;
    color: #00e0e0;
    background-color: #333;
}
#footer.top{
    bottom: auto!important;
    background: unset!important;
}
#footer .logo-link{
    position: absolute;
    height: 50px;
    width: 80px;
    margin-left: 10px;
    display: none;
}
#footer.top .logo-link{
    display: block;
}
/*button*/
.i-tool{
    width: 35px;
    height: 25px;
    padding: 20px 0px 0;
    background-repeat: no-repeat;
    background-position: center 10px;
    text-align: center;
    font-weight: bold;
    color: #999;
    border: none;
    margin-top: 11px;
    cursor: pointer;
    text-indent: -9999px;
}
.i-share{
    background: url(images/social_share.png) no-repeat scroll center;
}
.i-catalog{
    background: url(images/item_catalog.png) no-repeat scroll center;
}
.i-search{
    background: url(images/search_btn.png) no-repeat scroll center;
}
.i-double{
    background: url(images/twopage.png) no-repeat scroll center;
}
.i-single{
    background: url(images/onepage.png) no-repeat scroll center;
}
.i-thumbnail{
    background: url(images/thumb.png) no-repeat scroll center;
}
.i-all-prev{
    background: url(images/step-backward.png) no-repeat scroll center;
}
.i-prev{
    background: url(images/chevron-left.png) no-repeat scroll center;
}
.i-all-next{
    background: url(images/step-forward.png) no-repeat scroll center;
}
.i-next{
    background: url(images/chevron-right.png) no-repeat scroll center;
}
.i-bgm{
    background: url(images/soundopen.png) no-repeat scroll center;
}
.i-bgm.action{
    background-image: url(images/soundclose.png);
}
.i-full{
    background: url(images/fullscreen_off.png) no-repeat scroll center;
}
.i-full.action{
    background-image: url(images/fullscreen_on.png);
}
.i-auto-flip{
    background: url(images/auto-flip-default.png) no-repeat scroll center;
}
.i-auto-flip.action{
    background-image: url(images/auto-flip.png);
}
.i-more{
    background: url(images/item_setmore.png) no-repeat scroll center;
}
.i-info{
    background: url(images/item_info.png) no-repeat scroll center;
}
.i-down{
    background: url(images/pdf_download.png) no-repeat scroll center;
}
.i-print{
    background: url(images/print_bt.png) no-repeat scroll center;
}
.i-multi-lang{
    background: url(images/multi-language.png) no-repeat scroll center;
}
.i-ja{
    background: url(images/flags/ja.png) no-repeat scroll center;
}
.i-en{
    background: url(images/flags/en_US.png) no-repeat scroll center;
}
.i-vi{
    background: url(images/flags/vi_VN.png) no-repeat scroll center;
}
.i-cn{
    background: url(images/flags/zh_CN.png) no-repeat scroll center;
}
.i-tw{
    background: url(images/flags/zh_TW.png) no-repeat scroll center;
}
.i-de{
    background: url(images/flags/de_DE.png) no-repeat scroll center;
}
.i-fr{
    background: url(images/flags/fr_FR.png) no-repeat scroll center;
}
.i-play{
    background: url(images/icon_play.png) no-repeat scroll center;
}
.i-pause{
    background: url(images/icon_pause.png) no-repeat scroll center;
}
.i-close{
    background: url(images/icon_close.png) no-repeat scroll center;
}
.i-time{
    background: url(images/icon_time.png) no-repeat scroll center;
}
.more-tools{
    position: absolute;
    background: #000;
    bottom: 50px;
    right: 8px;
    margin: auto;
    display: none;
    -webkit-box-shadow: 0 4px 10px #666;
    -moz-box-shadow: 0 4px 10px #666;
    -ms-box-shadow: 0 4px 10px #666;
    -o-box-shadow: 0 4px 10px #666;
    box-shadow: 0 0px 20px #ccc;
}  
.arrow{
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: solid;
    bottom: -14px;
    right: 5px;
    border-color: #000 transparent transparent;
}
.more-tools ul{
    list-style: none;
    padding: 5px;
    color: #000;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
}
.more-tools li{
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
    padding: 0 17px 0 35px;
    background-repeat: no-repeat;
    background-position: left;
    font-weight: bold;
    color: #fff;
    position: relative;
    white-space: nowrap;
}
.more-tools li:hover{
    background-color: #333;
}
.more-tools li.on{
    background-color: #bdbdbd;
    color: #333;
}
.more-tools li.i-single{
    background-position-x: 8px!important;
}
.more-tools li.i-double{
    background-position-x: 3px!important;
}
#modeViewMenu li.i-single{
    background-position-x: 12px!important;
}
#modeViewMenu li.i-double{
    background-position-x: 7px!important;
}
.has-sub::after{
    top: 12px;
    right: -5px;
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background: url(images/menu-right.png) no-repeat;
    opacity: 0.3;
}
.has-sub.open::after{
    background: url(images/menu-left.png) no-repeat!important;
}
.top .more-tools{
    top: 50px!important;
    bottom: auto!important;
    height: max-content;
    height: -moz-max-content;
    width: -webkit-max-content;
}
.top .more-tools .arrow{
    top: -20px!important;
    bottom: auto!important;
    border-color: transparent transparent #000;
    border-width: 10px!important;
}
.more-setting .arrow{
    right: 10px!important;
}
.more-tools li.sub-item{
    margin-left: 15px;
}
.more-tools ul.sub-menu{
    display: none;
    /*position: absolute;*/
    top: 0px;
    right: 0px;
    width: 100%;
}
.more-tools .sub-menu li.on{
    background-color: transparent;
    color: #fff;
    opacity: 0.6;
    cursor: default;
}
#modeViewMenu{
    right: auto;!important;
}
#modeViewMenu .arrow{
    left: 17px!important;
}
.top #modeViewMenu .arrow{
    left: 15px!important;
}
#modeViewMenu li{
    padding: 0 19px 0 19px;
    background-position: center;
}
.top #multiLangMenu{
    left: auto!important;
    right: 5px!important;
}
#multiLangMenu li, #multiLangMenu2 li{
    background-position-x: 7px;
}
@media all and (max-width: 800px){
    #footer .f-left{
        text-align: left;
    }
    #footer .f-right{
        text-align: right;
    }
    #footer .m-none {
        display: none;
    }
    #footer .left{
        width: 15%;
        text-align: left;
    }
    #footer .mid{
        width: 70%;
    }
    #footer .right{
        width: 15%;
        text-align: right;
    }
}
@media (min-width: 801px){
    #footer .p-none{
        display: none;
    }
}
@media (max-width: 320px){
    #footer .f-mid input{
        width: 80px;
    }
}
@media (max-width: 250px){
    #footer .f-mid input{
        width: 50px;
    }
}
@media (max-width: 200px){
    #footer .f-mid input{
        display: none;
    }
}
@media (max-height: 400px){

    #i-more-tools .tool-items{
        overflow-y: auto;
        height: 100%;
    }

    @media (min-height: 300px){
        #i-more-tools{
            height: 250px;
        }
    }
    @media (max-height: 300px){
        #i-more-tools{
            height: 150px;
        }
    }
    @media (max-height: 200px){
        #i-more-tools{
            height: 100px;
        }
    }
}

.f_ja .ui-selectmenu-item-icon{
    background: url(images/flags/ja.png) 0 0 no-repeat;
}
.f_en .ui-selectmenu-item-icon{
    background: url(images/flags/en_US.png) 0 0 no-repeat;
}
.f_zh_CN .ui-selectmenu-item-icon{
    background: url(images/flags/zh_CN.png) 0 0 no-repeat;
}
.f_zh_TW .ui-selectmenu-item-icon{
    background: url(images/flags/zh_TW.png) 0 0 no-repeat;
}
.f_vi .ui-selectmenu-item-icon{
    background: url(images/flags/vi_VN.png) 0 0 no-repeat;
}
.f_de_DE .ui-selectmenu-item-icon{
    background: url(images/flags/de_DE.png) 0 0 no-repeat;
}
.f_fr_FR .ui-selectmenu-item-icon{
    background: url(images/flags/fr_FR.png) 0 0 no-repeat;
}
.ui-selectmenu-item-selected a{
    font-weight:bold;
}
.ui-selectmenu{
    width: 140px!important;
    padding: 0px 10px 0px 0px!important;
}
.ui-selectmenu-open{
    z-index: 100001;
    width: 140px!important;
}
.modal{
    z-index: 100001!important;
}
.modal-dialog{
    height: 100%;
    width: auto!important;
    margin: auto!important;
}
.modal{
    overflow-y: hidden!important;
}
.modal-content{
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 90%;
    width: 90%;
    max-height: 420px;
    max-width: 400px;
    position: absolute!important;
    overflow-y: auto;
}
.modal-header{
    padding: 10px!important;
}
#searchBtn{
    cursor: pointer;
}
#searchBtn:hover{
    background-color: #fff;
}
mark{
    color: #f00!important;
    font-weight: bold;
}
.c-dialog ul{
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
}
.c-dialog li{
    padding: 5px;
    border-bottom: 1px solid #bfbfbf;
    max-height: 56px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
}
.c-dialog li:hover{
    background-color: #eaeaea;
}
.c-dialog li p{
    word-spacing: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    margin: auto!important;
}
.info-num{
    font-weight: bold;
    color: green;
}
.s-form{
    margin-bottom: 10px;
}
.s-form .dropdown-menu li{
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}
.s-form .dropdown-menu li.disabled{
    cursor: not-allowed;
    color: #888;
}
.s-list{
    overflow-y: auto;
    min-height: 100px;
    max-height: 294px;
    height: auto;
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
}
#shareBox .modal-content{
    max-height: 250px;
}
#shareBox .addthis_toolbox{
    margin: auto;
    max-width: 145px;
}
@media (max-height: 375px){
    .s-list{
        max-height: 194px;
    }
}

.s-thumb{
    z-index: 100020;
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    pointer-events: none;
}
#thumbnailList{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#thumbnailList .slick-track{
    margin: 0 auto;
}
#thumbnailList .slick-dots{
    bottom: -15px!important;
}
#thumbnailList .slick-prev{
    left: 0px!important;
    z-index: 1010;
}
#thumbnailList .slick-next{
    right: 0px!important;
    z-index: 1010;
}
#thumbnailList[dir="rtl"] .slick-prev{
    right: 0px!important;
    left: auto!important;
    z-index: 1010;
}
#thumbnailList[dir="rtl"] .slick-next{
    left: 0px!important;
    right: auto!important;
    z-index: 1010;
}

.page-t {
    background: #fff1;
    margin: 10px;
    position: relative;
    text-align: center;
    height: 110px;
    padding: 0px;
}
.page-t img{
    max-height: 100px!important;
    max-width: 120px!important;
    width: auto!important;
    height: auto!important;
    margin: 0 auto;
    position: relative;
}
.page-t p{
    position: absolute;
    color: red;
    margin: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #6e7c889c;
}
.slick-on .page-t{
    border: 4px solid green;
}
.tb-close{
    float: right;
    background: url(images/menu_del.png) no-repeat;
    background-size: contain;
    border: none;
    height: 30px;
    width: 30px;
    z-index: 1011;
}
.tooltip-inner{
    background-color: #f3f3f3!important;
    color: #333!important;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff!important;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #fff!important;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #fff!important;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #fff!important;
}
.tooltip{
    width: -moz-max-content!important;
    width: -webkit-max-content!important;
    width: max-content!important;
}

#autoTurnBox{
    position: absolute;
    display: none;
    width: 230px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    height: 45px;
    webkit-box-shadow: 0 4px 10px #666;
    -moz-box-shadow: 0 4px 10px #666;
    -ms-box-shadow: 0 4px 10px #666;
    -o-box-shadow: 0 4px 10px #666;
    box-shadow: 0 0px 20px #ccc;
}
#autoTurnBox ul{
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    text-align: center;
    margin: auto;
}
#autoTurnBox li{
    height: 45px;
    line-height: 50px;
    min-width: 30px;
    cursor: pointer;
}
#autoTurnBox .i-time{
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    padding-left: 40px;
    background-position-x: 11px;
}
#autoTurnBox .i-play,#autoTurnBox .i-pause{
    margin: 0px 10px;
}
#autoTurnMenu{
    position: absolute;
    display: none;
    width: 57px!important;
    bottom: 46px;
    background: #000;
    list-style: none;
    padding: 5px;
    text-align: right;
    webkit-box-shadow: 0 4px 10px #666;
    -moz-box-shadow: 0 4px 10px #666;
    -ms-box-shadow: 0 4px 10px #666;
    -o-box-shadow: 0 4px 10px #666;
    box-shadow: 0 0px 20px #ccc;
}
#autoTurnMenu li{
    height: 40px;
    border-bottom: 1px solid #999;
    font-size: 14px;
    width: 45px;
}
.top #autoTurnBox {
    top: 52px;
}
.top #autoTurnMenu{
    top: 46px;
    bottom: auto;
}
.top .dropup .caret{
    content: "";
    border-top: 4px dashed;
    border-bottom: 0px dashed;
}

/*media box css*/

.box-media{
    cursor: pointer;
}
.youtube-box, .video-box{
    position: absolute;
    z-index: 1;
}
.text-info-box{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0px;
}
.text-info-box p{
    display: block;
    color: #000;
    font-size: 12px;
    font-family: Arial;
    word-break: break-all;
}
.text-info-box li{
    display: list-item;
    list-style-type: disc;
    font-size: 12px;
    font-family: Arial;
    color: #000;
    text-align: left;
    margin-left: 15px;
    word-break: break-all;
}
.text-info-box u{
    text-decoration: underline;
}
.text-info-box a:link{
    color: (internal value);
    text-decoration: underline;
    cursor: auto;
}.text-info-box b{
    font-weight: bold;
}
.text-info-box em{
    font-weight: bold;
}
.btn-box{
    position: absolute;
    height: 15px;
    width: 30px;
    top: 30px;
    left: -30px;
    background-color: #bdbdbd;
    color: #000;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    display: none;
    cursor: pointer;
    z-index: 1010;
}
a.btn-box{
    text-decoration: none;
}
a.btn-box:hover,a.btn-box:focus {
    color: #23527c!important;
    text-decoration: none!important;
}
.btn-box:hover{
    color: #23527c!important;
}
.box-media:hover .btn-box{ 
    display: block!important;
}
.box-media .icon{ 
    max-width: 24px;
    max-height: 24px;
}
.box-media .icon:hover .btn-box{ 
    display: block!important;
}
.box-media:hover .media-bg{ 
    display: block!important;
}
#s-lightbox{
    z-index: 99999;
}
#s-lightbox-header{
    height: auto!important;
}
#s-lightbox-header .title{
    font-size: 15px;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #000;
    text-overflow: ellipsis;
    overflow: hidden;
}
#s-lightbox-deletion{
 width: 30px!important;
}
#s-lightbox-content{
    padding: 0px 10px 10px 10px;
}
#s-lightbox-content p{
    display: block;
    color: #000;
    font-size: 12px;
    font-family: Arial;
    word-break: break-all;
}
#s-lightbox-content li{
    display: list-item;
    list-style-type: disc;
    font-size: 12px;
    font-family: Arial;
    color: #000;
    text-align: left;
    margin-left: 15px;
    word-break: break-all;
}
#s-lightbox-content u{
    text-decoration: underline;
}
#s-lightbox-content a:link{
    color: (internal value);
    text-decoration: underline;
    cursor: auto;
}
#s-lightbox-content b{
    font-weight: bold;
}
#s-lightbox-content em{
    font-weight: bold;  
}
.modal-img {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    z-index: 10001;
}
.modal-content-img {
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.modal-img img{
    max-height: 80%;
    max-width: 80%;
    height: auto;
    width: auto;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}
.close-img{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0.8;
    background: url(images/close.png) no-repeat center;
    cursor: pointer;
}

.close-img:hover,
.close-img:focus {
    opacity: 1;
}

.zoom-bar{
    position: absolute;
    top: 52px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1002;
    width: 221px;
    text-align: center;
    display: none;
    background-color: #333;
    padding: 5px;
}
.btn-zoom{
    height: 30px;
    width: 30px;
    position: relative;
    border-radius: 15px;
    border: none;
    float: left;
    display: inline-block;
}
.btn-zoom:hover{
    opacity: 0.9;
}
.btn-zoom:active{
    opacity: 0.5;
}
.btn-zoom.zoom-in{
    background: url(images/zoom-in.png);
}
.btn-zoom.zoom-out{
    background: url(images/zoom-out.png);
}

#slider-zoom{
    display: inline-block;
    width: 150px;
    margin-top: 7px;
    float: left;
    height: 15px;
}
#slider-zoom #zoom-handle{
    height: 22px;
    width: 35px;
    text-align: center;
    line-height: 21px;
    color: #000;
    font-size: 11px;
}
