/* 
 * 	Core Owl Carousel CSS File
 *	BY 20160519-kiki
 */



/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	/*max-width: 975px;*/
    background-color: #BED5DB;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/*=================================OWL Slider=================================*/

/***** æœ¬é¤¨ç²¾é¸ *****/

#choice {
    padding: 40px 0px 0px 5px;
}


#choice .item {
    /*background: #CCC;*/
    padding: 10px;
    margin: 10px;
    */ color: #444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -ms-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

#choice .item:hover {
    /*-webkit-transition: background 500ms ease-in;
    -moz-transition: background 500ms ease-in;
    -ms-transition: background 500ms ease-in;
    -o-transition: background 500ms ease-in;
    transition: background 500ms ease-in;
    background: #eaeaea;*/
}

#choice .item:hover .owl-img img {
    opacity: 0.6;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    box-shadow: -2px 15px 5px rgba(46, 46, 46, 0);
}
.owl-block{
  max-height: 255px;
  /*min-height: 210px;*/
  display: block;
  overflow: hidden;
/*  background-color: rgba(238, 238, 238, 0.42);
  box-shadow: 1px 5px 5px rgba(46, 46, 46, 0.38);
  border-color: #FFF;
  border-width: 2px;
  border-style: solid;*/
}

.owl-img img {
    border-color: #FFF;
    border-width: 3px;
    border-style: solid;
    background-color: rgba(238, 238, 238, 0.42);
    box-shadow: -2px 2px 5px rgba(46, 46, 46, 0.38);
}

@media screen and (max-device-width: 480px) {
.owl-block{
  max-height: 280px;
  display: block;
  overflow: hidden;
}

.panel-choice #choice.author .owl-block{
    max-height: 280px;
}
}


.choice-img img {
    max-width: 100%;
    height: auto;
    /*border:#6d6d6d 1px solid;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;*/
}


/* æŽ§åˆ¶ bar*/
@media (max-width: 667px) and (min-width: 320px){
.customNavigation_1 .btn,
.customNavigation_2 .btn,
.customNavigation_3 .btn {
    position: absolute;
    left: auto;
    right: auto;
    top: 45% !important;
    width: 35px;
    height: 40px;
    border-radius: 0;
    text-indent: -9999px;
    
    background-position: center center;
    background-repeat: no-repeat
}
}
@media (max-width: 736px) and (min-width: 414px){
.customNavigation_1 .btn,
.customNavigation_2 .btn,
.customNavigation_3 .btn {
    position: absolute;
    left: auto;
    right: auto;
    top: 45% !important;
    width: 35px;
    height: 40px;
    border-radius: 0;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
}
}
.customNavigation_1 .btn,
.customNavigation_2 .btn,
.customNavigation_3 .btn {
    position: absolute;
    left: auto;
    right: auto;
    top: 39%;
    width: 35px;
    height: 40px;
    border-radius: 0;
    text-indent: -9999px;
    
    background-position: center center;
    background-repeat: no-repeat
}

.customNavigation_1 .btn.prev,
.customNavigation_2 .btn.prev,
.customNavigation_3 .btn.prev {
    left: 15px;
    background-image: url(../images/left.png);
	z-index:999;
}

.customNavigation_1 .btn.next,
.customNavigation_2 .btn.next,
.customNavigation_3 .btn.next {
    right: 15px;
    background-image: url(../images/right.png);
	z-index:999;
}

.customNavigation.bestsell {}

.item .overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 240px;
    height: 185px;
    opacity: 0;
    background-color: rgba(234, 234, 234, 0.4);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.item:hover .overlay {
    opacity: 1;
}

#choice .item .caption {
    width: 100%;
    height: auto;
    margin-top: 25px;
    line-height: 1.13em;
} 
.tab-more .btn-default{ 
  font-family: font-family: sans-serif,"å¾®è»Ÿæ­£é»‘é«”"; 
  font-size: 13px;
  color: #727272;
  padding-left: 4px;
  padding-right: 3px;
  padding-bottom: 4px;
  padding-top: 3px;
  margin-top: 3px;
}
.tab-more .btn-default::before{ padding-right: 3px}

#choice .item .caption .owl-title {
    margin-bottom: 0;
    padding: auto 3px;
    color: inherit;

}


#choice .item .caption .owl-title > a {
    color: inherit;
    outline: none;
    font-size: 15px;
    color: #333;
    line-height: 18px;
}


#choice .item .caption .owl-dete,
#choice .item .caption .owl-p {
    display: block;
    ;
    font-size: 0.75em;
    color: #444444;
    white-space: pre;
    overflow: hidden;
}


#choice .item .caption .owl-bonus {
    color: #D53505;
    display: block;
    font-size: 0.81em;
    white-space: pre;
    overflow: hidden;
}

.customNavigation,
.customNavigation_2 {
    text-align: center;
    top: 20px;
}

.customNavigation a,
.customNavigation_2 a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*=================================ROW NO Padding=================================*/

@media all and (transform-3d),
(-webkit-transform-3d) {
/*=================================Carousel Slider=================================*/
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    /* å·¦å³æŽ§åˆ¶*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
}

.carousel-control.right {
    left: auto;
    right: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    padding: 1em;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.carousel-control .fa:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-control .fa-angle-left {
    background: url(../images/left.png) no-repeat center rgba(255, 255, 255, 0.5);
    left: 0;
}

.carousel-control .fa-angle-right {
    background: url(../images/right.png) no-repeat center rgba(255, 255, 255, 0.5);
    right: 0;
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/*=================================Carousel Slider DOT=================================*/

.carousel-indicators {
    position: absolute;
    padding: 0.1em 0.1em;
    z-index: 15;
    list-style: none;
    text-align: center;
    line-height: 1;
    bottom: 5px;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
}

.carousel-indicators li + li {
    margin: 1px 6px;
}

.carousel-indicators .active {
    background-color: #d93600;
    border: 0;
}

.carousel-caption {
    /*display: none;*/
    position: absolute;
    /*max-width: 590px;*/
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    padding: 0.88em;
    color: #ffffff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
}
.carousel-caption a{ color: #FFF}
.carousel-caption a:hover{ color: #D53505; text-decoration: none;}
.carousel-caption p a,
.carousel-caption p {
    font-size: 1.13em;
    font-family: "å¾®è»Ÿæ­£é»‘é«”";
    overflow: hidden;
}


@media screen and (min-width: 1200px) {

.categorylist{}
.col-five{width: 20% !important;}
.col-ten{width: 10% !important;}

.pagination .list-inline > li > a, .pagination .list-inline > li > span {
    position: relative;
    float: left;
    padding: 9px 15px;
    margin: auto 4px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #6d6d6d;
}
.pagination .list-inline > li > a:hover{color: #000;
}
.pagination .list-inline > li > a{font-size: 16px;}
  
}

@media (min-width: 768px) and (max-width: 991px) {

.book-viewlist {min-height: 190px;max-height: 190px;}
.book-detail {min-height: 200px;max-height: 200px;}
  .book-detail >.booksummary{ 
  font-size: 0.88em; 
  line-height: 20px; 
  color: #444;
  width: 100%;
  max-height: 60px;
  overflow: hidden;
  overflow: ellipsis;
}
}


/*=================================owl.theme.css =================================*/
/*
* 	Owl Carousel Owl Demo Theme 
*	BY 20160519-kiki
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* index <!-- choice STAR--> */
.panel-choice .owl-theme .owl-controls .owl-page{
    display: none;
    zoom: 1;
    *display: none;/*IE7 life-saver */
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}