/* Chép đoạn này vào file Template*/

#main-nav,
.cat-box-content,
#sidebar .widget-container,
.post-listing {border-bottom-color: #37b8eb;}
.search-block .search-button,
#topcontrol,
#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item a:hover,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-menu-parent a:hover,
#main-nav ul li.current-page-ancestor a,
#main-nav ul li.current-page-ancestor a:hover,
.pagination span.current,
.share-post span.share-text,
.flex-control-paging li a.flex-active,
.ei-slider-thumbs li.ei-slider-element,
.review-percentage .review-item span span,.review-final-score  {background-color:#37b8eb !important;}
::-webkit-scrollbar-thumb{background-color:#37b8eb !important;}
#topcontrol:hover {background-color:#ff0000 !important;
opacity:1;
}
footer, .top-nav, .top-nav ul li.current-menu-item:after  {border-top-color: #37b8eb;	}
.search-block::after {border-right-color:#37b8eb;}

#topcontrol{
	z-index:2;
	/* Chép ảnh separate.png vào thư mục Images*/
	background: #FF8500 url(../images/separate.png) no-repeat center -410px;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position:fixed;
	bottom:-100px;
	right:10px;
	cursor:pointer;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow:auto;
	opacity:0.3;
}
#topcontrol:hover{ background-color:#fb9826 ;}

