@import url('https://fonts.googleapis.com/css?family=Prompt:400,500,600');

:root {
  --bgmain: #000000;
  --fff: #fff;
  --yellow: #ffcc5c;
}
body{
    font-family: 'Prompt', sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    outline: 0px !important;
}
a{
    border: 0px !important;
    text-decoration: none !important;
}

.nextt
{
 padding-right: 30px;
 padding-top: 15px;
}

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(255, 255, 255, 0.2);
}


.cursor-pointer {
    cursor: pointer !important;
}
.bag-primary {
  background: #0c4ca5;
}
.bag-second {
  background: #fff;
}
.bag-thri{
    background: #f3f3f3;
}
.text-primary{
    color: #000 !important; 
}
.text-second{
    color: #fff !important;
}
.dropdown-toggle::after {
    color: #fff;
}

input.search-nav {
    background: black;
    border: transparent;
    border-left: 2px solid #fff;
    border-radius: 0px;
    padding: 0px 10px;
    margin-left: 1em;
    color: #fff;
}
input.search-nav:focus {
    background: black;
    border: transparent;
    border-left: 2px solid #fff;
    border-radius: 0px;
    padding: 0px 10px;
    margin-left: 1em;
    box-shadow: none;
    color: #eee;

}

.g-recaptcha {
        display: inline-block;
    }

.star_point
{
    color:#f6c022;
}

input[name=search_option] 
{
  display: none;
}
input[name=search_option] + label:before 
{
  content: '';
  display: inline-block;
  border: 2px solid #0F81D5;
  height: 22px;
  width: 22px;
  border-radius: 100%;
}
label:hover:before 
{
  box-shadow: inset 0 0 5px #0F81D5;
}
input[name=search_option]:checked + label:before 
{
  border-width: 7px;
  height: 22px;
  width: 22px;
}




button.btn.btn-lg.btn-custom-submit-search.waves-effect.waves-light {
    /* padding: 10px 10px; */
    padding: 0.75rem 2rem;
    margin: 0;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    border-radius: 92%;
    border: 1px solid #1462b5
}
li.active {
    background: #1462b5 !important;
}
.carousel-caption {
   position: absolute;
    right: 50%;
    bottom: 25%;
    left: 20%;
    z-index: 10;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    padding: 70px 30px;
    color: #fff;
    text-align: center;
    background: #eeeded;
    opacity: 0.9;
}
button.btn-custom-carousel-caption {
    background: #000;
    border-radius: 0px;
    border: 0px;
    padding: 15px 30px;
}
button.btn-custom-submit-search {
    background: #0c4ca5;
    border-radius: 0px;
    border: 0px;
    width: 100%;
    padding: 0.75rem 2rem;
    margin: 0;
    border: 2px solid #0c4ca5;
}
.px-8{
    padding-left: 8em;
    padding-right: 8em;
}
.py-8{
    padding-top: 8em;
    padding-bottom: 8em;
}
.py-7{
    padding-top: 7em;
    padding-bottom: 7em;
}
.py-6{
    padding-top: 6em;
    padding-bottom: 6em;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9E9E9E;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.4);
}
.line_height
{
    line-height: 40px;
}
.checkk
{
    margin-top:13px;
}
.custom-search{
    border-radius: 0px !important;
}
.img-fluid{
    margin-right: auto;
    margin-left: auto;
}
.img-book-home {
  box-shadow:5px 5px 20px #b0b0b0;
}
.col.text-center.row-book-home {
    padding: 20px 40px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.nav-link.custom-arr.active{
    background: #fff;
    border: 2px solid #0c4ca5 !important;
    color: #0c4ca5 !important;
}
a.nav-link.custom-arr{
    background: #0c4ca5;
    border: 2px solid #0c4ca5 !important;
    color: #fff !important;
    /*margin-right: 18px;*/
    padding: 12px 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 0.95em;
}
.figure-caption {
    font-size: 1em;
    color: #000;
    margin-top: 3em;
}

.overlay-cus {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.overlay-cus {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*.cover-img {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 380px;
}*/
.cover-img.multimedia {
    height: 280px;
}
.row.list-item .cover-img {
    vertical-align: top;
}
.title-cover-name {
    text-transform: capitalize;
    font-size: 1em;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4em;
    color: #000 !important;
    font-weight: bolder;
}
.title-cover-name-author{
    text-transform: capitalize;
    font-size: 1em;
    padding-left: 2em;
    padding-right: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 1.5em;
    color: #9E9E9E;
}
.foot_color
{
    color:#90afd9;
}

img.img-cover {
    box-shadow: 5px 0px 12px #b0b0b0;
}
.cover-img-arr {
    /*display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 340px;*/
    padding: 0px 10px;
}
a.btn.btn-lg.overay-btn.waves-effect.waves-light{
    margin-left: 3em;
    margin-right: 3em;
    background: #0c4ca5;
    border-radius: 0px;
    border: 0px;
    padding: 0.85rem 2rem;
    margin: 0;
    color: #fff !important;
}
a.btn.btn-lg.overay-btn.waves-effect.waves-light:hover{
    color: #fff !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    outline: 0;
}
/*เงาหน้า home*/
.view.overlay.custom-overlay {
    box-shadow: 5px 5px 20px #b0b0b0;
}
.overlay .mask {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
li.nav-item.waves-effect.waves-light {
    margin: 0px 10px;
}
.bag-news{
    background-image: url("/styles/belibs/images/dwr-img/bg-news.png");
    background-repeat: round;
}

.bag-ext
{
    background-color: #d7eefa;
}
.cover-img-news {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 205px;
}
.col.py-3.text-center.row-book-home.news {
    padding: 15px;
}
p.p-about{
    margin-bottom: 0.5em;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.row-link-social{
    padding: 0px 45px;
}
.row.row-review {
    background: #f3f3f3;
}
p.name-review {
    margin-bottom: 0.1em;
    font-weight: bolder;
}
p.comment-review {
    font-size: 0.9rem;
}
.w-30{
    width: 30%;
    height: auto;
}
.w-70{
    width: 70%;
    height: auto;
}
.media.review {
    background: #f3f3f3;
}
img.img-review.d-flex.align-self-center {
    width: 180px;
    min-height: 240px;
    max-height: 240px;
}
i.fas.fa-quote-left.fa-1x {
    font-size: 1.25em;
}
i.fas.fa-quote-right.fa-1x {
    font-size: 1.25em;
}
.mb-0-5{
    margin-bottom: 0.5em;
}
footer.page-footer.font-small {
    background: #0c4ca5;
}
.footer-h1 {
    font-size: 2em;
}
.text-black{
    color:#000 !important;
}
.footer-copyright.text-center {
    background: #1462b5;
    font-size: 0.5em;
    color: #8a99aa;
    padding-top:5px;
    padding-bottom:5px;
}

/*a{
    color: inherit !important;
}*/


span.fa-stack.fa-2x:hover {
    /* background: red; */
    color: #0c4ca5;
}
span.fa-stack.fa-2x.footer:hover {
    /* background: red; */
    color: #d5d5d5;
}
/*span.fa-stack.fa-2x {
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-transition: -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
}*/
.h-home {
    font-size: 1.5em;
    font-weight: bolder;
}
.all-home {
    font-size: 1.5em;
    font-style: italic;
}
.cover-img-news {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 210px;
}
span.btn.overay-btn.waves-effect.waves-light {
    background: #0c4ca5;
    margin-bottom: 1em;
    margin-top: -1em;
}
.mask.flex-center.waves-effect.waves-light.rgba-white-light.custom-news,
.mask.flex-center.waves-effect.waves-light.rgba-white-light.custom-resource {
    /* opacity: 0; */
    background: #fafafa;
}
.mask.flex-center.waves-effect.waves-light.rgba-white-light.custom-resource:hover {
    opacity: 0.8;
}
.mask.flex-center.waves-effect.waves-light.rgba-white-light.custom-news span {
    padding: 10px 20px;
    font-size: 0.85em;
}
span.link-news {
    font-size: 0.85em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
span.more-info {
    font-size: 0.7em !important;
}
.view.overlay.custom-overlay.overlay-news{
     -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12); 
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}




@media (min-width: 1200px) {
    .load_app1
    {
        text-align: right;
    }
    .load_app2
    {
        text-align: left;
    }

    .logo_ext
    {
        width:14%;
        height: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        margin-left: 100px;
        margin-right: 100px;
    }

    .cover-img-all {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 250px;
    }

    .cover-img-arrhome {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 350px;
    padding: 0px 10px 0px 10px;
    }
    
    .img-cover-list
    {
      width: 60%;
      height: auto;
    }
    .cover-img.bookshelf {
    /*display: block !important;*/
    }
    .mask-shelf.bookshelf {
        top: 40%;
    }
    /*#menu-topnav .dropdown-menu.resources {
        min-width: 650px;
        padding: 0.7em;
        left: -200%;
    }*/
}
#menu-topnav .nav-link {
    font-size: 0.9em;
}
#menu-topnav .navbar-brand {
    /*margin-right: 3rem;*/
}
#menu-topnav {
    min-height: 50px;
}
#menu-topnav > nav {
    min-height: 50px;
}
#menu-topnav input[type=search] {
    background-color: #111;
    border: none;
    color: #fff;
    border-radius: 20px !important;

    background: url("/styles/belibs/images/icon/icon-search.png") no-repeat 9px center;
    padding: 9px 10px 9px 32px;
    width: 100%;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#menu-topnav input[type=search]:focus {
    width: 100%;
    height: 2em;
    border: 1px solid #b9d7f4;
    
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


/*#menu-topnav input:-moz-placeholder {
    color: #999;
}
#menu-topnav input::-webkit-input-placeholder {
    color: #999;
}*/

#menu-topnav a.lang {
    font-weight: 300;
    color: #999 !important;
}
#menu-topnav a.lang.active { 
    color: #85b6ea !important; 
    font-weight: 500;
}
/*#menu-topnav .dropdown-menu.resources {
    min-width: 650px;
    padding: 0.7em;
    left: -200%;
}*/

#menu-topnav .dropdown-menu.resources .main-cat {
    text-transform: uppercase;
    width: 100%;
    display: table;
    padding: 15px;
    text-align: center;
    font-size: 0.9em;
}
#menu-topnav .dropdown-menu.resources .main-cat.active {
/*#menu-topnav .dropdown-menu.resources .main-cat:hover {*/
    background-color: #111;
    color: #fff !important;
    text-align: center;
}
#menu-topnav .dropdown-menu.resources .sub-cat {
    /*padding: 15px 0;*/
    width: 100%;
    display: table;
    padding: 3px 15px;
    color: #999 !important;
}
#menu-topnav .dropdown-menu.resources .sub-cat:hover {
    /*text-decoration: underline !important;*/
    text-decoration:none
}
#menu-topnav .dropdown-menu a.dropdown-item {
    padding: 5px 20px;
    display: block;
    color: #aaa !important;
}
#menu-topnav .dropdown-menu a.dropdown-item:hover {
    /*text-decoration: underline !important;*/
    /*text-decoration:none*/
    color: #0c4ca5 !important;
    background-color: transparent;
    cursor: pointer;
}
h1.page-header {
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
}
h2.page-header {
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500 !important;
}
h2.cat-title {
    font-size: 0.9rem;
    font-weight: 500 !important;
    margin-bottom: 0;
}
.card-resource-cat .card-body {
    min-height: 70px;
}
.table-responsive {
    display: table;
}
.about-rules {
    background-color: #f0f0f0 !important;
}
.about-rules .card {
    box-shadow: none;
    background-color: transparent;
}
.about-rules .card ul {
    padding: 0;
}
.about-rules .card ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.about-map {
    color: #fff !important;
    font-size: 0.9rem;
    background: url("/styles/git/images/about_map_bg.png") no-repeat center;
    background-size: cover;
}


.bg-light {
    background-color: #f0faff !important;
}
.bg-grey-1 {
    background-color: #f0f0f0 !important;
}

.text-light-1 {
    color: #ccc !important;
}

.text-light {
    color: #85b3f2 !important;
}

.breadcrumb-box {
    background-color: #f2faff;
    /*border-bottom: 1px solid #f0f0f0;*/
    padding-top: 18px;
}
.breadcrumb {
    text-transform: uppercase;
    font-size: 0.75em;
}
.breadcrumb i {
    margin-top: 2px;
    margin-right: 3px;
}
.breadcrumb .bc,
.breadcrumb .bc > a:first-child > span,
.breadcrumb .bc > a > span {
    color: #000 !important;
}
.breadcrumb .bc > span:last-child {
    color: #ccc !important;
}
.form-control {
    border-radius: 0 !important
}
.btn {
    min-width: 170px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: normal;
    padding: 10px;
}
.btn-primary-my {
    background-color: #0c4ca5 !important;
    color: #fff !important;
    border: 2px solid #0c4ca5 !important;
    font-size: 0.95rem;
}
.btn-secondary-my {
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #0c4ca5 !important;
    font-size: 0.95rem;
}
.btn-dark {
    background-color: #0c4ca5 !important;
    color: #fff !important;
    border: 2px solid #0c4ca5 !important;
    font-size: 0.95rem;
}
.btn-outline-dark {
    background-color: #fff !important;
    color: #0c4ca5 !important;
    border: 2px solid #0c4ca5 !important;
    font-size: 0.95rem;
}
.modal-header {
    background-color: #0c4ca5;
    color: #fff;
}
.modal-header .close {
    font-family: Arial sans-serif;
    color: #fff;
}


.box-filter-content h1 {
    font-size: 1.2em;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
.box-filter-content input,
.box-filter-content ::placeholder,
.box-filter-content select {
    color: #0c4ca5;
    font-size: 1em;
}

.heard_table
{
    background-color: #0c4ca5;
    color:#ffffff;
}

.logo_footer
{
    width:8%;
    height: auto;
}
.box-opac-search h2 {
    font-size: 1.5em;
    font-weight: bold;
}
.box-opac-search button {
    width: auto;
}
.box-opac-search input,
.box-opac-search ::placeholder,
.box-opac-search select {
    color: #bbb;
    font-size: 1em;
}
/*.view.overlay.custom-overlay {
    box-shadow: none;
}*/
input.form-control.profile {
    padding: 12px 16px;
}
label.btn.btn-choose-file.waves-effect.waves-light {
    background: transparent !important;
    border: 2px solid #fff;
}
.mask.flex-center.waves-effect.waves-light.rgba-stylish-light.choose-file:hover {
    opacity: 0.9 !important;
    background: #212121 !important;
}
button.btn.btn-lg.btn-custom-submit-search.btn-custom-cancle.waves-effect.waves-light {
    background: #fff;
    color: #000;
    box-shadow: none;
    border: 2px solid #000;
}
.box-book-detail {
    background: #f2faff;
}
img.img-share{
    width: 3.2em;
}
.des-book-detail {
    border-bottom: 1px solid #ddd;
    text-align: justify;
}
img.co-main {
    width: 100%;
    height: auto;
    background: white;
    /* border: 1px solid #ddd; */
    box-shadow: 5px 5px 15px #333;
}
/*li.main.lslide.main{
    background: transparent !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}*/
.lSSlideOuter.vertical{
    padding-left: 140px;
}
.lSSlideOuter.vertical .lSGallery{
    left: 0;
}
.lSSlideOuter.text-center.my-auto.vertical {
    padding-right: 0px !important;
}
li.main.lslide.active {
    height: auto !important;
    padding: 35px 15px;
    margin-bottom: 0px !important;
    background: #fff !important;
}
.lSSlideOuter.text-center.my-auto.vertical {
    padding-right: 0px !important;
    height: 600px;
}
.lSSlideWrapper.usingCss {
    height: auto !important;
}
.marc-header {
    font-size: 1em;
    background: #0c4ca5;
    color: #fff;
    padding: 5px 0px;
    cursor: pointer;
    border: 2px solid #0c4ca5;
}
h1.marc-header {
    font-size: 1em;
    padding: 5px 0px;
    font-weight: bold;
}
.marc-box {
    background: #f3f3f3;
    padding: 10px 20px;
}
.row.marc-detail {
    border-bottom: 1px #ddd;
    border-bottom-style: dashed;
    padding: 2px 0px;
}
.review-header.text-center {
    font-size: 1em;
    background: #fff;
    color: #1462b5;
    padding: 5px 0px;
    border: 2px solid #0c4ca5;
    margin-top: 1em;
}
h1.review-header.mb-0 {
    font-size: 1em;
    padding: 5px 0px;
    font-weight: bold;
}
ol.commentlist {
    background: #f2faff;
    padding: 10px 20px;
    margin-bottom: 0px;
    list-style-type: none;
    margin-top: 2px;
    color:#0c4ca5;
}
/*.comment-form-wrapper.details-comments-box{
     background: #f3f3f3;
    padding: 10px 20px;
    margin-bottom: 0px;
    list-style-type: none;
}*/
textarea#description:focus:not([readonly]){
    -webkit-box-shadow: 0 1px 0 0 #000000;
    box-shadow: 0 1px 0 0 #9E9E9E;
    border-bottom: 1px solid #000000;
}
.col-md-2-custom.user-comment {
    max-width: 10.666667%;
}
.col-md-10-custom.message-field{
    max-width: 89.333333%;    
}
.col-xs-1-5 {
    width: 10.666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-10-5 {
    width: 89.333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.details-comments-box .submit .rating,
.rating {
    direction: rtl;
    /*font-size: 24px;*/
    margin-left: 10px;
    unicode-bidi: bidi-override;
    padding-top: 5px;
    padding-right: 8px;
}
.details-comments-box .submit .rating span.star, .rating span.star {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
}
.details-comments-box .submit .rating span.star:hover, 
.rating span.star:hover {
    cursor: pointer;
}
.details-comments-box .submit .rating span.star:before, 
.rating span.star:before {
    color: #0c4ca5;
    content: "\f005";
    /*padding-right: 5px;*/
}
.details-comments-box .submit .rating span.star:hover:before, 
.rating span.star:hover:before, 
.rating span.star:hover ~ span.star:before {
    color: #0c4ca5;
    content: "\f005";
    font-weight: 900;
}
.details-comments-box .submit .rating span.star.focus:before, 
.rating span.star.focus:before{
    color: #0c4ca5;
    content: "\f005";
    font-weight: 900;
}

.row.r-naja {
    position: relative;
    /* right: 78px; */
    top: 50px;
    z-index: 1;
}
.group-comment {
    position: relative;
    bottom: 25px;
}
.badge-drak {
    background-color: #9E9E9E !important;
    color: #fff !important;
    padding: 4px 5px;
    top: -2px;
    position: relative;
}
li.page-item.m-2.detail {
    background: #0c4ca5;
    width: 40px;
    height: 40px;
    padding: 3px;
    text-align: center;
    color: #fff;
    margin-right: 20px !important;
    border: 2px solid #0c4ca5;
}
li.page-item.m-2 {
    width: 100%;
    height: 40px;
    padding: 3px;
    text-align: center;
    color: #000;
    margin-right: 20px !important;
}
li.page-item.m-2.detail.active {
    background: #fff !important;
    width: 40px;
    height: 40px;
    padding: 3px;
    text-align: center;
    color: #000;
    border: 2px solid #0c4ca5;
}
.pagination .page-item .page-link {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-size: 0.9rem;
  color: #ffffff; }
.pagination .page-item.active .page-link{
    background: none !important;
    box-shadow: none;
    color: #0c4ca5;
}
.pagination .page-item .page-link:hover {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    background-color: transparent;
}
.pagination .page-item .page-link:hover {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    background-color: transparent;
    outline: none;
}



.bg-light {
    background-color: #f0faff !important;
}
.border-bold {
    border: 3px solid #333;
}
.page-link {
    padding: 0.5em !important;
}
.card-news-big h2.card-title {
    left:14px;
    bottom: -11px;
    color: #fff;
    padding: 10px 30px 10px 30px;
    position: absolute;
    width: 97.5%;
    background-color: #000;
    opacity: 0.7;
}

.card-news-big .card-img-overlay2 {
    bottom: 100px;
    position: absolute;
    margin: 0 30px;

}
.card-news {
    box-shadow: none !important;
}
.card-news .card-img-overlay3 {
    font-size: smaller;
    bottom: 10px;
    position: absolute;
    margin: 0 15px;
}
.card-news-body {
    box-shadow: none !important;
}
img.img-fluid.img-book-home {
    max-height: 350px;
}

img.news-icon {
    width: 2.2em;
    height: auto;
}
.news-comments .media {
    margin-bottom: 20px;
}
.news-comments .media img {
    margin-right: 10px;
}
.news-comments .media.box-comment.is-hidden {
    /*background-color: #f0f0f0;*/
    opacity: 0.5;
}
a.text-link {
    color: #005C97 !important;
}

label.error,
span.error {
    color: red;
}
input.error,
select.error {
    border: 1px solid red;
}

.mask-shelf {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.but-hover {
    opacity: 0.8;
    background-color: #0c4ca5;
    color: white;
    font-size: 1.4em;
    padding: 10px;
    border-radius: 0;
    display: table-cell;
    border-radius:10%;
    cursor: pointer;
}

.banner
{
   width: 100% !important;
   max-height: 350px;
   margin-top: 15px;
}

.but-hover2 {
    opacity: 0.8;
    background-color: #f23122;
    color: white;
    font-size: 1.4em;
    padding: 12px;
    border-radius: 0;
    display: table-cell;
    border-radius:10%;
    cursor: pointer;
}
.but-space {
    display: table-cell;
    width: 10px;
}

.but-hover a,
.but-hover a:hover {
    color: white;
    text-decoration: none;
}
img.img-cover.img-show-all {
    width: 100%;
}

    /*  Page Show All Grid  */
    /*----------------------*/
  /* .show_all .cover-img,
   .myshelf-grid .cover-img {
        display: table-cell;
        vertical-align: bottom;

    }*/

    .show_all .shelf-box {
        background: url(../images/background/header.png) bottom no-repeat;
        /*margin-bottom:4em;*/
    }



/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;

    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error  img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position:absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
.easyzoom.easyzoom--overlay {
    width: 100%;
}
.easyzoom-flyout img {
    width: 200%;
}


