﻿/*   
Template Name: Metronic - Responsive Website Template build with Twitter Bootstrap 3.1.1
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=vietnamese');

body{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    color: #222;
    background-color: #f0f0f0; 
}
/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
	outline: 0;
    text-decoration: none;
}
a:hover {
	color: #E02222;
}
h1, .h1 {
    font-size: 32px;
    font-weight: 400;
}
div.checker,
div.radio {
	top: -1px;
}
select.form-control {
	color: #5f6d7b;
	border-radius: 0;
	border-color: #e4e6e8;
	box-shadow: none;
}
select.form-control:focus {
	box-shadow: none;
	border-color: #999;
}

input.form-control,
textarea.form-control {
	border-color: #dbdbdb;
	color: #777;
	font: 14px Arial, sans-serif;
	border-radius: 0;
	box-shadow: none;
}
input.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
	border: solid 1px #dbdbdb;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
*html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clear {
	clear: both; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	overflow: hidden;
}
.lead {
    font-size: 16px;
}
.font-transform-inherit {
	text-transform: inherit !important;
}
.color-red {
	color: #E84D1C;
}
/***
Custom Scrollbars
***/
::-webkit-scrollbar {  
    width: 12px;  
}  

::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #cecece;  
}  

::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  

::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}

::-moz-selection {
  color: #fff;
  background: #e45000;
}
::selection {
  color: #fff;
  background: #e45000;
}
/* Global classes */
.min-hight500 {
	min-height: 500px;
}
/***
Pre-Header and pre-header elements
***/
.pre-header {
	line-height: 16px;
    font-size:13px;
    padding:12px 0 7px 0;
    color:#8c8e91;
	float:right;
}
.dropdown-menu .divider {
    margin: 0px;
}
.pre-header a {
    color: #000;
}
.pre-header .calendar a {
    color: #0093dd;
}
.pre-header a:hover {
	color: #e00!important;
}
.pre-header .page-login .pull-right{
    border-left:1px #555 solid;
    padding-left:10px;
    margin-left:10px;
}
.pre-header .dropdown-user img{
    display:none!important;
}
.page-login.pre-header{
    float:right;
    padding-top:40px;
    line-height:36px;
}
.pre-header .dropdown-menu  li  a:hover, .pre-header .dropdown-menu  li  a:focus{
    background-color:#f5f5f5;
    color:#333;
}
.pre-header a:focus {
	text-decoration: none;
}
.dropdown-menu .divider{
    margin:0;
}
.pre-header .dropdown-menu  li  a{
    padding: 10px!important;
    color:#333;
    display:block;
	font-size:13px;
	border-top:0;
	
}
.pre-header li {
	padding-left: 11px;
	padding-right: 15px;
	border-right: solid 1px #d8d8d8;
}
.pre-header li:last-child {
	border: none;
}
@media (max-width:991px){
.page-login.pre-header{
    padding-top:10px;
    line-height: 30px;
}
}
/*Dropdown User*/
.pre-header li.dropdown-user .dropdown-toggle {
    display: block;
}
.pre-header li.dropdown-user img {
    float: left;
    margin-top: 0;
    margin-right: 7px;
    height: 26px;
    width:26px;
    display: inline-block;
}
/* langs block */
.langs-block {
	position: relative;
}
.langs-block .fa {
	margin-right: 0;
}
.langs-block-others-wrapper {
	position: absolute;
	left: 0;
	top: 100%;
    z-index: 99999;
}
.langs-block-others {
	padding: 10px 10px 2px;
	background: #F9F9F9;
	z-index: 9999;
	width: 100px;
	display: none;
	margin-top: 12px;
	border-top: solid 2px #ea4c1d;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	position: relative;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
.langs-block-others:after { 
	top: -8px;
	width: 0; 
	height: 0;
	left: 8px;
	z-index: 2; 
	content: " "; 
	display: block; 
	position: absolute;
	border-bottom: 8px solid #ff5601;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.langs-block:hover .langs-block-others {
	display: block;
}
.langs-block-others a {
	display: block;
	margin-bottom: 8px;
}
/***
Header and header elements
***/
.header {
	position: relative;
}
/* FIX styles BEGIN */
@media(min-width:992px) {
.page-header-fixed .header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
    background-color: #035988;
}
.page-header-fixed .header-navigation > ul > li > div > a {
    color: #fff;
}
.page-header-fixed .header-navigation > ul > li > div > a:hover {
    color: #f1fbb2;
}
}
body.page-header-fixed {
	padding-top: 98px !important; /* height of the header */
}
/* FIX styles END */
.header .container {
    position: relative;
    padding-left:0;
    padding-right:0;
}
/* Navigation */
.contenticon{display:none}
.header .main-navigation{
    border-top:1px #eaeaea solid;
    border-bottom:1px #eaeaea solid;
}
.header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-navigation > ul > li {
	float: left;
}
.header-navigation > ul > li > div > a {
    padding: 12px 15px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
	font-size:14px;
    display: block;
    border-left:1px #eaeaea solid;
	font-family: 'Roboto Condensed', sans-serif;
	
}
.header-navigation > ul > li.haschild a.dropdown-toggle::before {
	font: normal normal normal 16px/1 FontAwesome;
    content: "\f107";
    color: #3E4D5C;
    margin-left: 7px;
    float: right;
    line-height: 20px;
}
.header-navigation > ul ul > li.haschild a.dropdown-toggle::before {
	content: "\f105";
}
#vebrary-body .header-navigation > ul > li.haschild a.dropdown-toggle::after{
	border-color:transparent!important;
}
.header-navigation ul > li.active > div > a,
.header-navigation ul > li > div > a:hover,
.header-navigation ul > li > div > a:focus,
.header-navigation ul > li.open > div > a,
.header-navigation ul > li.open > div > a:hover,
.header-navigation ul > li.open > div > a:focus {
	color: #e00;	
	text-decoration: none;  
}
.header-navigation ul > li.active > div > a {
	border-bottom: 2px solid #e64f00;
}
@media (min-width:768px){
.header-navigation > ul > li.li-0 > div > a.a-0{
    font-size:1px;
	color:transparent;
}
.header-navigation > ul > li.li-0 > div > a.a-0:before{
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f015";
    color: #222;
	height:20px;
	margin-left:5px;
}
.header-navigation > ul > li.li-0 > div > a.a-0:hover:before{
	color: #e00;
}
}
/* dropdown menu */
@media (min-width: 1025px) {
.header-navigation > ul > li:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  display: none!important;
}
.pre-header .dropdown-menu {
	display: none!important;
	top:22px;
	margin-top:0px;
	padding:0px;
	right:0px;
	left:auto;
	background-color: #fff;
}
.pre-header .open > .dropdown-menu{
	display:block!important;
}
li.haschild:hover > ul.dropdown-menu {
  display: block!important;
}
}
.header-navigation, .header-navigation .dropdown {
	position: static;
}
.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
	position: relative;
}
.header-navigation .dropdown-menu {
  left: auto;
  top: 100%;  
  border: none;  
  background-color:#fff;
}
.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
	display: none !important; 
}
.dropdown-fix-left .dropdown-menu {
	left: 0;
	width: 700px;
}
.dropdown-fix-right .dropdown-menu {
	right: 0;
	width: 700px;
}
.header-navigation .dropdown100 > .dropdown-menu {
  left: 15px;
  right: 15px;
}
.header-navigation li.accordion  a .fa-caret-right{
    display:none;
}
.header-navigation li.haschild > .content > a .fa-caret-right{
    display:block;
}
.ie8 .header-navigation > ul > li.dropdown:hover > div > a:after {
	display: none !important;
}
.header-navigation li.dropdown100 > .dropdown-menu:after {
	display: none !important;
}
.header-navigation .dropdown-menu > div > li:first-child {
	border-top: solid 2px #ea4c1d;
}
.header-navigation .dropdown-menu li {
	border-bottom: solid 1px #eee;
    position: relative;
}
.header-navigation .dropdown-menu li:last-child {
	border: none;
}
.dropdown-submenu > a:after {
	display: none;
}
/* navigation content */
.header-navigation-content {
  padding: 20px 30px;
  min-width: 600px;
}
.header-navigation-content .header-navigation-col {
	padding: 0;
}
.header-navigation-content h4,
.ecommerce .header-navigation-content h4 {
  font: bold 15px 'Open Sans', Arial, sans-serif;
  margin: 0 0 6px;
  padding: 10px 10px 5px;
  border-bottom: solid 1px #f0f0f0;
}
.header-navigation-content ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.header-navigation-content li {
  padding: 0;
  border: none !important;
}
.header-navigation-content li > a {
  display: block;
}

/* header navigation description */
.header-navigation-content-ext {
  padding: 20px 30px 2px;
  background: #fff;
}
.header-navigation-description {
  background: #fcfafb; 
  margin: -20px 0 -2px -30px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}
.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
  border: none;
  padding: 10px 0 0;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li {
  border: none;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
  padding: 0 0 10px;
  color: #767f88;
  display: inline-block;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
  background: #fff;
  color: #e6400c;
}
/**bootstrap***/
@media(min-width:991px){
.header-navigation .dropdown-menu > li:first-child {
    border-top: 2px solid #c1c1c1!important;
}
}
.header-navigation .dropdown-menu .dropdown-menu > li:first-child {
    border-top: 0!important;
}
.dropdown-menu > li > div > a {
  display: block;
  padding: 8px 15px;
    color: #000!important;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 400;
}
.header-navigation .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin-left:1px;
}
.header-navigation .dropdown-menu a {
  position: relative;
}
#vebrary-body div.header-navigation .dropdown-menu li a:hover {
	background-color:transparent!important;
	color:#e00!important;
}
.header-navigation .dropdown-menu .fa {
  position: absolute;
  top: 13px;
  right: 15px;
}
@media (max-width:991px){
#MenuTop>li{
	float:none;
}
.header-navigation .dropdown .dropdown-menu {
    left:0;
    position:relative;
	display:block;
	width:100%;
	box-shadow:none;
	float:none;
	padding: 0px 15px;
}
.dropdown-menu > li > div > a.a-1 {
    font-weight:500;
}
.dropdown-menu > li > div > a.a-1:after {
    font: normal normal normal 11px/1 FontAwesome;
    content: "\f047";
    color: #3E4D5C;
    margin-right: 6px;
    float: left;
    line-height: 20px;
}
.dropdown-menu .dropdown-menu > li > div > a{
	color:#666!important;
}
.header-navigation .dropdown-menu > li:first-child {
    border-top: 2px solid #dcdcdc;
}
}
/* Top Search */
.header-navigation li.menu-search {
	position: relative;
	top: 14px;
}
.header-navigation li.menu-search span.sep {
	top: 0;
	width: 1px;
	height: 26px;
	background: #eaeaea;
	position: relative;
	margin: 0 18px 0 16px;
	display: inline-block;
}
.header-navigation li.menu-search i {
	color: #333;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	top: -6px;
	width: 15px;
	height: 15px;
	opacity: 0.6;
}
.header-navigation li.menu-search i:hover {
	color: #e02222;
	background-position: 0 -15px;
}
.header-navigation .search-box {
	right: -7px;
	top: 100%;
	padding: 15px;
	display: none;
	background: #fcfafb;
	position: absolute;
	border-top: solid 2px #ea4c1d;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	width: 274px;
	margin-top: 0;
	z-index: 22;
}
.header-navigation .search-box:after { 
	top: -8px;
	width: 0; 
	height: 0;
	right: 8px;
	z-index: 2; 
	content: " "; 
	display: block; 
	position: absolute;
	border-bottom: 8px solid #ff5601;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.header-navigation .search-box button {
	margin-left: 0 !important;
}
/* reduce navigation */
.reduce-header .site-logo {
	padding-top: 9px;
	padding-bottom: 11px;
}
@media (min-width: 1025px) {
	.reduce-header .header-navigation > ul > li > a {
		padding: 16px 12px 17px;
	}
	.ecommerce .reduce-header .header-navigation > ul > li > a {
		padding: 23px 12px 20px;
	}
	.reduce-header .header-navigation li.menu-search {
		top: 14px;
	}
	.ecommerce .reduce-header .header-navigation li.menu-search {
		top: 21px;
	}
}
.reduce-header .mobi-toggler {
	margin-top: 12px;
}
.page-header-fixed .header .mobi-toggler {
 	transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	-ms-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-webkit-transition: margin 0.3s ease;
}
/* page slider */
.page-slider {
	clear: both;
}

/* OWL styles */
.owl-buttons {
	position: absolute;
	top: -40px;
	right: 10px;
}
.owl-buttons div {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	position: static;
	border-radius: 26px !important;
	text-indent: -100000px;
}
.owl-buttons .owl-prev {
    background: #00a8ff url(../img/fa-angles.png) no-repeat 8px -31px;
}
.owl-buttons .owl-next {
    background: #00a8ff url(../img/fa-angles.png) no-repeat -33px -31px;
}
.owl-buttons .owl-prev:hover {
    background: #ff5700 url(../img/fa-angles.png) no-repeat 8px -31px;
}
.owl-buttons .owl-next:hover {
    background: #ff5700 url(../img/fa-angles.png) no-repeat -33px -31px;
}

/*  */
.carousel-indicators {
	text-align: left;
	margin: 0;
	width: auto;
	left: 33px;
}
.carousel-indicators li,
.carousel-indicators li.active {
	width: 18px;
	height: 18px;
	margin: 0 9px 0 0;
	background: transparent;
	border: solid 2px #c9cdce;
	border-radius: 18px !important;
	z-index: 9999 !important;
}
.carousel-indicators li.active {
	background: #6f7a7c;
	border-color: #9ea7a9;
}
/* END LAYER SLIDER */

/*  */
.product-list .product-item {
	margin-bottom: 30px;
}

/***
Sidebar
***/
.sidebar {
	color: #3E4D5C;
}
.sidebar .list-group-item {
    background: rgba(244,244,244,0.5);
    border: none;
    display: block;
    margin-bottom: 2px;
    padding: 7px 10px;
    position: relative;
    border-radius: 0;
}
.sidebar .list-group-item:last-child {
	margin: 0;
}
.sidebar a {
	color: #3E4D5C;
}
.sidebar a:hover {
	color: #E02222;
}
 .sidebar-menu a {
	display: block;
}
 .sidebar-menu a:hover {
 	text-decoration: none;
}
.sidebar-menu .fa-angle-right {
	position: relative;
	top: 1px;
	margin-right: 2px;
	float: left;
}
.sidebar .dropdown.open .dropdown-toggle {
    background: #fff;
    color: #3E4D5C;
}
.sidebar .dropdown.open .dropdown-toggle:hover {
	color: #E02222;
}
.sidebar .dropup.open > .dropdown-toggle, .dropdown.open > .dropdown-toggle {
    border-color: none !important;
}

.sidebar .dropdown-menu {
    background-clip: padding-box;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    font-size: 14px;
    list-style: none;
    margin: 0 -10px;
    min-width: auto;
    padding: 5px 10px 1px 19px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    font: 15px 'PT Sans Narrow', sans-serif;
}

.sidebar .dropdown-menu:after,
.sidebar .dropdown-menu:before {
    display:none !important;
}

.sidebar .dropdown-menu .dropdown-menu {
	border-top: none;
	margin-bottom: -5px;
	margin-right: -10px;
}
.sidebar .open>.dropdown-menu {
	display: block;
}
.sidebar .dropdown-menu li {
	padding: 4px 0 3px 11px;
	position: relative;
}
.sidebar .dropdown-menu ul {
	padding: 0;
	margin: 0 0 0 4px;
	list-style: none;
	text-transform: none;
	font-size: 15px;
}
.sidebar .dropdown-menu > li > a {
    clear: both;
    line-height: inherit;
    padding: 0;
    white-space: nowrap;
}
.sidebar-menu .dropdown-menu li > a:hover, .sidebar-menu .dropdown-menu li > a:focus, .sidebar-menu li.active > a, .sidebar-menu li.active > a:hover {
	background: none !important;
	color: #E02222;
}
.sidebar .dropdown-menu > li > a .fa-angle-down {
	position: absolute;
	top: 8px;
	right: 0;
}
.sidebar .fa-angle-down:before {
    content: "";
}
.sidebar .fa-angle-down {
	width: 11px;
	height: 11px;
	background: url(../img/icons/sidebar-toggle-icons.png) no-repeat 0 0;
	position: absolute;
	top: 12px;
	right: 10px;
}
.sidebar a:hover > .fa-angle-down {
	background-position: -11px 0;
}
.sidebar .collapsed .fa-angle-down {
	background-position: 0 -37px;
}
.sidebar .collapsed:hover > .fa-angle-down {
	background-position: -11px -37px;
}

/***
Brands
***/
.brands .container {
	padding-right: 25px;
}
.brands .owl-carousel {
    margin-bottom: 41px;
    padding: 0 75px;
    background: #fff;
}
.brands .owl-buttons div {
    position: absolute;
    top: 0;
    width: 70px;
    height: 102px;
    text-indent: -10000px;
    border-radius: 0 !important;
    display: block;
}
.brands .owl-buttons {
	position: static;
}
.brands .owl-buttons .owl-prev {
    left: 0;
    background: #fff url(../img/fa-angle-brands.png) no-repeat 18px 18px;
    margin-left: 0;
}
.brands .owl-buttons .owl-prev:hover {
    background: #fff url(../img/fa-angle-brands.png) no-repeat 18px -217px;
}
.brands .owl-buttons .owl-next {
    left: auto;
    right: 0;
    background: #fff url(../img/fa-angle-brands.png) no-repeat -249px 18px;
    margin-right: 0;
}
.brands .owl-buttons .owl-next:hover {
    background: #fff url(../img/fa-angle-brands.png) no-repeat -249px -217px;
}

/***
steps block and steps block elements
***/
/* shop */
.steps-block {
	color: #fff;
	padding: 30px 0;	
}
.steps-block ::-moz-selection {
  color: #e45000;
  background: #fff;
}
.steps-block ::selection {
  color: #e45000;
  background: #fff;
}
.steps-block-gray {
	background: #a0a3a4;
}
.steps-block-red {
	background: #e84d1c;
}
.steps-block-col {
	overflow: hidden;
	min-height: 71px;
}
.steps-block-col span {
	display: block;
	width: 36px;
	height: 71px;
	background: url(../img/step3-angle-right.png) no-repeat 100% 50%;
	position: absolute;
	top: 0;
	right: 10px;
}
.steps-block h2,
.ecommerce .steps-block h2 {
	color: #fff;
	font-size: 43px;
	margin: 0;
	padding: 0;
	line-height: 1;
}
/* steps-block-simple â€“ step block without image */
.steps-block-simple h2,
.ecommerce .steps-block-simple h2 {
	font-size: 33px;
	margin-bottom: 5px;
}
.steps-block em {
	font: normal 400 13px 'Opan Sans', sans-serif;
	text-transform: uppercase;
}
.steps-block-simple em {
	text-transform: inherit;
	line-height: 1.2;
}
.steps-block .steps-block-col div {
	margin-left: 70px;
	margin-right: 40px;
}
.steps-block-simple .steps-block-col div {
	margin-left: 0;
}
.steps-block .fa-truck,
.steps-block .fa-gift,
.steps-block .fa-phone {
	font-size: 30px;
	border: solid 2px #fff;
	border-radius: 30px !important;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding-top: 22px;
	margin-right: 11px;
	float: left;
}
.steps-block .fa-angle-right {
	font-size: 84px;
}

/* title wrapper */
.title-wrapper {
	margin: -23px 0 23px;
	position: relative;
	overflow: hidden;
	background: #72c2ff url(../../pages/img/title-bg/man.jpg) no-repeat 100% 100%;
	min-height: 280px;
	padding-top: 79px;
	width: 100%;
	overflow: hidden;
}
.title-wrapper .container-inner {
	float: left;
}
.ecommerce .title-wrapper h1, .title-wrapper em {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
}
.ecommerce .title-wrapper h1 {
	font-size: 45px;
	padding: 0 9px 13px;
	border-bottom: solid 1px rgba(255,255,255,0.6);
	margin: 0 -9px 17px;
}
.title-wrapper h1 span {
	color: #ff5601;
}
.title-wrapper em {
	font-size: 20px;
	font-style: normal;
	display: block;
	text-align: center;
}

/* breadcrumb */
.breadcrumb {
	background: none;
	padding: 0;
	font: 14px "Open Sans", sans-serif;
	color: #5f6d7b;
	margin-bottom: 22px;
}
.breadcrumb > li + li:before {
	content: "\f105 ";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #5f6d7b;
}
.breadcrumb a {
	color: #5f6d7b;
}
.breadcrumb > .active {
	color: #ff5601;
}
/* paginations */
.pagination {
	border-radius: 0;
	margin: 0;
}
.pagination > li {
    display: inline-block;
    margin-left: 3px;
}
.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	color: #333;
    background-color: #eee;
}
.pagination > li > a:hover{
	background-color: #ddd;
}
.pagination > li > span,
.pagination > li > span:hover {
	background: #00a8ff!important;
    border-color: #00a8ff!important;
	color: #fff!important;
    padding: 6px 10px!important;
}
.pagination > li > a, .pagination > li > span {
    padding: 6px 10px!important;
	border:0;
	cursor: pointer!important;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
	padding: 6px 10px!important;
}
.items-info {
	padding-top: 7px;
	color: #868c93;
}

/* content page */
.content-page a:hover, 
.sidebar2 a:hover {
	color: #E02222;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
	color: #E02222;
}
.content-page h2, 
.content-page h3, 
.content-page h4, 
.content-page h5, 
.content-page h6 {
	padding-top: 10px;
}
.content-page h3 {
	font-size: 20px;
	margin-bottom: 7px;
}
.content-page h4 {
	font-size: 17px;
	margin-bottom: 4px;
}
.content-page h5, 
.content-page h6 {
	font: 700 15px 'Open Sans', Arial, sans-serif;
	margin-bottom: 2px;
}
.content-page p,
.content-page .list-unstyled {
	margin-bottom: 20px;
}
.content-page .list-unstyled .list-unstyled {
	margin-left: 20px;
	padding-top: 3px;
	margin-bottom: 0;
}
.content-page .list-unstyled li {
	margin-bottom: 3px;
}
/* 404 page */
.corporate .page-404 {
 	text-align: center;
 	padding-top: 60px;
 	padding-bottom: 125px;
}
.page-404 .number {
	position: relative;
	top: 35px;
	display: inline-block;
	letter-spacing: -10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #E02222;
	text-align: right;
}
.page-404 .details {
	margin-left: 40px;
	display: inline-block;
	padding-top: 0px;
	text-align: left;
	top: 15px;
	position: relative;
}

/* 500 page */
.corporate .page-500 {
	text-align: center;
 	padding-top: 60px;
 	padding-bottom: 60px;
}
.page-500 .number {  
	display: inline-block;
	letter-spacing: -10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #E02222;
	text-align: right;
}
.page-500 .details {
	margin-left: 40px;
	display: inline-block;
	text-align: left;
}

/* content form page */
div.content-form-page {
	background: #fff;
	padding: 5px 20px 30px;
	margin-right: 10px;
}
.content-form-page a {
	color: #0093dd;
}
.content-form-page a:hover {
	color: #E02222;
}
.form-without-legend {
	padding-top: 25px;
}
.content-form-page legend {
	border: none;
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 10px;
	color: #3E4D5C;
}
.content-form-page .control-label {
	font-weight: normal;
	padding-right: 5px;
	margin-left: -15px;
}
.default-form label,
.checkout-page label {
	font-weight: normal;
}
.require {
	color: #e94d1c;
}
.content-form-page input.form-control {
	border-color: #dbdbdb;
	color: #aaa;
	font: 14px Arial, sans-serif;
	border-radius: 0;
}
.content-form-page .form-control:focus {
	box-shadow: none;
	border: solid 1px #e94d1c;
}
.content-form-page .checkbox .col-lg-4 {
	padding-right: 0;
	margin-left: -15px;
}
/* info at the right of the forms */
.form-info {
	padding: 0 10px 0 30px;
	border-left: solid 1px #e4e6e8;
	margin: 25px 0;
}
.form-info h2,
.ecommerce .form-info h2 {
	font-size: 18px;
	position: relative;
	top: -5px;
	margin-bottom: 5px;
}
.form-info h2 em {
	font-style: normal;
	color: #ff5601;
}
.form-info p {
	margin: 0 0 20px;
}
/***** tab nav **/
.nav-tabs {
	border-color: transparent!important;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #495056;
	border: none !important;
	padding: 7px 13px 5px;
}
.nav-tabs > li.active > a{
	color: #000;
}

/* content search */
.content-search {
	background: #fff;
	padding: 10px 15px;
}
.ecommerce .content-search h1 {
	padding-top: 3px;
	margin: 0;
}
.content-search h1 em {
	font-style: normal;
	color: #ff5601;
}
.content-search form {
	margin: 0;
}
.content-search input {
	border-radius: 0;
	border-color: #dbdbdb;
	color: #b0b4b7;
	font: 14px Arial, sans-serif;
	height: 35px;
}
.content-search input:focus {
	box-shadow: none;
	border: solid 1px #e94d1c;
}
.content-search button {
	margin-left: 0 !important;
	font-size: 14px;
	/*padding: 7px 12px 5px;*/
	height: 35px;
}


/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
	background: #313030;
	color: #b0b0b0;
}
.pre-footer .container {
	padding-top: 45px;
}
.pre-footer a {
	color: #57c8eb;
}
.pre-footer h2,
.ecommerce .pre-footer h2 {
	font-size: 21px;
	color: #c2c1c1;
}
.pre-footer p {
	margin-bottom: 20px;
}
.pre-footer li {
	margin-bottom: 6px;
}
.footer label{
	margin-bottom:0;
}
/* pre-footer twitter block */
.pre-footer dl.f-twitter {
	overflow: hidden;
	margin-bottom: 7px;
}
.pre-footer dl.f-twitter dt {
	width: 30px;
	float: left;
	text-align: left;
	padding-top: 2px;
}
.pre-footer dl.f-twitter dt i {
	color: #57c8eb;
	font-size: 20px;
}
.pre-footer dl.f-twitter dd {
	color: #b0b0b0;
	margin-left: 30px;
}
.pre-footer dl.f-twitter dd span {
	color: #6b9cab;
	font-size: 12px;
	margin: 0 5px;
}
.pre-footer address {
	line-height: 1.7;
}
.pre-footer-col {
	padding-bottom: 22px;
}
.pre-footer .top-line {
	border-top: solid 1px #535353;
	padding-top: 24px;
	padding-bottom: 17px;
}
.pre-footer .social-icons {
	padding-top: 5px;
}
.pre-footer .social-icons li a, 
.pre-footer a.social-icon {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}
.pre-footer .social-icons li a:hover {
  opacity: 1;
}

.pre-footer hr {
	margin-top: 0;
	border-color: #404040;
}
.pre-footer .form-control,
.pre-footer .form-control:focus {
	border: none;
}

/* subscribe */
.pre-footer .pre-footer-subscribe-box {
	padding-bottom: 14px;
}
.ecommerce .pre-footer-subscribe-box form {
    float: left;
    width: 330px;
}
.pre-footer .pre-footer-subscribe-box p {
	clear: both;
}
.pre-footer-subscribe-box .input-group {
	border: solid 1px #545454;
	padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box .input-group {
	border: solid 1px #DBDBDB;
}
.ecommerce .pre-footer-subscribe-box h2,
.corporate .pre-footer-subscribe-box h2 {
	float: left;
	margin-right: 20px;
	padding-top: 7px;
}
.pre-footer-subscribe-box input {
	border-radius: 0;
	background: #313030;
	border: solid 1px #313030;
	color: #909090;
	font: 13px Arial, sans-serif;
}
.pre-footer-subscribe-box input:focus {
	box-shadow: none;
	border: solid 1px #313030;
}
.pre-footer-subscribe-box .btn-primary {
	margin-left: 0 !important;
	border-bottom: none;
	margin-bottom: 1px;
}

/* pre-footer photostream */
.pre-footer .photo-stream li {
	margin: 4px 5px 4px 0;
	display: inline-block;
}
.pre-footer .photo-stream img {
	width: 54px;
	height: 54px;
	border: solid 2px #9ca5ae;
}
.pre-footer .photo-stream img:hover {
	border-color: #E84D1C;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;  
}

/* light pre-footer */
.pre-footer-light {
	background: #F9F9F9;
	color: #3E4D5C;
	margin-top: 20px;
}
.pre-footer-light .container {
	background: #fff;
	padding-top: 25px;
}
.pre-footer-light h2,
.ecommerce .pre-footer-light h2 {
	color: #3E4D5C;
}
.pre-footer-light a {
	color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd {
	color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd span {
	color: #99a5b1;
}
.pre-footer-light dl.f-twitter dd a {
	color: #e84d1c;
}

.pre-footer-light address a {
	color: #e84d1c;
}

.pre-footer-light hr {
	border-color: #e6e6e6;
}

.pre-footer-light .social-icons li a {
  opacity: 1;
}
.pre-footer-light .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-light .input-group {
	border: none;
	padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box input {
	background: #fff;
	border: none;
	color: #909090;
}
.pre-footer-light .pre-footer-subscribe-box button:hover {
	color: #fff;
}

/* light pre-footer */
.pre-footer-gray {
	background: #62707F;
	color: #fff;
}
.pre-footer-gray h2,
.ecommerce .pre-footer-gray h2 {
	color: #fff;
}
.pre-footer-gray dl.f-twitter dd {
	color: #fff;
}
.pre-footer-gray dl.f-twitter dd span {
	color: #fff;
	opacity: 0.5;
}

.pre-footer-gray hr {
	border-color: #94a5b6;
}

.pre-footer-gray .social-icons li a {
  opacity: 1;
}
.pre-footer-gray .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-gray .pre-footer-subscribe-box fomr {
	color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box .input-group {
    border: 1px solid #94a5b6;
}
.pre-footer-gray .pre-footer-subscribe-box input {
	background: #62707F;
	border: solid 1px #62707F;
	color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box input:focus {
	border: solid 1px #62707F;
}
.pre-footer-gray ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.pre-footer-gray :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.pre-footer-gray ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.pre-footer-gray :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

/* Powered */
.footer .powered {
  color: #81848f;
  margin: 5px 0 0;
}
.footer .powered > a {
  color: #e6400c;
  text-decoration: none;
}
.footer .powered > a:hover {
  color: #e94d1c;
}

/* footer */
.pageTop{
	max-width: 1100px;
    margin: 0 auto;
}
.footer {
	background:#047ed2;
	color: rgba(255, 255, 255, 0.85);
    padding: 20px 15px 0 15px;
    line-height:20px;
	max-width: 1100px;
    margin: 0 auto;
}
.footer address {
    margin-bottom: 0!important;
    font-size:13px;
}
.footer h2{
	font-weight:500;
	margin-top:0;
	margin-bottom:7px;
}
.footer .col-md-8{
	padding-left:0;
}
.footer a {
	padding:2px 4px;
    color: rgba(255, 255, 255, 0.75);
}
.footer a:hover {
    color: #fff;
}
.footer-light a {
	color: inherit;
}
.footer .list-inline > li:last-child {
	padding-right: 0;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul.social-footer {
	font-size: 16px;
}
.footer ul.social-footer a {
	opacity: 0.7;
    border: 1px rgba(255, 255, 255, 0.28) solid;
    border-radius: 4px!important;
}
.footer ul.social-footer a:hover {
	opacity: 1;
}
.footer .StatisticalAccess .s-title {
    padding-top: 0;
    font-weight: normal!important;
}
.footer .StatisticalAccess .text-counter {
    font-size: 14px;
    line-height: normal;
    font-weight:400!important;
    color:#fff;
}

.footer p{
    margin-bottom:10px;
}
.footer .col-md-8.padding-top-10 p:first-child b{
    font-size:16px;
    font-weight:400;
    color:#fff;
}
/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  display:inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;  
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.icon-btn i {
  font-size: 18px;
}

.ie8 .icon-btn:hover {
  filter: none !important;
} 

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

.icon-btn div {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;  
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn .badge {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/***
Notes
***/
/* Common styles for all types */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}

.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}

.note-warning {
  background-color: #FCF3E1;
  border-color: #fcb322;
}

.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}

.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}

/*  panel styles */
.panel-default > .panel-heading {
    color: inherit;
}
.panel .panel-title {
	padding-top: 0;
	margin-bottom: 0;
}
.AddContact .panel{
    box-shadow:none;
}
/***
Font awesome icons styles
***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}
.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
  	width: 1.5625em;
}
.fontawesome-icon-list .col-md-3 {
    height: 32px;
    line-height: 32px;
}


/***
Demo Utils
***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}

.fontawesome-demo i {
  font-size: 18px;
}

.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li {
	width: 12.5%;
}
.glyphicons-demo ul li [class^="glyphicon-"], .glyphicons-demo ul li [class*=" glyphicon-"] {
	display: block;
	text-align: center !important;
	width: auto;
	line-height: 1.2;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86,61,124,.1);
}

.buttons-page .btn {
    margin-bottom: 5px !important;
}
.buttons-page .clearfix {
	margin-bottom: 20px;
}
#topcontrol {
	z-index: 99999;
}

/* faq page */
.faq-page .panel-heading {
	padding: 0;
}
.faq-page .panel-heading h4 {
	font-size: 17px;
}
.faq-page .panel-heading a {
	display: block;
	padding: 10px 15px 9px;
}
.faq-page .panel-heading a:hover {
	color: #333;
	text-decoration: underline;
}

/* Services Box */
.service-box p {
  color: #656565;
  font-size: 13px;
}
.service-box .service-box-heading {
  padding: 12px 0;
}
.service-box .service-box-heading i {
  padding: 0;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
    font-size:18px;
    height:32px;
    width:32px;
    line-height: 32px;
    text-align:center;
    vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
  color: #0da3e2;
  border:1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
  color: #db3a1b;
  border:1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
  color: #35aa47;
  border:1px solid #35aa47;
}
.service-box .service-box-heading span {
  color: #444;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px; 
  margin-left: 10px;
  display: inline-block;
}
.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/* Blockquote Box *//* Blockquote Box */
.quote-v1 {
  background: #7C858E;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}
.quote-v1 a {
  margin: 5px;
  display: inline-block;
}
.quote-v1 span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block;
}
.quote-v1 a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;   
  text-decoration: none;
  border: solid 1px #fff;
  background: none;
}
.quote-v1 a.btn-transparent:hover {
  background: #E02222;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;      
}
.quote-v1 a.btn-transparent i {
	margin-right: 10px;
}

/* Recent Works *
.recent-work {
  position: relative;
}
.recent-work a:hover {
  text-decoration: none;
}
.recent-work h2,
.ecommerce .recent-work h2 {
  margin: 3px 0 5px;
}
.recent-work h2 a {
	color: #3e4d5c;
}
.recent-work h2 a:hover {
	color: #E02222;
}
.recent-work .owl-buttons {
	left: -74px;
	right: auto;
    top: 0;
}
.recent-work .recent-work-item a.recent-work-description {
	padding: 10px;
	display: block;
	background: #fff;
}
.recent-work .recent-work-item:hover a.recent-work-description {
	background: #E6400C;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;		
}
.recent-work .recent-work-item strong {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 300;
}
.recent-work .recent-work-item b {
	color: #656565;
	font-weight: 300;
}
.recent-work .recent-work-item:hover b,
.recent-work .recent-work-item:hover strong {
	color: #fff;
}
.recent-work .recent-work-item em {
	display: block;
	overflow: hidden;
	position: relative;
}
.recent-work .recent-work-item .fa {
	color: #fff;
	padding: 16px 30px 16px 18px;
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -23.5px;
	border-radius: 47px;
	background: rgba(0,0,0,0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;	
}
.recent-work .recent-work-item .fa:hover {
	color: #E02222;
}
.recent-work .recent-work-item .fa-link {
	left: -100px;
}
.recent-work .recent-work-item .fa-search {
	right: -100px;
}
.recent-work .recent-work-item:hover .fa-link {
	left: 30%;
}
.recent-work .recent-work-item:hover .fa-search {
	right: 30%;
}

/* Mixed Block */
/* Testimonials */
.testimonials-v1 blockquote {
	padding: 15px; 
	border: none;
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 20px;
	background: #F8F8F8;
	position: relative;
}
.testimonials-v1 blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0, 0, 0, 0);
  border-right: 22px inset rgba(0, 0, 0, 0);
  border-top: 22px solid #F8F8F8;
}
.testimonials-v1 blockquote:after { 
  width: 13px; 
  height: 13px;
  z-index: 23; 
  content: " "; 
  display: block !important; 
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E6400C url(../img/blockquote-corner.png) no-repeat;
}

.testimonials-v1 .carousel-info img {
	width: 75px;
	height: 75px;
	padding: 3px; 
	border-radius: 150px !important;
	border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
	overflow: hidden;
}
.testimonials-v1 .carousel-info img {
	margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
	display: block;
}
.testimonials-v1 span.testimonials-name {
	color: #E6400C;
	font-size: 16px;
	font-weight: 300;
	margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
	color: #656565;
	font-size: 12px;
}
/* Testimonials */
.testimonials-v1 blockquote {
	padding: 15px; 
	border: none;
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 20px;
	background: #F8F8F8;
	position: relative;
}
.testimonials-v1 blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0, 0, 0, 0);
  border-right: 22px inset rgba(0, 0, 0, 0);
  border-top: 22px solid #F8F8F8;
}
.testimonials-v1 blockquote:after { 
  width: 13px; 
  height: 13px;
  z-index: 23; 
  content: " "; 
  display: block !important; 
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E6400C url('img/blockquote-corner.png') no-repeat;
}

.testimonials-v1 .carousel-info img {
	width: 75px;
	height: 75px;
	padding: 3px; 
	border-radius: 150px !important;
	border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
	overflow: hidden;
}
.testimonials-v1 .carousel-info img {
	margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
	display: block;
}
.testimonials-v1 span.testimonials-name {
	color: #E6400C;
	font-size: 16px;
	font-weight: 300;
	margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
	color: #656565;
	font-size: 12px;
}
.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
	right: 15px;
	top: -35px;
	width: 26px;
	height: 26px;
	position: absolute;
	display: inline-block;
	color:#fff!important;
}
.testimonials-v1 .left-btn {
	right: 54px;
    background:url('/Content/Portal/img/BRVT/fa-angles-left.png') no-repeat center center;
	background-size:78%;
	border:1px #e0e0e0 solid;
}
.testimonials-v1 .right-btn {
    background:url('/Content/Portal/img/BRVT/fa-angles-right.png') no-repeat center center;
	background-size:78%;
	border:1px #e0e0e0 solid;
}
.testimonials-v1 .left-btn:hover {
    background-image:url('/Content/Portal/img/BRVT/fa-angles-left1.png')!important;
	background-color:transparent!important;
}
.testimonials-v1 .right-btn:hover {
    background-image:url('/Content/Portal/img/BRVT/fa-angles-right1.png')!important;
	background-color:transparent!important;
}
/* our clients */
.our-clients {
	position: relative;
}
.our-clients h2,
.ecommerce .our-clients h2 {
	margin: 3px 0 5px;
}
.our-clients h2 a {
	color: #3e4d5c;
}
.our-clients h2 a:hover {
	color: #E02222;
}
.our-clients .client-item {
	background: #f8f8f8;
	margin-left: 2px;
	position: relative;
}
.our-clients .owl-buttons {
	left: -74px;
	right: auto;
    top: 0;
}
.our-clients .client-item img {
	margin-left: auto;
	margin-right: auto;
}
.our-clients .client-item .color-img {
	display: none;
}
.our-clients .client-item:hover img {
	display: none;
}
.our-clients .client-item:hover .color-img {
	display: block;
}

/* Front Carousel */
.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}
.front-carousel .carousel-control:hover {
  opacity: 0.6;
}
.front-carousel .carousel-control i {
  font-size: 27px;
}
.front-carousel .carousel-control.right i {
  position: relative;
  left: 1px;
}
.front-carousel .carousel-caption {
  padding: 10px 15px 0;
  background: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.front-carousel .carousel-control.left {
  left: 0;
}
.front-carousel .carousel-control.right {
  right: 0;
}

/* Skils */
.front-skills span {
  color: #555;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}
.front-skills .progress {
  background: #f2f2f2;
}
.front-skills .progress-bar {
  background: #EF4D2E;
}
.front-skills .progress,
.front-skills .progress-bar {
  box-shadow: none;
}

/* Team Blocks */
.front-team .thumbnail {
  border: none;
}
.front-team h3,
.ecommerce .front-team h3 {
  margin:10px 0 12px;
  line-height:40px;
}
.front-team h3 strong {
  color: #E02222;
  font-size: 20px;
  font-weight: 400; 
}
.front-team h3 small {
  display: block;
  font-size: 13px; 
}
.front-team ul {
  padding: 4px 0 0;
}
.front-team .social-icons {
  overflow: hidden;
}

/* Service Box v1 */
.service-box-v1 {
  text-align: center;
  padding: 15px;
}
.service-box-v1 i {
  padding: 15px;
  font-size: 35px;
}
.service-box-v1:hover {
  background: #d73d04;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
  color: #fff;
}


/* corp. search result */
.content-search-view2 {	
	padding: 20px;	
}
@media (min-width:768px){
    .content-search-view2 input[type="button"]{
        padding-left:30px;
        padding-right:30px;
        border:none;
        padding-top:7.5px;
        padding-bottom:7.5px;
    }
}
.content-search-view2 input[type="button"]{
    border-radius:0;
}
.search-result-item {
    margin: 0 -10px 20px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ECEBEB;
}
.search-result-item h4,
.ecommerce .search-result-item h4 {
    margin-bottom: 5px;
    padding: 0;
}
.search-result-item h4 a {
	color: #E6400C;
}
.search-result-item p {
	margin-bottom: 10px;
}
.search-link {
    color: #999;
    font-size: 12px;
}

/* FAQ */
.faq-tabbable {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #e44f00;
}
.faq-tabbable li {
  position: relative;
  margin-bottom: 1px;
}
.faq-tabbable li a {
  font-size: 14px;
  color: #7C858E;
  display: block;
  background: #F4F4F4;
  padding: 12px 10px 11px 8px;
}
.faq-tabbable li:hover a,
.faq-tabbable li.active a{
  background: #e44f00;
  text-decoration: none;
  color: #fff;
}
.faq-tabbable li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #e44f00;
  position: absolute;
  top: 16px;
  right: -5px;
}

/* Lists */
.front-lists-v1 li {
  font-size: 14px;
  margin-bottom: 5px;
}
.content-page .front-lists-v2 li {
  color: #555;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.front-lists-v2 li i {
  margin-right: 5px;
  font-size: 17px;
}

/* Blog Page */
.blog-posts h2,
.ecommerce .blog-posts h2 {
  padding-top: 0;
}
.blog-posts p {
  text-align: justify;
}
.blog-posts .carousel {
  margin-bottom: 0;
}
.blog-posts hr.blog-post-sep {
  margin: 40px 0;
}
.blog-posts .pagination li {
	margin-left: 10px;
	margin-right: 10px;
}
.blog-posts .more,
.blog-sidebar .more {
	color: #E84D1C;
}
/* Blog Sidebar */
.recent-news {
  overflow: hidden;
  margin-bottom:18px!important;
}
.recent-news h3,
.ecommerce .recent-news h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.digital-document .recent-news h3{
	height:46px;
	overflow:hidden;
}
.recent-news h3 a {
	color: #E84D1C;
}
.recent-news h3:hover a {
	color: #64aed9!important;
}
.lv-box-break .recent-news-inner a{
    line-height:18px;
    height:36px;
    overflow:hidden;
    display:block;
    float:left;
}
.blog-talks .tab-style-1 ul.nav-tabs li > a {
  min-width: 50px;
}
.blog-photo-stream li {
  overflow: hidden;
  margin: 0 5px 8px 0;
  display: inline-block;
}
.blog-photo-stream li img {
  width: 54px;
  height: 54px;
  padding: 2px; 
  border: solid 1px #eee;
}
.blog-photo-stream li img:hover {
  border-color: #E84D1C;
  box-shadow: 0 0 1px #fff;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.blog-tags ul {
	list-style: none;
	margin: 0;
	padding: 15px 0;
    border-top: 1px #ddd solid;
}
.blog-tags li {
  position: relative;
  margin: 0 16px 7px 0;
  display: inline-block;
}
.blog-tags li a {
  color: #555;
  background: #f5f5f5;
  display: inline-block; 
  padding: 3px 5px 3px 3px;
}
.blog-tags li a:hover {
  color: #fff;
  background: #E84D1C;
  text-decoration: none;
}
.blog-tags li a:hover i {
  color: #fff;
}
.blog-tags li i {
  color: #E84D1C;
  margin-right: 5px;
  display: inline-block;
}
.blog-tags li a:after { 
  top: 50%;
  width: 0; 
  left: 100%;
  height: 0;
  z-index: 2; 
  content: " "; 
  display: block; 
  margin-top: -12px; 
  position: absolute;
  border-left: 12px solid #f5f5f5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;  
}
.blog-tags li a:hover:after { 
  border-left-color: #E84D1C;
}

.blog-talks .tab-content {
	background: #fff;
	margin: 0px 10px 10px;
    padding-top:3px!important;
    padding:20px 20px 2px 20px!important;
}
.blog-talks .nav-tabs {
	margin-bottom: 0;
}
.blog-talks .nav-tabs > li {
	margin-top: 1px;
}
.blog-talks .nav.nav-tabs{
	padding:0px 20px 15px;
}
/* Blog Sidebar categories BEGIN */ 
.sidebar-categories li a {
  padding: 8px 15px;
  color: #333;
}
.sidebar-categories li a:hover {
  background: none;
}
.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
  color: #E84D1C;
}
.sidebar-categories li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    color: #666;
	margin-right:7px;
}
/* Blog Sidebar categories END */

/* Blog Item */
.blog-item .blog-item-img {
  margin: 6px 0 25px;
}
.blog-item .blog-item-img .carousel {
  margin-bottom: 0;
}
.blog-item blockquote {
  margin: 20px 40px 18px;
  border-color: #E84D1C;
}
.blog-item .blog-info {
	display: inline-block;
	margin-left:-10px;
}
.blog-info li {
  padding: 0 10px;
  display: inline-block;
}
.blog-info li .fa, .blog-info li{
  color: #989898!important;
      font-size: 13px;
}
.blog-item .blog-info li {
  border-left: solid 1px #ECEBEB;
}
.blog-item .blog-info li:first-child {
  border-left: none; 
}
.blog-item .blog-item-img .carousel-control {
  top: 45%;
}
.blog-item .media {
	border-bottom: solid 1px #ECEBEB;
	margin-bottom: -1px;
}
.blog-item .comments {
	border-top: solid 1px #ECEBEB;
	padding-top: 15px;
}
.blog-item img.media-object {
    top: 2px;
	width: 60px;
	height: 60px;
    position: relative;
}
.blog-item h4.media-heading {
    position: relative;
    padding-top: 0;
}
.blog-item h4.media-heading span {   
    color: #777;
    font-size: 12px;
    font-weight: 400;
    clear:both;
    display:block;
    padding-top:5px;
    /*right: 0;
    top: 3px;
    position: absolute;*/ 
}
.blog-item h4.media-heading span a {
    color: #E84D1C;
}

/* front steps */
.front-steps-wrapper h2,
.ecommerce .front-steps-wrapper h2 {
	color: #f0f0f0;
	font-size: 22px;
	line-height: 1.2;
	padding-top: 10px;
	margin-bottom: 5px;
}
.front-steps-wrapper .front-step1 h2,
.ecommerce .front-steps-wrapper .front-step1 h2 {
	color: #fefefe;
}
.front-steps-wrapper p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

.front-steps-wrapper .front-step-col {
	padding-left: 0;
	padding-right: 0;
}
.front-steps-wrapper .front-step-col:first-child {
	padding-left: 15px;
}
.front-steps-wrapper .front-step-col:last-child {
	padding-right: 15px;
}

.front-steps-wrapper .front-step {
	position: relative;
	padding: 15px 20px 33px;
}
.front-steps-wrapper .front-step1 {
	background: #E84D1C;
}
.front-steps-wrapper .front-step2 {
	background: #7c858e;
}
.front-steps-wrapper .front-step3 {
	background: #68727c;
}
.front-steps-wrapper .front-step4 {
	background: #636a72;
}
.front-steps-wrapper .front-step5 {
	background: #5e6369;
}
.front-steps-wrapper .front-step6 {
	background: #55585d;
}

.front-steps-wrapper .front-step:before {	
	color: #fff;
	font: 300 125px 'Open Sans', sans-serif;
	font-weight: bold;
	display: block;
	position: absolute;
	right: -20px;
	bottom: -40px;
	opacity: 0.1;
}
.ie8 .front-steps-wrapper .front-step:before {
	display: none !important;
}
.front-steps-wrapper .front-step1:before {
	content: "1";
	opacity: 0.2;
}
.front-steps-wrapper .front-step2:before {
	content: "2";
	right: -15px;
}
.front-steps-wrapper .front-step3:before {
	content: "3";
}
.front-steps-wrapper .front-step4:before {
	content: "4";
}
.front-steps-wrapper .front-step5:before {
	content: "5";
}
.front-steps-wrapper .front-step6:before {
	content: "6";
}

.front-steps-wrapper .front-step:after { 
	top: 50%;
	width: 0; 
	height: 0;
	left: 100%;
	z-index: 2; 
	content: " "; 
	display: block; 
	margin-top: -1em; 
	position: absolute;
	border-left: 15px solid #EC7049;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.ie8 .front-steps-wrapper .front-step:after {
	display: none !important;
}
.front-steps-wrapper .front-step-col:last-child .front-step:after {
	display: none;
}
.front-steps-wrapper .front-step2:after {
	border-left-color: #899199;	
}
.front-steps-wrapper .front-step3:after {
	border-left-color: #778089;	
}
.front-steps-wrapper .front-step4:after {
	border-left-color: #727980;	
}
.front-steps-wrapper .front-step5:after {
	border-left-color: #6E7278;	
	top: auto;
	bottom: 10%;
}

/* pricing */
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}
.pricing-active {
  border: 3px solid #E84D1C;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}
.pricing:hover {
  border: 3px solid #E84D1C;
}
.pricing:hover h4 {
  color: #E84D1C;
}
.pricing-head {
  text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}
.pricing-head h3 span, 
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #E84D1C;
  border-bottom: none;
}
.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-head-active h4 {
  color: #E84D1C;
}
.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}
.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}
  
/* Pricing Content */
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-content li i {
  top: 2px;
  color: #E84D1C;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}

/* Pricing Footer */
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

.pricing-footer .btn {
  color: #fff;
}

.pricing-footer .btn:hover {
  color: #fafafa;
}

/* Priceing Active */
.price-active,
.pricing:hover {
  z-index: 9;
}
.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition:box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition:color 0.5s ease-in-out;
}
/**/
.langs-block-others:after { 
	border-bottom: 8px solid aqua;
}
.title-wrapper h1 span {
	color: #e6400c;
}
.breadcrumb > .active {
	color: #e6400c;
}
.form-info h2 em {
	color: #e6400c;
}
.content-search h1 em {
	color: #e6400c;
}
.recent-work .recent-work-item:hover a.recent-work-description {
	background: #E6400C;
}
.testimonials-v1 blockquote:after { 
  background-color: #E6400C;
}
.testimonials-v1 span.testimonials-name {
	color: #E6400C;
}
.search-result-item h4 a {
	color: #E6400C;
}
.top-cart-content:after { 
	border-bottom: 8px solid #e6400c;
}
.goods-data a,
.checkout-page .checkout-description a {
	color: #e6400c;
}
.product-page .review a {
	color: #e6400c;
}
::-moz-selection {
  color: #fff;
  background: #e45000;
}
::selection {
  color: #fff;
  background: #e45000;
}
.steps-block ::-moz-selection {
  color: #e45000;
  background: #fff;
}
.steps-block ::selection {
  color: #e45000;
  background: #fff;
}

.steps-block-red {
	background: #e84d1c;
}
.pre-footer .photo-stream img:hover {
	border-color: #E84D1C;
}
.pre-footer-light dl.f-twitter dd a {
	color: #e84d1c;
}
.pre-footer-light address a {
	color: #e84d1c;
}
.testimonials-v1 .left-btn:hover {
    background-color: #e84d1c;
}
.testimonials-v1 .right-btn:hover {
    background-color: #e84d1c;
}
.blog-tags li i,
.blog-info li i {
  color: #E84D1C;
}
.blog-posts .more,
.blog-sidebar .more {
	color: #E84D1C;
}
.recent-news h3 a {
	color: #E84D1C;
}
.blog-photo-stream li img:hover {
  border-color: #E84D1C;
}
.blog-tags li a:hover {
  color: #fff;
  background: #E84D1C;
}
.blog-tags li a:hover:after {
  border-left-color: #E84D1C;
}
.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
  color: #E84D1C;
}
.blog-item blockquote {
  border-color: #E84D1C;
}
.blog-item h4.media-heading span a {
    color: #E84D1C;
}
.front-steps-wrapper .front-step1 {
	background: #E84D1C;
}
.pricing-active {
  border: 3px solid #E84D1C;
  box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}
.pricing:hover {
  border: 3px solid #E84D1C;
}
.pricing:hover h4 {
  color: #E84D1C;
}
.pricing-head h3 {
  background: #E84D1C;
}
.pricing-head-active h4 {
  color: #E84D1C;
}
.pricing-content li i {
  color: #E84D1C;
}
.top-cart-block .fa-shopping-cart {
	background: #e84d1c;
}
.product-item .btn:hover {
	background: #e84d1c;
}
.pi-price {
	color: #e84d1c;
}
.product-item .add2cart:hover {
	color: #fff !important;
	background: #E84D1C !important;
	border-color: #E84D1C;
}
.goods-page-price strong, 
.goods-page-total strong,
.checkout-price strong,
.checkout-total strong {
	color: #e84d1c;
}
.shopping-total strong,
.checkout-total-block strong {
	color: #e84d1c;
}
.compare-item strong {
	color: #E84D1C;
}
.sidebar-products .price {
    color: #E84D1C;
}
.price-availability-block .price strong {
	color: #e84d1c;
}
.require {
	color: #e94d1c;
}
.content-form-page .form-control:focus {
	border: solid 1px #e94d1c;
}
.content-search input:focus {
	border: solid 1px #e94d1c;
}

.btn-primary {
	background: #e94d1c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #cc3304;
}
.front-steps-wrapper .front-step1:after {
    border-left: 15px solid #EC7049;
}
.del-goods:hover,
.add-goods:hover {
	background-color: #E94D1C;
}
.sidebar a:hover > .fa-angle-down {
	background-position: -11px 0;
}
.sidebar .collapsed:hover > .fa-angle-down {
	background-position: -11px -37px;
}
.top-cart-content {
	border-top: solid 2px #ea4c1d;
}
.front-skills .progress-bar {
  background: #EF4D2E;
}
.service-box-v1:hover {
  background: #d73d04;
}
.faq-tabbable {
  border-left: solid 2px #e44f00;
}
.faq-tabbable li:hover a,
.faq-tabbable li.active a{
  background: #e44f00;
}
.faq-tabbable li.active:after {
  border-left: 6px solid #e44f00;
}

.mix-filter li:hover, .mix-filter li.active {
    background: #e44f00;
    color: #fff;
}
.mix-grid .mix .mix-details {
	background: #e44f00;
}
.mix-grid .mix a.mix-link, 
.mix-grid .mix a.mix-preview {
  background: #DB3A1B;
}
.langs-block-others {
	border-top: solid 2px #ea4c1d;
}
.brands .owl-buttons .owl-prev:hover {
    background-position: 18px -217px;
}
.brands .owl-buttons .owl-next:hover {
    background-position: -249px -217px;
}
/** style-responsive.css ***/
/* BEGIN max width 1200px */
@media (max-width: 1200px) {
	.content-form-page .control-label {
		padding-left: 30px;
		padding-bottom: 5px;
	}
	.content-form-page .col-md-offset-4 {
		margin-left: 15px;
	}
	.content-form-page .pull-right {
		float: left !important;
	}

	.quote-v1 span {
		font-size: 20px;
	}
}

/* BEGIN min width 1025px max width 1205 */
@media (min-width: 992px) and (max-width: 1205px) {
body.page-header-fixed {
	padding-top: 121px !important; /* height of the header */
}
.reduce-header .header-navigation {
	margin-top: -6px;
}
.header .header-navigation > ul > li > a {
	padding: 5px 0 18px;
}
.reduce-header .header-navigation > ul > li > a {
	padding-bottom: 13px;	
}
.header .header-navigation > ul > li.active > a, .header .header-navigation > ul > li > a:hover, .header .header-navigation > ul > li > a:focus, .header .header-navigation > ul > li.open > a, .header .header-navigation > ul > li.open > a:hover, .header .header-navigation > ul > li.open > a:focus {
	background: none;
}
.header-navigation > ul > li.dropdown:hover > a:after {
	margin-left: 10px;
}
.dropdown-fix-right .dropdown-menu {
	left: 0;
	right: auto;
}
.header .header-navigation li.menu-search {
	top: 1px;
	margin-left: -20px;
}
.ecommerce .header .header-navigation li.menu-search {
	top: 2px;
}
.header .header-navigation li.menu-search span.sep {
	top: 2px;
	margin-right: 26px;
}
}
/* BEGIN max width 992px */	
@media (max-width: 992px) {
.shop-index-carousel {
	margin-left: 0;
	margin-right: 10px;
}
.brands .container {
	padding-right: 25px;
}
.sidebar-menu a:focus {
	color: #333 !important;
	text-decoration: none;
}
.sale-product___removed {
	margin-bottom: 40px;
}
.new-arrivals___removed {
	margin-left: 15px;
	padding-left: 0;
}
.two-items-bottom-items {
	margin-bottom: 40px;
}
.carousel img {
	width: 100%;
}	
.steps-block-col {
	border: 2px solid #FFF;
	margin: 0 25px 20px 15px;
	padding: 20px 20px 15px;
	min-height: auto;
	float: none;
}
.steps-block-col:last-child {
	margin-right: 25px;
	margin-bottom: 0;
}
.steps-block .steps-block-col div {
	margin-left: 0;
	margin-right: 0;
}
.steps-block h2 {
	font-size: 43px;
}
.steps-block em {
	text-transform: uppercase;
}
.steps-block-col span {
	display: none;
}
.steps-block-col .fa {
	display: block;
}
.pre-footer-subscribe-box form {
	width: 100%;
}
.sidebar-products img {
	float: none;
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.sidebar-products h3,
.sidebar-products .price {
	margin-left: 0;
}
.product-page-options .pull-left {
	margin-bottom: 10px;
}
.product-quantity {
	margin-bottom: 10px;
}
.review .rateit {
	width: 100%;
	margin-bottom: 10px;
}
.list-view-sorting .pull-right {
	margin-bottom: 10px;
}
.service-box p, .service-box .service-box-heading em, .service-box .service-box-heading span {
	display: block;
	text-align: center;
}
.service-box .service-box-heading em {
	margin-bottom: 10px;
}
.quote-v1 {
	text-align: center;
}
.quote-v1 .text-right {
	text-align: center;
}
.recent-work .owl-carousel {
	margin-left: -10px;
}
.our-clients .owl-carousel {
	margin-left: -2px;
}
.recent-work .owl-carousel,
.our-clients .owl-carousel {
	padding-top: 30px;
}
.recent-work .owl-buttons,
.our-clients .owl-buttons {
	top: 0;
	left: -3px;
}
.our-clients .owl-buttons {
	left: -10px;
}
.recent-work .recent-work-item .fa {
	width: 36px;
	height: 36px;
	margin-top: -18px;
	font-size: 14px;
	padding: 12px;
}
.ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
	padding-top: 0;
}
.pre-footer .pre-footer-subscribe-box {
	padding-bottom: 25px;
}
.ecommerce .pre-footer-subscribe-box form {
	width: 100%;
}
.ecommerce .content-search h1 {
	padding-top: 0;
	margin-bottom: 3px;
}
.content-search form {
	margin: 0 0 6px;
}
}
/*** banner / menu top ***/

/* BEGIN max width 767px */
@media (max-width: 991px) {
.header .header-navigation {
	float: none !important;		
	display: none;
	clear: both;
	background: #F9F9F9;
	width:100%!important;
}
.header .mobi-toggler {
	display: block;
	z-index: 999;
	position:absolute;
	bottom: 12px;
    right: 12px;
}
.header .mobi-toggler {
	width: 30px;
    height: 30px;
}
.header .mobi-toggler:hover{
	background-color:transparent!important;
}
.header .mobi-toggler > span,
.header .mobi-toggler > span:before,
.header .mobi-toggler > span:after {
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #ecf9ff;
    position: relative;
    transition: all ease .3s;
}
.header .mobi-toggler > span:before,
.header .mobi-toggler > span:after {
    position: absolute;
    left: 0;
    content: '';
}
.header .mobi-toggler > span:before {
    top: 7px;
}
.header .mobi-toggler > span:after {
    top: -7px;
}
.pre-header .pull-right {
	float: left !important;
}
.pre-header .pull-right li:first-child {
	padding-left: 0;
}
.ecommerce .pre-footer-subscribe-box form {
	float: none;
	width: auto;
}
.header-navigation-content {
	min-width: 100px;
}
.sidebar {
	margin-bottom: 40px;
}
.sidebar___removed {
	margin-bottom: 40px;
}
.sidebar-menu .fa-angle-right {
	display: inline-block;
}
.pre-footer .pull-right,
.footer .pull-right {
	float: none !important;
}
.footer .list-inline > li {
	padding-left: 0;
	margin-right: 5px;
	height: 40px;
}
.form-info {
	border-left: none;
	padding-left: 0;
	padding-top: 30px;
	border-top: 1px solid #E4E6E8;
	margin-bottom: 0;
}
.sidebar-products .item {
	float: left;
	width: 48%;
	margin-bottom: 20px;
	padding: 0 10px 10px;
}
.sidebar-products img {
	width: 100%;
	height: auto;
}
.list-view-sorting {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.list-view-sorting .col-md-10 {
	padding-right: 0;
}
.product-other-images {
	margin-bottom: 40px;
}
.product-page-options .pull-left {
	margin-bottom: 0;
}
.product-item .img-responsive {
	width: 100%;
}
.pagination {
	float: left !important;
	padding-top: 10px;
}
.pagination > li {
	margin-left: 0;
	margin-right: 5px;
}
.pre-footer .margin-bottom-40 {
	margin-bottom: 0;
}
.ls-layer3 .ls-price strong {
	top: -15px;
}
.glyphicons-demo ul li {
	width: 12.5%;
}
.tab-style-1 .tab-content img {
	margin: 5px 0 10px;
}
.front-steps-wrapper {
	margin-left: -10px;
	margin-right: -10px;
}
.front-steps-wrapper .front-step-col {
	padding-left: 15px;
	padding-right: 15px;
}
.front-steps-wrapper .front-step:after {
	display: none;
}

.blog-posts h2, .ecommerce .blog-posts h2 {
	padding-top: 15px;
}

.ecommerce .footer {
	padding: 10px 0 10px;
}
.ecommerce .footer .pull-right {
	padding-top: 10px;
}
.ecommerce .pre-footer address {
	margin-bottom: 15px !important;
}
.footer img {
	margin-bottom: 10px;
}
.ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
	padding-top: 7px;
}
}
/* BEGIN max width 480px */
@media (max-width: 480px) {
.pre-header .list-inline li {
	display: block;
	border: none;
	padding: 0;
}
.pre-header .col-md-6 {
	float: left;
}
.pre-header .additional-nav {
	float: right;
	text-align: right;
}
.nav-catalogue .pi-price {
	margin-bottom: 10px;
}
.nav-catalogue .pi-price,
.nav-catalogue .product-item .add2cart {
	float: none;
}
.top-cart-block {
	clear: both;
	float: left;
	padding-top: 0;
	margin: 0 0 29px;
	width: 100%;
}
.top-cart-info {
	float: none;
}
.top-cart-block .fa-shopping-cart {
	top: 0;
}
.top-cart-content-wrapper {
	left: 0;
	right: auto;
}
.top-cart-content:after {
	left: 15px;
}
.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
	display: none;
}
.checkout-content {
	padding: 0 0 40px;
}
.checkout-page h2 a {
	padding: 9px 10px 8px;
}
.table-wrapper-responsive {
	overflow-x: scroll;
}
.shopping-cart-page .btn-default {
	float: right;
}
.shopping-cart-page .btn-primary {
	clear: both;
	margin-top: 10px;
}
.checkout-page .btn-default {
	clear: both;
	margin-top: 10px;
	margin-right: 0 !important;
}
.product-item:hover > .pi-img-wrapper>div {
	display: none;
}
.steps-block-simple h2 {
	font-size: 21px;
}
.steps-block-simple em {
	font-size: 14px;
	text-transform: inherit;
}
.ecommerce .pre-footer-subscribe-box h2,
.corporate .pre-footer-subscribe-box h2 {
	float: none;
}
.list-view-sorting .pull-right {
	float: left !important;
	margin: 0 30px 10px 0;
}
.header .top-cart-block {
	margin-top: 0;
}
.reduce-header .top-cart-block {
	margin-top: 0;
	margin-bottom: 19px;
}
}
/* BEGIN max width 405px */
@media (max-width: 405px) {
.top-cart-content {
	width: 100%;
}
.top-cart-block img,
.top-cart-block .cart-content-count {
	display: none;	
}
}
/* BEGIN max width 390px */
@media (max-width: 390px) {
.steps-block .fa-truck, .steps-block .fa-gift, .steps-block .fa-phone {
	border: 2px solid #FFFFFF;
	border-radius: 30px !important;
	float: left;
	font-size: 20px;
	width: 40px;
	height: 40px;
	margin-right: 11px;
	padding-top: 12px;
	text-align: center;
	vertical-align: middle;	    
}
.ecommerce .steps-block h2 {
	font-size: 25px;
	padding-top: 2px;
}
.ecommerce .steps-block em {
	text-transform: inherit;
}

.mix-block .tab-content .col-md-3 {
	padding-right: 15px;
}
}
/* BEGIN max width 330px */
@media (max-width: 330px) {
	.top-cart-content {
		width: 280px;
	}
}
/* BEGIN max width 320px */
@media (max-width: 320px) {	
	.content-form-page .btn-default {
		margin-top: 10px;
	}
	.price-availability-block .availability {
	    clear: left;
	    float: left;
	}
	.product-page-options .pull-left {
		margin-bottom: 10px;
	}
}
/*******************************************************/
/************COLOR MAIN SYSTEM***********************/
#root > a > span {
    border-color:#0072C6;
}
@media (min-width: 768px) and (max-width:991px){
.container {
    width: 100%;
}
}
button[type="button"], select, input{
    outline:none!important;
}
/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none;
}
.clearboth{
    clear:both;
}
.msbold {
    font-weight: 500;
    color: #222;
}
.help-block {
    display: block; 
    margin-top: 5px;
    margin-left:3px;
    margin-bottom: 10px;
    color: #b94a48;
    font-weight: 300;
    font-size: 12px;
}
.cardinfor .help-block, .cardinfor .control-label{
  float:right;
}
.text-center{
    text-align:center;
}
.col-width-38{
    width:38px;
}
/* genaral */
.m0 {
    margin: 0 !important;
}
.m5 {
    margin: 5px !important;
}
.m10 {
    margin: 10px !important;
}
.m20 {
    margin: 20px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt2 {
    margin-top: 2px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt7 {
    margin-top: 7px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5, .margin-bottom-5 {
    margin-bottom: 5px !important;
}
.mb10, .margin-bottom-10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20, .margin-bottom-20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr7 {
    margin-right: 7px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.ml0 {
    margin-left: 0px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.p0 {
    padding: 0 !important;
}
.p10 {
    padding: 10px !important;
}
.p1020 {
    padding: 10px 20px !important;
}
.p20 {
    padding: 20px !important;
}
.pt0 {
    padding-top: 0px !important;
}
.pt2 {
    padding-top: 2px !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt7 {
    padding-top: 7px !important;
}
.pt15, .padding-top-15{
    padding-top: 15px !important;
}
.pl0 {
    padding-left: 0px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb5, .padding-bottom-5 {
    padding-bottom: 5px !important;
}
.pb10, .padding-top-10 {
    padding-bottom: 10px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pointer {
    cursor: pointer !important;
}

@media(min-width:768px) {
    .td60 {
        width: 60px !important;
    }

    .td80 {
        width: 80px !important;
    }

    .td100 {
        width: 100px !important;
    }

    .td120 {
        width: 120px !important;
    }

    .td150 {
        width: 150px !important;
    }

    .td200 {
        width: 200px !important;
    }

    .td250 {
        width: 250px !important;
    }
}

@media(min-width:992px) {
    .md-pl-0 {
        padding-left: 0 !important;
    }

    .md-pr-0 {
        padding-right: 0 !important;
    }

    .md-pl-10 {
        padding-left: 10px !important;
    }

    .md-pl-5 {
        padding-left: 5px !important;
    }

    .md-pr-5 {
        padding-right: 5px !important;
    }

    .md-pr-10 {
        padding-right: 10px !important;
    }

    .md-mt-10 {
        margin-top: 10px !important;
    }

    .md-ml-sub1 {
        margin-left: -1px !important;
    }

    .md-ml-sub3 {
        margin-left: -3px !important;
    }

    .md-pb-10 {
        padding-bottom: 10px !important;
    }

    .md-pb-15 {
        padding-bottom: 15px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .sm-pl-0 {
        padding-left: 0 !important;
    }

    .sm-pr-0 {
        padding-right: 0 !important;
    }

    .sm-pl-5 {
        padding-left: 5px !important;
    }

    .sm-pl-10 {
        padding-left: 10px !important;
    }

    .sm-pr-5 {
        padding-right: 5px !important;
    }

    .sm-pr-10 {
        padding-right: 10px !important;
    }

    .sm-ml-sub1 {
        margin-left: -1px !important;
    }

    .sm-ml-sub3 {
        margin-left: -3px !important;
    }

    .sm-pb-10 {
        padding-bottom: 10px !important;
    }

    .sm-pb-15 {
        padding-bottom: 15px !important;
    }
    /**/
    .sm-pull-left {
        float: left !important;
    }
}

@media(max-width:767px) {
    .xs-mb-5 {
        margin-bottom: 5px !important;
    }

    .xs-mb-10 {
        margin-bottom: 10px !important;
    }

    .xs-mb-15 {
        margin-bottom: 15px !important;
    }

    .xs-mt-0 {
        margin-top: 0px !important;
    }

    .xs-mt-10 {
        margin-top: 10px !important;
    }

    .xs-mt-15 {
        margin-top: 15px !important;
    }
    .xs-pt-10 {
        padding-top: 10px !important;
    }

    .xs-pt-15 {
        padding-top: 15px !important;
    }
    .xs-pb-10 {
        padding-bottom: 10px !important;
    }

    .xs-pb-15 {
        padding-bottom: 15px !important;
    }

    .xs-pl-0 {
        padding-left: 0px !important;
    }

    .xs-pl-10 {
        padding-left: 10px !important;
    }

    .xs-pr-0 {
        padding-right: 0px !important;
    }

    .xs-pull-left {
        float: left !important;
    }

    .xs-pull-right {
        float: right !important;
    }

    .xs-text-left {
        text-align: left !important;
    }

    .xs-text-right {
        text-align: right !important;
    }

    .xs-clear {
        display: block;
        clear: both;
        height: 7px;
        overflow: hidden;
        border: 0 !important;
    }
    /**/
    .xs-pull-left {
        float: left !important;
    }
}
/** for table **/.td-center {
    text-align: center !important;
}
.td-right {
    text-align: right !important;
}
.td50 {
    width: 50px !important;
}
.td100 {
    width: 100px !important;
}
.td150 {
    width: 150px !important;
}
.td200 {
    width: 200px !important;
}
.item-addnew .form-control {
    height: 28px;
    padding: 2px 6px;
}
.item-addnew .btn-xs {
    padding: 4px 12px;
}
/******/
.text-red {
    color: #e00 !important;
}
.bold {
    font-weight: 600 !important;
}
.form-control.short {
    width: 80px;
}
.form-control.no-border {
    border: 0 !important;
    padding: 2px 0 5px 0 !important;
    height: auto;
    margin-left: -5px;
    background-color: transparent;
    font-size: 15px;
}
.text-transparent {
    color: transparent;
    
}
.text-white {
    color: #fff;
}
.text-transparent {
    color: transparent;
}
.text-16 {
    font-size: 16px !important;
}
.text-18 {
    font-size: 18px !important;
}
.text-20 {
    font-size: 20px !important;
}

/***/
@media (max-width:767px){
    .margin-bottom-10-sm{
        margin-bottom:10px;
    }
}
@media (max-width:991px){
    .margin-bottom-10-md{
        margin-bottom:10px;
    }
}.margin-top-10 {
	margin-top: 10px !important;
}.margin-top-15 {
	margin-top: 15px !important;
}.margin-left-0 {
  margin-left: 0 !important;
}.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}.margin-left-20 {
	margin-left: 20px !important;
}.margin-left-10 {
	margin-left: 10px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-10{
    padding-left:10px;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-5{
    padding-right:5px;
}
.padding-right-10{
    padding-right:10px;
}
.padding-right-30 {
	padding-right: 30px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}
.width-100{
    width:100%;
}
div.checker,
div.radio {
	top: -1px;
}

select.form-control {
	color: #5f6d7b;
	border-radius: 0;
	border-color: #e4e6e8;
	box-shadow: none;
}
select.form-control:focus {
	box-shadow: none;
	border-color: #999;
}

input.form-control,
textarea.form-control {
	border-color: #dbdbdb;
	color: #777;
	font: 13px Arial, sans-serif;
	border-radius: 0;
	box-shadow: none;
}
input.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
	border: solid 1px #dbdbdb;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
*html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clear {
	clear: both; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	overflow: hidden;
}

.lead {
    font-size: 16px;
}
.color-red {
	color: #E84D1C;
}
.ms-clear{
    clear:both;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active,
.AddContact .btn
{
    background-color:#149bfe!important;
    border:1px #1091d3 solid;
    opacity:1!important;
    color:#fff!important;
}
/***
Custom Scrollbars
***/
::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #cecece;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}
/* Global classes */
.min-hight500 {
	min-height: 500px;
}
/* FIX styles BEGIN */
.page-header-fixed .header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
body.page-header-fixed {
	padding-top: 88px !important; /* height of the header */
}
/* FIX styles END */

/*time and search*/
.veb-head-search{
	position:relative;
    background-color: #efefef;
    height: 37px;
    padding: 0px 10px;
    border-bottom: 1px #DDD solid;
}
.veb-head-search .time{
    line-height:36px;
}
.veb-head-search .lv-s-textbox{
    position:relative;
}
.veb-head-search #lv-Text{
    position:absolute;
    right:0px;
    top:3px;
    height:30px;
    min-width:200px;
    padding-right:34px;
    border-radius:5px;
}
.veb-head-search #lv-buttonsearch{
    position:absolute;
    right:1px;
    top:4px;
    height:28px;
    width:30px;
    border:none;
    background-color:#fff;
    border-left: 1px #dbdbdb solid;
    border-radius: 0 5px 5px 0;
    z-index:2;    
}
/*box*/
.lv-box-shadow{
    background-color:#fff;
    width:100%;
}
.lv-box-title{
    border-bottom: 1px #149bfe solid; 
    height:40px;   
}
.lv-box-title a{
    background: transparent url('../img/HuFi/bg-title.png') no-repeat scroll right top;
    height:28px;
    display:block;
    float:left;
    padding-right:30px;    
    border-radius: 5px 0 0 0;
    line-height:28px;
    text-transform:uppercase;
    color:#fff;
}
.lv-box-title a span{
    background-color: #3badff;
    padding-left: 10px;
    height: 27px;
    line-height: 27px;
    display: block;
    border-radius: 5px 0 0 0;
}
.hot-new a{
    color:red;        
}
.row-item a span, .row-item-new a span{
    font-style:italic;
    color:#b1b1b1;
    font-weight:normal;
}
.row-item-new-1 a span{
    color:#666666;
    font-style:normal;
}
.row-item-new a{
    display:block;
    width:100%;
    overflow:hidden;
}
.row-item-new a:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f105";
    color:#fff;
    margin-right:7px;
}
.row-item-new:first-child a:before{
    display:none;
}
.Item-Short-Content{
     height:90px;
    line-height:18px;
}
.view-more i{
    color:red;
    padding-right:5px;
}
@media (max-width:768px){
    .Item-Short-Content{
        margin-top:5px;
    }
}
/*banner 1*/
  #slider1_container{
     height:266px!important;
 }
.img-title {
    position: absolute;
    z-index: 10;
    bottom:0px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
 #slider1_container img{
     min-width:100%;
 }

/*lá»‹ch phá»¥c vá»¥*/
h4.title-calendar {
    border-bottom: 1px solid #00b7ff;
    background-color: #78C7FF;
    margin: 0 !important;
    padding: 8px;
    text-transform: uppercase;    
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    border-radius: 5px 5px 0px 0px;
    color: #000000;
}
.scroll-content {
    height: 105px;
    overflow-y: hidden;
}
.content-lkh {
    width: 100%;
    background-color:#fff;    
}
.content-lkh  .content{
    padding: 5px;
}
.content-lkh .content p{
    margin-bottom:5px;
    font-size:12px;
}
.content-lkh .content b{
    padding-bottom:3px;
    display:block;
}
/* Navigation */
.contenticon{display:none}
/*Menu left*/
#MenuLeft .content{
    padding:10px 15px;    
    border-bottom: 1px solid #ECEBEB;
    display:block;
    width:100%;
}
#MenuLeft ul .content{
    padding-left: 35px;
}
#MenuLeft ul ul .content{
    padding-left: 55px;
}
#MenuLeft ul ul ul .content{
    padding-left: 75px;
}
#MenuLeft ul ul ul ul .content{
    padding-left: 95px;
}
#MenuLeft a{    
    color:#333!important;
    padding-left:3px;
}
#MenuLeft .accordion .arrow:after{
    font-family: FontAwesome;
    content: "\f105";
    float: right;
    width: 20px;
    text-align: center;
    display: inline;
    font-size: 16px;    
    height: auto;    
    font-weight: 300;
    text-shadow: none;
    position: absolute;
    top: 8px;
    right: 10px;    
}
#MenuLeft .openli > .content > a > .arrow:after{    
    content: "\f107";   
}
#MenuLeft .content:hover > i,
#MenuLeft .content:hover > a,
#MenuLeft .content:hover > span:after, #MenuLeft .select-now i, #MenuLeft .select-now a, #MenuLeft .select-now span:after{
    color:#0072C6!important;
}
.dropdown-menu-left{
    display:none;
}
.openli > .dropdown-menu-left{
    display:block!important;
}

/*end style*/
a{
    cursor:pointer;
}
.btn{
    font-size:13px;
}
/* BEGIN min width 1025px max width 1205 */
@media (min-width: 1025px) and (max-width: 1205px) {
	body.page-header-fixed {
		padding-top: 121px !important; /* height of the header */
	}
	.reduce-header .header-navigation {
		margin-top: -6px;
	}
	.header .header-navigation > ul > li {
		margin-right: 0px;
	}
	.header .header-navigation > ul > li > a {
		padding: 5px 0 18px;
	}
	.reduce-header .header-navigation > ul > li > a {
		padding-bottom: 13px;	
	}
	.header .header-navigation > ul > li.active > a, .header .header-navigation > ul > li > a:hover, .header .header-navigation > ul > li > a:focus, .header .header-navigation > ul > li.open > a, .header .header-navigation > ul > li.open > a:hover, .header .header-navigation > ul > li.open > a:focus {
		background: none;
	}
	.header-navigation > ul > li.dropdown:hover > a:after {
		margin-left: 10px;
	}

	.dropdown-fix-right .dropdown-menu {
		left: 0;
		right: auto;
	}

	.header .header-navigation li.menu-search {
		top: 1px;
		margin-left: -20px;
	}
	.ecommerce .header .header-navigation li.menu-search {
		top: 2px;
	}
	.header .header-navigation li.menu-search span.sep {
		top: 2px;
		margin-right: 26px;
	}
	.header .header-navigation li.menu-search i {
		top: -4px;
	}
}
/****** site ***/
ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
a, .veb-fcopyright a{
    text-decoration:none;
}
.site-logo img, .site-logo .img-responsive {
    display:block!important;
}
.pre-header div{
    float:left;
}
.calendar .fa{
    margin-right:7px;
}
.header .banner-top  a.site-logo{
	position:relative;
}
.header .banner-top  a.site-logo img{
	position:absolute;
	left:23px;
	top:23px;
	z-index:99;
}
.header .banner-top  a.site-logo img + img{
	left:auto;
	top:0;
	right:0;
	z-index:88;
}
@media (min-width:992px){
.header .banner-top {
	height:120px;
}
}
@media (max-width:991px) {
.header .banner-top  a.site-logo img{
	height: 50px;
    top: 5px;
    left: 10px;
}
.header .site-logo {
	height:60px;
	background: url(/Content/Portal/img/BRVT/bg-banner.png) no-repeat top right;
}
.header .site-logo .img-banner-top {
	display:none!important;
}
}
@media (min-width:992px){
.main-navigation{
    position:relative;
    z-index:9;
}
.header-navigation{
    width:100%;
    margin:0px;        
    display: block!important;
}
}
/*scrollup*/
.pageTop{
	border-bottom: 3px #bfbfbf solid;
	height:38px;
    box-sizing:border-box;
}
.pageTop a.scrollup{
	display:block;
    width:145px;
    text-align:center;
    height:38px;
    line-height:38px;
    margin:0 auto;
    border-bottom:3px #ff5601 solid;
}
a.scrollup .fa{
    color:#ff5601;
    font-size:22px;
}
/**/

/* Services Box */
.service-box-main {	
	padding:0 15px;
}
.service-box p { 
  color: #656565;
  line-height:1.6;
}
.service-box a:focus, .service-box a:link, .service-box a:visited{
	color: #181818;
}
.service-box a:hover{
	color: #e00;
	text-decoration:none;
}
.service-box .service-box-heading {
  padding: 12px 0;
}
.service-box .service-box-heading i,
.new-book .service-box-heading i{
   padding: 0;
    border-radius: 34px;
    font-size:18px;
    height:32px;
    width:32px;
    line-height: 32px;
    text-align:center;
    vertical-align: baseline;
}
.service-box .service-box-heading i.blue,
.new-book .service-box-heading i.blue{
  color: #0da3e2;
  border:1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
  color: #db3a1b;
  border:1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
  color: #35aa47;
  border:1px solid #35aa47;
}
.service-box-heading span {
  color: #444;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px; 
  margin-left: 10px;
  display: inline-block;
  text-transform: uppercase;  
}
.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {  
  width: 1.5625em;
}
/**Dock service**/ 
.service-library{
  background-color:#fff;
  border-top:2px #A51C30 solid;
  float:left;
  padding:10px;

}
.service-library .box-service {
  float: left;
  height: 80px;
  width: 50%;
  padding-top:5px;
}
.service-library span.icon{
	font-size:33px;
	color:#A51C30;
	display:block;
	width:100%;
}
.box-service.text-center > p {
  font-size: 12px;
  font-weight: bold;
  color:#000;
}
.img-audio a{
    margin-left:-5px;
    margin-right:-5px; 
    display:block;   
}
.img-audio img{
    display:block;
    width:100%;
}
/***Top-Event****/
.top-event{
  background: url(/Content/Portal/img/BRVT/border-dot.png) repeat-x 0 100%;
  max-width:1040px;
  margin:0 auto;
  padding:7px 0;
}
.top-event .zone-41 {
  float: left;
  height: 36px;
}
.body-event div{
	height:30px;
	line-height:30px;
}
.date-system {
  float: left;
  padding: 0 10px;
}
@media (max-width:767px){
.top-event.hidden-xs{
	display:block!important;
}
.top-event.hidden-xs .col-md-9{
	display:none;
}
.languages.pull-right{
	position: absolute;
    right: 0;
    top: 4px;
}
}
/**/
.ticker-container {
    background-color: #fff;
    color: #444;
    font-size: 12px;
    height: 35px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 500px;
}
.ticker-container .ticker-caption {
    background-color: #fff;
    color: #444;
    display: table;
    font-size: 12px;
    font-weight: bold;
    height: 50%;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}
.ticker-container .ticker-caption p {
    display: table-cell;
    font-weight: bold;
    height: inherit;
    vertical-align: middle;
    width: inherit;
}
.ticker-container ul {
    height: auto;
    list-style: outside none none;
    padding: 0;
}
.ticker-container ul div {
    display: inline;
    height: 50%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    transition: all 0.25s ease-in-out 0s;
    z-index: 0;
}
.ticker-container ul div.ticker-active {
    top: 30px;
}
.ticker-container ul div.not-active {
    top: 60px;
}
.ticker-container ul div.remove {
    top: 0;
}
.ticker-container ul div li {
    padding: 9px 0;
}
.ticker-container ul div li a {
    color: #444;
}
@media (min-width: 500px) {
.ticker-container {
    height: 35px;
    text-align: left;
}
.ticker-container .ticker-caption {
    height: 100%;
    width: 65px;
}
.ticker-container .ticker-caption p {
    line-height: 35px;
    text-align: left;
}
.ticker-container ul {
    height: 100%;
    margin-left: 70px;
}
.ticker-container ul div {
    height: 100%;
    left: 70px;
}
.ticker-container ul div.ticker-active {
    top: 0;
}
.ticker-container ul div.not-active {
    top: 30px;
}
.ticker-container ul div.remove {
    top: -30px;
}
}
@media (min-width: 768px) {
.ticker-container {
    margin-bottom: 0;
}
}
@media (min-width: 992px) {
.ticker-container {
    margin-bottom: 0;
}
}
/**New Book***/
.new-book .span-title {
  color: #149bfe;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight:bold;
}
.new-book .book-title.col-md-12 {
  padding-right: 30px !important;
  margin-left:15px;
}
.new-book .book-title.col-md-12.topic {
  padding-right: 5px !important;
  margin-left:15px;
  margin-top:15px;
}
.new-book .row-title {
  float: left;
}
.new-book .navbar-nav{
    margin-top:0px;
}
.new-book .nav-tabs > li.active > a, .new-book .nav-tabs > li.active > a:hover
.new-book .nav-tabs > li > a:hover {
   color:#df0000!important;
}
.new-book .nav-tabs > li > a {
	margin-right: 20px !important;
	text-transform: uppercase;
	background-color:transparent!important;
	padding-left:0; 
	padding-right:0; 
	font-size:15px;
	font-weight:500;
}
@media (max-width:767px){
.new-book .navbar{
	margin-bottom:0px!important;
}
.new-book .tab-content{
	padding-top:0px!important;
	padding-bottom:0px!important;
}
.new-book .testimonials-v1{
	padding-top:0px!important;
}
}
.new-book
.radius-button {
    background-color: #149bfe;
    border-radius: 9px;
    color: #fff;
    margin-left: 10px;
    padding: 2px 5px;
    float:right;
}
.truncate-menu {
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display:inline-block;
}
.book-home .newImage{
	height:245px;
	max-width:180px;
}
/**News Book**/
.item-book img {
	opacity:1;
	width:100%;
	max-height:100%;
	transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-web-transition: 0.5s ease 0s;
}
.newContent {
    height: 85px;
    overflow: hidden;
}
.newDtitle {
    margin: 0;
    padding: 0;
    font-size: 14px;    
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}
.newAuthor {
    margin: 0;
    padding: 0;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #929292;
}
@media (max-width:767px){
.carousel-inner .newImage{
	height:auto;
	width:100%;
}
.book-home .newImage{
	height:auto;
	width:100%;
}
}
/**Box right**/
.box-right .nav-tabs > li.active > a,.box-right .nav-tabs > li.active > a:hover,.box-right .nav-tabs > li.active > a:focus {
    background: #e54a1a;
    color: #fff;
}
.box-right .recent-news h3 a {
    color: #000;
    font-weight:bold;
    font-size:12px;
}
.box-right .digital-document img{
	width:100%;
	height:auto;
	overflow:hidden;
}


/*read more*/
 .tab-content .readmore{
        width:86px; color:#64aed9;float:right;        
    }
@media (max-width:767px) {
     .tab-content .readmore{        
        padding-bottom:15px;
    }
}
.tab-content .readmore i{
    padding-left:3px
}
.header .dropdown-menu {
  min-width: 175px;
  border-radius:0 0 4px 4px;
}
/**Slide-home**/
.div-item-img img {
    display: none;
}
@media (min-width:768px){
.div-img img {
	height: 360px;
	width: 100%;
}
}
@media (max-width:767px){
.div-img img {
	height: auto;
	width: 100%;
}
}
.div-link{
    display:block;
    width:100%;
    position:absolute;
	left:0;
	bottom:0;
	z-index:99;
    background:rgba(1, 97, 148, 0.78); 
    padding:10px;
}
.div-info {    
    color: white;
}
.button-TinNoiBat{
    text-transform:uppercase;
    border-bottom: 2px solid #fe0000;
    color: #fe0000;
    padding-top:7px;
    padding-right:30px;
    padding-bottom:5px;
    padding-left:0px;
    display:block;
    font-weight:bold;
    float:left;
}
.div-TinNoiBat-top li{
    border-bottom: 2px #D8D8D8 solid;
    height:33px;
    margin-left:8px;
}
.div-item {    
    clear: both;
    overflow: hidden;    
}
.div-item:hover {    
    cursor: pointer;
}
.div-item-title {
    background: rgba(0, 0, 0, 0);
}
.div-item-des {
    color: #444444;
    height: 32px;
    line-height: 140%;
    overflow: hidden;
    padding-left: 8px;
    margin-bottom:5px;
    margin-top:1.4px;
}
.div-item-des *{
    font-size:12px!important;
    font-family:"Arial", sans-serif!important;
    font-weight:normal!important;
    padding:0px!important;
    margin:0px!important;
    float:left!important;
    display:block!important;
    line-height: 140%!important;
    width:100%!important;
    color: #444444!important;
}
.new-summary *{
    font-size:12px!important;
    font-family:"Arial", sans-serif!important;
    font-weight:normal!important;
    padding:0px!important;
    margin:0px!important;
    float:left!important;
    display:block!important;
    line-height: 140%!important;
    width:100%!important;
}
.div-item {  
  font-size: 12px;  
}
.div-item-title {
	border-top:1px #ddd dotted;
	padding:7px 0;
}
.div-item-title a, 
.div-item-title a:link{
   color: #222 !important;  
   text-decoration:none; 
   font-weight: 500;
}
.div-item.selected a, .div-item.selected .div-item-title a:hover ,
.div-item.selected .div-item-des, .div-item.selected:hover .div-item-des 
{
    color:#ff8400 !important;
}
/*home search*/
.content-search-heading{
    margin-bottom:10px;
}
.content-search-heading span{
    font-size:15px; text-transform:uppercase; color:#444;
}
.content-search-heading i {
    padding-right: 5px;
    font-size: 17px;
    color: #0da3e2;
}
.bg-btn-search-lq button[type="button"], .bg-btn-search-advance-lq button[type="button"]{
    background-color:#149bfe!important;
}
/**time working**/ 
.time-working{
	background-color:#fff;
	min-height: 225px;
	padding:0 30px 0 20px;
	float:left;
}
.time-title {
  border-bottom: 1px solid #dadada;
  height:36px;
  text-transform:uppercase;
}
.time-title p{
	line-height:36px;
}
.time-content{
	height:199px;
	margin-top:20px;	
	overflow:auto;
}
.time-content strong{
    display:block;
    padding:4px 0;
}
.time-content p{
	color:#000;
	line-height:18px;
	font-size:13px;
}
.time-content p > span.text-blue{
	float:right;
}
@media (max-width: 980px) { 
    .time-working{	
	    min-height: 183px;
    }
    .time-content{
	    height:100px;
    }
}
/*slider img home*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;  
  background-color:#f5f5f5;
  }
.rslides { 
    height:145px;  
}
.rslides li {
  -webkit-backface-visibility: hidden;
  
  }

.rslides li:first-child {
  position: relative;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides a{
	margin:0px;
	display:block;
	width:100%;
}
@media (max-width:767px){
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
        background-color:transparent!important;
        color:red!important;
    }
}
.main-contentcustom{
	margin:0 auto;
}
.main-contentcustom{
	margin:0 auto;
}
.lv-page-content .pageTitle{
	margin-top:0;
	font-weight:500;
}
.block-left-menu h2{
	padding: 12px 0!important;
	font-size: 14px!important;
    font-weight: 600;
    margin: 0;
    position: relative;
    text-transform:uppercase;
	
}
ul.nav.sidebar-categories{
	margin-bottom:5px!important;
	border: 1px #e0e0e0 solid;
}
ul.nav.sidebar-categories li{
	border-bottom: 1px #e0e0e0 dotted;
}
@media (min-width:768px){
.main-contentcustom-flex{
	display:flex;
	justify-content:space-between;
	max-width:1040px;
	margin:0 auto;
}	
.main-contentcustom-flex .left-side, .main-contentcustom-flex .right-side-v1, .main-contentcustom-flex .right-book{	
	width:65%;
}
.main-contentcustom-flex .right-side, .main-contentcustom-flex .left-side-v1, .main-contentcustom-flex .left-book{	
	width:30%;	
}
}
h2, .h2 {
	font-size:16px!important;	
}	
.sidebar-categories a span{
    float:right;
    border-radius:9px;
    background-color:#149bfe;
    color:#fff;
    padding:1px 6px;
}

/** sach chuyen de **/
.book-toppic{
	position:relative;
}
.book-toppic .view-more{
	display:none;
}
.tab-style-1{
	
}
.ListTopic .nav-tabs li a{
	text-transform:uppercase;
	font-weight:400;
}
.nav-tabs {
    border-bottom: 2px #37afeb solid!important;
}
.ListTopic .nav-tabs {
	font-size: 14px!important;
    font-weight: 600;
    margin: 0;
	position:relative;
	text-transform:uppercase;
}
.nav-tabs > li > a {
    border: none !important;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px 6px 15px;
    background-color: #f0f0f0;
    border-radius: 4px 4px 0 0!important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #37afeb!important;
    color: #fff;
}
.ListTopic .item-book a.recent-work-description {
	display: block;
}
.ListTopic .book-top a{
	color:#fff;
	font-weight:500;
}
.home-left .carousel-inner .item{
	background-color:#fff;
}
.sachchuyende{
	padding:10px 10px 0;
}
.sachchuyende .item-book{
	width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}
.sachchuyende .newImage{
	width:100%;	
}
.sachchuyende .newImage img{
	width:100%;
	height:190px;
}
.sachchuyende .form-actions{
	color:#00a8ff;
	font-style:italic;
	font-size:13px;
	margin-top:20px;
}
.sachchuyende  h2.newTitle{
	font-size: 14px!important;
    font-weight: 500;
    color: #111!important;
    margin: 0;
    margin-bottom: 7px;
	max-height:40px;
	overflow:hidden;
	line-height:20px;
}
.sachchuyende  .author{
	font-size:13px;
	color:#898989;
	margin-top:5px;
}
.sachchuyende  .newDes{
	max-height:54px;
	overflow:hidden;
	line-height:18px;
	font-size:13px;
	color:#898989;
}
@media (max-width:767px){
.chuyende .item-book a.recent-work-description {
  padding-top: 5px;
}
.sachchuyende .item-book {
    margin-bottom: 0!important;
}
.sachchuyende .newImage{
	width:100%;
	height:auto;
}
.sachchuyende .newImage img{
	width:100%;
	height: 100px;
}
}
/*** tin hoat dong ***/
.tinhoatdong  .item-book h3{
	font-size: 14px;
    font-weight: 500;
    color: #333!important;
    margin: 0;
    margin-bottom: 5px;
	max-height:40px;
	overflow:hidden;
	line-height:20px;
}
.tinhoatdong  .newDes{
	max-height:54px;
	overflow:hidden;
	line-height:18px;
	font-size:13px;
	color:#777;
}
/** gioi thieu sach moi ***/
.book-new{
	overflow:hidden;
	position:relative;
}
.book-new .block-most-borrow h2{
	background-color:#ebeef0;
	height:55px;
	line-height:55px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	margin:0;
	margin-bottom:4px;
}
.book-new .block-most-borrow .item-book{
	position:relative;
}
.book-new .item-book h3{
	display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333!important;
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 10px 0;
	margin: 0;
}
.book-new .item-book{
	width: 18.4%;
	float:left;
	padding-left:2px;
	padding-right:2px;
	margin-bottom:4px;
}
.book-new .item-book .newImage{
	height:130px;
}
.book-new .item-book .newImage img{
	width:100%;
	height:100%;
}

.book-new .item-book:first-child .newImage img{
	width:100%;
	height:100%;
}
.book-new .item-book:first-child a{
	font-size:13px;
	color:#676c71;
	display: block;
}
@media(min-width:768px){
.book-new .block-most-borrow h2{
	margin-left:44.7%;
}
.book-new .item-book:first-child .newImage{
	height:245px;
	overflow:hidden;
}
.book-new .item-book:first-child{
	width:44.5%;
	position:relative;
	margin-top:-60px;
}
.book-new .block-most-borrow .item-book:nth-child(n+2)  h3 {
    padding: 4px 5px;
    overflow: hidden;
    line-height: 16px;
    background-color: rgba(6, 31, 43, 0.83);
    font-size: 11px;
    font-weight: 300;
    color: #fff!important;
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 85%;
    margin: 0;
    z-index: 9999;
	opacity:0;
}
.book-new .block-most-borrow .item-book:nth-child(n+2):hover h3{
   opacity:1;
}
.book-xemthem{
	position: absolute;
    right: 4px;
	top:192px;
    width: 18%;
    height: 130px;
    background-color: #ebeef0;
    text-align: center;
    line-height: 130px;
    font-size: 16px;
}
.book-xemthem a{
	color: #555;
}
}
@media(max-width:767px){
.book-new .item-book {
    width: 50%!important;
    height: 210px;
    padding:10px 5px;
}
.book-new .item-book h3 {
    font-size: 14px;
}
.book-info{
	display:none;
}
.book-xemthem{
	display:none;
}
}
.ThongKeTruyCap{
	text-align:left;
}
.ThongKeTruyCap div label{
    margin-right:20px;
	margin-bottom:0;
}
.s-title{
	margin-right:5px;
	opacity:.7;
}
.lienket-box div{
	margin:10px;
}
.lienket-box select{
	border:1px #ddd solid;
	padding: 5px 15px;
    font-size: 13px;
    height: 30px;
}
/*MenuMobile*/
#navbar-example{
    border-left:none;
    border-right:none;
    border-bottom:none;
    margin-bottom:0px;
}
.navbar-default {
    background-color: transparent;
}
.navbar-header{
    border-bottom:1px #f2f2f2 solid;
}
.navbar-header .navbar-brand i{
    padding-left:5px;
}
/*navigation*/
/*** Navigation ****/
@media (max-width:767px){
	.top-navigation{
		display:none;
	} 
}
.top-navigation, .main-contentcustom{
    clear:both;
}
.top-navigation{
	min-height:33px;
	background-color:#fff;
	border-bottom:1px solid #cecece;
	margin-bottom:12px; 
    margin:0 auto 10px; 
    padding-left:10px;
    padding-right:10px;  
}
#navigation{
	line-height:30px;
	clear:both;
	margin-bottom:2px;
}
#OverViewsTitle #navigation{
    display:none;
}
#navigation .container{
	margin-top:1px;
}
#navigation ul, #navigation li{
	list-style-type:none;	
	margin:0;
	padding:0;
}
#navigation li{
	display:inline-block;
	padding-right:10px;
}
#navigation li:after{
	content: "\f105";   
    font-family: FontAwesome; 
    font-size:14px;
    padding-left:10px; 
    color:#5f6d7b;
}
#navigation li:last-child:after{
	content:"";
}
#navigation li a{
	font-weight:normal;
	height:30px;
	line-height:30px;
	display:block;
	font-size:13px;
	float:left;
	color:#5f6d7b;
	font-weight:bold;
}
#navigation li a:hover{
	text-decoration:none;
	color:#e6400c;
}
/*container*/
/*Loading*/
#main-content{
    position:relative;
    overflow:hidden;
}
#img-loading{
    height:auto; position: absolute; z-index: 1000;
    top:15%;
    left:47%;
}

/*page-selection*/
#page-selection{
    display:block;
    width:100%;
}
/**Yes-No button*******/
.switch-left-right .switch-label {
	overflow: hidden;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
	top: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 11px 0 0 0;
	text-indent: -12px;
	border-radius: 20px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-left-right .switch-label:before {
	background: #eceeef;
	text-align: left;
	padding-left: 80px;
}
.switch-left-right .switch-label:after {
	text-align: left;
	text-indent: 9px;
	background: #FF7F50;
	left: -60px;
	opacity: 1;
	width: 100%;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
	opacity: 1;
	left: 60px;
}
.switch-left-right .switch-input:checked ~ .switch-label:after {
	left: 0;
}
.switch-left-right .switch-input:checked ~ .switch-label {
	background: inherit;
}
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 60px;
    max-width:60px!important;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 9px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 32px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/*AddContact*/
.AddContact  .widget-title{
    padding-top:8px!important;
    padding-bottom:8px!important;
    background-color:#149bfe!important;
}
.AddContact  .widget-title h3{
    margin-bottom:0px!important;
}
.AddContact  .col-md-3{
    font-weight:bold;
    line-height:35px;
}
.AddContact  .col-md-9{
    margin-bottom:10px;
}
/*Captcha*/
.container-Captcha .btn-Captcha{
    border:none;
    background-color:transparent!important;
    padding:0px;
    margin:0px;
    width:100%;
}
.container-Captcha #imgCaptcha{
    width:100%;
}
.container-Captcha  .glyphicon{
    padding: 8px 5px 8px;
    background-color:#ccc;
    float: left;
    color:#fff;
    border-radius:25px;
	font: normal normal normal 14px/1 FontAwesome;
}
.container-Captcha  .glyphicon:before {
    content: "\f021";
}
/*select book new home*/
.list-book-new select{
    font-size:12px;
    line-height:30px;
}
.list-book-new option{
    height:30px;
}

/*********  custom BRVT ********/
.logo-hufi, .lv-page-content{
    max-width:1100px;
    margin:0 auto;
}
.hufi-body{
    position:relative;
    clear:both;
}
.header .banner-top {
	height:60px;
	clear:both;
}
.header .banner-top  a.site-logo{
	height:120px;	
	display:block;
	overflow: hidden;
}
@media (min-width:992px){
.header .banner-top {
	height:120px;
}
}
@media (max-width:991px){
.site-logo img, .site-logo .img-responsive {
    display:none;
}
.header .banner-top a.site-logo {
    height: 60px;
}
}

.home-link-title{
    padding:12px 0px 12px 12px;
    background-color:#e3e3e3;
    border-radius:3px 3px 0 0;
    border-bottom:1px #fff solid;
}
.home-link ul li{
    border:1px #ebebeb solid;
}
.home-link ul li img{
    margin-right:2px;
}
.home-link ul li a{
    color:#36434a;
    font-weight:500;
    font-size:14px;
    display:block;
    padding:30px 0px 30px 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.home-link ul li a:hover{
    color:#ec672b;
}
.home-link ul li a.active{
    background-color:#f0f0f0;
    border-left:3px #ff8111 solid;
}
/** page-home ***/
.search-content, .vebrary-content,.header .container,.footer .container{
	width:100%;
	max-width:1050px;
	margin:0 auto;
}
.vebrary-content{
	max-width: 100%;
    padding: 0;
}
.vebrary-content >.row{
	margin-left:-5px;
	margin-right:-5px;
}
@media (min-width:768px){
.home-left{
	width:66%;
	float:left;
}
.home-right{
	width:31.4%;
	float:right;
}
}
/** slide home **/
/* page slider */
.page-slider {
	clear: both;
}
div.slide_title_white {
    font: 400 28px "Open Sans", sans-serif;
    text-transform:none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.49);
    max-width:42%!important;
    width:42%!important;
    white-space:normal;
    color:#262f33;
    left:50%!important;
	max-height: 120px;
    overflow: hidden;
}
div.slide_subtitle_white {
    font-size:16px;
    color: #323a3e;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    text-transform:none;
    max-width:150px;
    margin-left:-60px!important;
    left:72%!important;
}
div.slide_subtitle_white {
    border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
a.btn.dark.slide_btn{
    margin-left:-54px!important;
    left:72%!important;
    font-weight:400;
}
a.btn.dark.slide_btn:hover{
    color:#ffe07a!important;
}
div.tp-leftarrow.default, div.tp-rightarrow.default{
    width: 40px;
    height: 40px;
    background-size:100%;
}
@media (min-width:768px){
.tp-simpleresponsive ul li:after{
	display:block!important;
	height:417px;
	width:60%;
	float:right;
	content:" ";
	position:absolute;
	top:0;
	right:0;
	background: url("/Content/Portal/img/BRVT/bg-hotnews.png") no-Repeat left top;
}
div.tp-leftarrow.default, div.tp-rightarrow.default{
    width: 60px;
    height: 60px;
}
}
div .slide_btn{
    background-color:#158cdc;
}
@media (max-width:767px){
div.slide_title_white {
    text-shadow: none;
    max-width: 100%!important;
    width: 100%!important;
    white-space: normal;
    color: #fff;
    left: 0!important;
    top: auto!important;
    bottom: 0px!important;
    background-color: rgba(0, 0, 0, 0.76);
    padding: 10px 15px!important;
}
div.slide_subtitle_white, .tp-bullets.simplebullets {
    display:none;
}
a.btn.dark.slide_btn {
    display:none;
}
}
/* search home */
div.search-content{
    background-color:#158cdc;
    padding:15px 30px 7px;
    margin-bottom:30px;
}
div.search-content .search-tool{
    max-width:1050px;
    margin:0 auto;
}
.search-content .search-text{
    color:#fff;
    text-transform:uppercase;
}
.search-content .btn{
    border:0;
    border-radius:0;
}
.search-text .line{
    background-color:#fff;
    width:145px;
    height:1px;
    line-height:1px;
    overflow:hidden;
    float:right;
}
.search-text .line.top {
    height:3px;
    line-height:3px;
}
.search-title{
    font-size:26px;
    margin-bottom:7px;
    margin-top:25px;
}
.search-des{
    margin-bottom:25px;
}
.search-tool{
    margin-top:35px;
}
.search-tool .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 8px 15px;
    font-size: 16px !important;
    border-color:white;
}
.search-tool input.form-control {
    width: 80%;
}
.search-tool select.form-control {
    width: 20%;
	border-left: 1px #ddd solid;
}
.search-tool .btn {
    padding: 8px 20px;
    font-size: 14px;
    height:44px;
    background-color:#ff6600;
}
.search-tab ul, .search-tab li{
	list-style-type:none;
}
.search-tab li{
	display:inline-block;
	padding:0px 0 10px;
}
.search-tab.search-icon li{
	padding:5px 0 0 0 ;
}
.search-tab li a{
	color:#fff;
	border-left:1px #fff solid;
	padding-left:10px;
	padding-right:10px;
}
.search-tab.search-icon li a{
	border:0;
}
.search-tab li:first-child a{
	border-left:0;
	padding-left:0;
}
.search-tab li.active a, .search-tab li a:hover{
	color:#ff9;
}
@media (max-width:767px){
.search-tool input.form-control {
    width: 100%;
}
.search-tool select.form-control {
    display:none;
}
.search-tab.search-icon li img{
	width:80%;
}
.search-tab.search-icon li a {
	padding:0;
}
div.search-content {
    padding: 15px 20px 7px;
}
}
/***/
.group-veb div{
    margin-bottom:8px;
}
.pre-footer h2, .ecommerce .pre-footer h2 {
    margin-bottom:20px;
    font-weight: 300;
}
.pre-footer a {
    color: #8bb3c8;
}
.pre-footer a:hover {
    color: #72a3bc;
    text-decoration:none;
}
.footer-bottom{
    background-color:#00141f;
    border-top:1px #0d2d3d solid;
	padding:10px 0;
	line-height:25px;
}
/** book new ***/
#OverViewsTitle>h1{
    margin-bottom:15px;
	margin-top:0;
	font-size: 20px;
	/* border-top: 1px #e5e5e5 solid; */
}
#OverViewsTitle>h1 a{
    font-size:20px;
    color:#000!important;
    font-weight:500;
    text-transform:uppercase;
}
/* #OverViewsTitle>h1::after{
	display:block;
	height:4px;
	width:132px;
	background-color:#36afeb;
	content:" ";
	position:absolute;
	left:0;
	top:-1px;
}
#OverViewsTitle>h1::before{
	display:block;
	height:1px;
	width:100%;
	background-color:#e5e5e5;
	content:" ";
	position:absolute;
	left:0;
	top:2px;
} */
.blog-item>h1{
   font-size:28px!important;
   margin-bottom:20px;
   margin-top:10px;
}
.blog-item>h1 a{
    font-weight:400;
    color: #035988!important;
    font-size:28px!important;
}
/*** news hot **/
.news-hot .owl-carousel .recent-work-item img{
    height: 210px;
}
.news-date{
    width: 92px;
    height: 30px;
    position:absolute;
    left:10px;
    top:180px;
    color:#fff;
    z-index:99;
    padding:5px 0;
    background-color:#00a8ff;
    font-size:14px;
    font-weight:200;
}
.news-date span{
    display:block;
    text-align:center;
}
.news-day{
    font-size:20px;
}
.news-title{
    margin:7px 0;
    color:#303c42;
    font-size: 14px;
    font-weight: 500;
}
.news-title a, .news-title a:link, .news-title a:visited{
    color:#222;
}
.news-title a:hover{
    color:#d00;
}
.news-des{
    color:#888;
}
/**** custom Hufi  **/
/* home news */
.row-item-new.row-item-new-1 a{
    font-size:16px;
    font-weight:500;
    margin:0 0 5px 0;
    color:#222;
}
.row-item-new.row-item-new-1 a:hover{
    color:#e00;
}
@media (max-width:991px){
.pre-header.header-brvt {
    float: right;
    margin-right: 10px;
	padding:10px 0;
}
}
/* sach chuyen de **/
.service-box{
	position:relative;
}
/* sach moi */
.book-item .col-md-2{
    display:none;
}
.book-item:first-child .col-md-2{
    display:block;
    width:100%;
}
.book-item:first-child .col-md-2 img{
    height:210px;
    width:auto;
    background-color: #ddd;
}
.book-item .col-md-10{
    width:100%;
}
.book-item:first-child .col-md-10 a{
    font-size:16px;
    font-weight:500;
    margin:0 0 5px 0;
    color:#222;
}
.book-header{
    color:#00a8ff;
}
.book-title{
    margin:5px 0 5px 0;
}
.book-des{
    color:#b2b2b2;
    margin-bottom:7px;
}
.book-more a, .book-more a:link{
    color:#222;
}
.book-more a:hover{
    color:#00a8ff;
    text-decoration:none;
}
/** home news right ***/
.carousel-control.left, .carousel-control.right{
    background-image:none;
    bottom:auto;
    height:26px;
    width:26px!important;
    display:block;
    text-shadow:none;
    opacity:1;
}
.carousel-control.left{
    left:auto;
    right:60px;
}
.carousel-control.left .fa, .carousel-control.right .fa{
    color:#051a31!important;
    font-size:25px;
}
.service-box .recent-news-img img{
    height: 210px;
    width: auto;
    min-width:100%;
}
/**** tin hoat dong ****/
.home-latest-new{
    padding:0 15px;
	
}
.home-latest-new .newImage img{
	width:100%;
	height:auto;
}
.home-latest-new .newImage + span{
	color: #aeb0b7;
    display: block;
    margin: 7px 0 5px;
    font-size: 13px;
}
@media (min-width:768px){
.home-latest-new .newImage img{
	height:160px;
}
}
@media (max-width:767px){
.item-book{
	padding:10px 0;
	overflow:hidden;
}
.home-latest-new .newImage{
	width:40%;
	float:left;
	padding-right:10px;
}
}
/*** tai lieu so **/
body .tree-txt {
    font-weight: 400;
}
a.jstree-anchor.jstree-clicked {
    padding: 0px 5px 0px 0px!important;
    border-radius: 2px!important;
    box-shadow: none!important;
    border: 1px #b9e1ff solid;
    line-height: 24px!important;
}
div .jstree-default .jstree-node,
div .jstree-default .jstree-anchor{
    line-height:30px;
}
/*** tai lieu moi / yeu thich nhat ***/
.document-home{
	clear:both;
	overflow:hidden;
}
.document-home  h2{
	font-size: 14px!important;
    font-weight: 600;
    padding: 15px 15px 15px 0!important;
    margin: 0;
	position:relative;
	border-top: 1px #e5e5e5 solid;
	text-transform:uppercase;
}
.document-home .row-item:first-child {
	margin-bottom:20px;
}
.document-home .row-item{
	clear:both;
	border-top: 1px #e0e0e0 dotted;
}
.document-home .row-item:first-child{
	border-top: 0;
}
.document-home .newImage{
	width:45%;
	margin-bottom:10px;
	float:left;
	margin-right:15px;
}
.document-home .newImage img{
	width:100%;
	height:190px;
}
.document-home .row-item .newImage, .document-home .row-item .author{
	display:none;
}
.document-home .row-item:first-child .newImage, .document-home .row-item:first-child .author{
	display:block;
}
.document-home a {
    display:block;
	color:#2e2e2e;
}
.document-home h5:before {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f0da";
    color:#555;
    margin-right:7px;
}
.document-home .row-item:first-child h5:before {
	display:none
}
.document-home h5{
	font-weight: 500;
	font-size:13px;
	margin:10px 0;
}
.document-home .row-item:first-child h5{
	font-size:14px;	
	font-weight: 600;
}
.document-home .author{
	color:#9a9a9a;
	font-size:13px;
}
/** home right **/
/** tin tuc su kien **/
.news-hot .recent-news-img,.news-hot .recent-news-date,.news-hot .recent-news-des{
    display:none;
}
.news-hot .row-item-new:first-child .recent-news-img{
    display:block;
	color:#666;
	font-size: 95%;
}
.news-hot .row-item-new:first-child .recent-news-inner{
    margin-top:7px;
	font-weight:500;
}
.news-hot #tintucsukien{
	color:#000;
	text-align: justify;
}
.home-right  h3{
	padding: 10px 15px 8px 15px!important;
    margin: 0;
	position: relative;
    background-color: #37afeb;
	color: #fff;
	font-size:14px;
    font-weight: 400;
}
.news-hot #tintucsukien h3 a{
    color: #fff;
    text-transform: uppercase;
	display:block;
}
.news-hot #tintucsukien a{
	color:#000;
}
.news-hot .recent-news-date{
	display:none;
}
.news-hot .recent-news-des{
	color:#444;
	clear:both;
	padding-top:5px;
}
.news-hot .row-item-new a:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f0da";
    color:#000;
    margin-right:7px;
}
.news-hot #tintucsukien .row-item-new{
	padding: 5px 0;
    border-bottom: 1px #e2e2e2 solid;
    margin: 0;
}
.news-hot #tintucsukien .row-item-new:first-child{
	padding-top: 1px;
}
.news-hot #tintucsukien .row-item-new:first-child .recent-news-img{
	max-height:187px;
	overflow:hidden;
}
.news-hot #tintucsukien .row-item-new:first-child .recent-news-img img{
	width:100%;
	height:auto;
}
/* menu right **/
.home-right  h2, .block-most-borrow h2{
	font-size: 14px!important;
    font-weight: 400;
    padding: 10px 15px 8px 15px!important;
    margin: 0;
	position:relative;
	background-color:#37afeb;
}
.home-right  h2, .home-right  h2 a, .block-most-borrow h2{
	color:#fff;
}
/* video right **/
.video-box .recent-work-item iframe{
	height:50px!important;
	width:100%;
}
.video-box h2 + .recent-work-item iframe{
	width:100%!important;
	height:154px!important;
}
.recent-work-item{
	width: 20%;
    float: left;
    height: 45px;
    padding: 1% 0.5%;
	position:relative;
}
#videoactivity6{
	padding-right:0;
}
.recent-work-item img{
	width:100%;
	height:42px;
}
.recent-work-item:before {
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f144";
    color: #fff;
    position:absolute;
	left:36%;
	top:30%;
	z-index:9999;
}
.recent-work-item:hover:before{
    color: #f00;
	cursor:pointer;
}
h2 + .recent-work-item:before {
	display:none;
}
.recent-work-item a{
	display:none;
}
h2 + .recent-work-item {
	width:100%;
	float:none;
	height:154px;
	position:relative;	
	padding: 0;
	margin-top: 0;
}
h2 + .recent-work-item  a{
	display:block;
	position: absolute;
    display: block;
    left: 2px;
    bottom: 0;
    right: 2px;
    background-color: #000c;
	padding:5px 10px;
	color:#fff;
	font-size:13px;
}
.video-box{
	overflow:hidden;
	margin-left: -2px;
    margin-right: -2px;
}
@media(min-width:992px){
.video-box >h2 + .recent-work-item, .video-box >h2 {
    overflow: hidden;
    margin:1px 2px;
	max-width:327px;
}
}
/** facebook ***/
.facebook-box{
	
}
/*** TAC GIA **/
.tacgia-box{
	position:relative;
	clear:both;
}
.home-right .tacgia-box h2 {
    padding: 10px 15px 8px!important;
    margin-bottom: 1px;
}
.tacgia-box .recent-news-img img{
	width:100%;
	height:160px;
}
.tacgia-box .book-btn {
    position: absolute;
    height: 30px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
}
.tacgia-box .book-btn a{
	width:30px!important;
	height:30px!important;
	line-height:30px;
	text-align:center;
	background-color:#0c91d4;
}
.tacgia-box .carousel-control.left {
    right: 32px;
}
.tacgia-box .book-btn a .fa{
	color:#fff!important;
	font-size:20px!important;
}
.tacgia-box .recent-news-inner{
	position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(17, 117, 202, 0.74);
    padding: 7px 10px;
    line-height: 1.4;
    width: 70%;
}
.tacgia-box .recent-news-inner a{
	color:#fff;
	font-style:italic;
}
/***  CHAU DUC  **/
/** tin hoc **/

.box-title  h2{
	font-size: 14px!important;
    font-weight:500;
    padding: 9px 15px 7px 15px!important;
    background-color: #37afeb;
	color:#fff;
    margin: 0;
	position:relative;
}
/*****/
.category.news-hot{
	position:relative;
}
.category.news-hot:before {
    display: block;
    height: 90px;
    width: 32px;
    content: " ";
    position: absolute;
    left: -8px;
    top: 8px;
    z-index: 9999;
    background: url(/Content/Portal/img/BRVT/label-news.png) no-repeat 0 0;
}
.category-title{
    margin-top:15px;
}
.category-title a{
    color:#000;
	font-weight:500;
	font-size: 16px;
}
.category-date{
    color:#aaa;
    margin:10px 0;
}
.category-description{
    color:#787878;
    font-size:13px;
    max-height: 90px;
    overflow: hidden;
}
.category-img img{
    width:100%;
    height: 210px;
}
.category-item{
    margin-top: 10px;
    border-bottom: 1px #e0e0e0 dotted;
    padding-bottom: 10px;
}
.category-item a:before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    color: #333;
    margin-right: 7px;
}
.category-item:first-child{
    margin-top:0;
}
.category-item a{
    color:#323232;   
	font-size:13px;
	font-weight:500;
}
.category-item a:hover{
    color:#e00;
}
.icon-hot{
	display:inline-block;
	width:36px;
	height:17px;
	background:url('/Content/Portal/img/BRVT/icon-hot.png') no-repeat right bottom!important;
}
@media (max-width:767px){
.category-img img {
    height: auto;
}
.category-title{
    margin-top:15px;
}
.category-left{
		overflow:hidden;
}
}
/*** tin hot **/

.home-slider{
	position:relative;
}
.home-slider:before{
	display: block;
    height: 90px;
    width: 32px;
    content: " ";
    position: absolute;
    left: -8px;
    top: 8px;
	z-index:9999;
	background: url(/Content/Portal/img/BRVT/label-hot.png) no-repeat 0 0;
}
.home-right .home-slider h2 {
    padding: 12px 0!important;
}
.home-slider .book-btn {
    position: absolute;
    height: 32px;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.home-slider .book-btn a{
	width:32px!important;
	height:32px!important;
	line-height:32px;
	text-align:center;
	background-color:#0b90d3;
}
.home-slider .div-nav-left{
	padding-left:0;
}
.home-slider .carousel-control.left {
    right: 35px;
}
.home-slider .book-btn a .fa{
	color:#fff!important;
	font-size:20px!important;
}
.home-slider .recent-news-inner{
	position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgba(16, 119, 186, 0.85);
    padding: 10px 15px;
    line-height: 1.5;
    width: 55%;
}
.home-slider .recent-news-inner a{
	color:#fff;
	font-size:14px;
	font-weight:400;
}
.home-slider .recent-news-inner .item-date{
	color:#fff;
	font-size:12px;
	font-weight:300;
	margin-top:5px;
}
@media (min-width:768px){
#homeSlider, #homeSlider .carousel-inner{
	height:360px;
}
.home-slider .recent-news-img img{
	width:100%;
	height:360px;
}
.home-slider .recent-news-inner a{
	font-size:15px;
}
}
/***/
.main-top{
	margin-top:20px;
}
.search-opac{
	height:192px;
	background-color:#ea5a64;
	margin-bottom:10px;
	padding:15px 20px;
}
.title-opac{
	height:40px;
	line-height:30px;
	font-weight:500;
	color:#fff;
	font-size:15px;
	border-bottom: 1px #ec6b74 solid;
}
.search-opac .input-group-btn .fa{
	color:#ea5a64;
}
.search-opac .form-control{
	height:38px;
	border-color:#ea5a64;
}
.search-opac button.btn{
	height:38px;
	border-color:#ea5a64;
	background-color:#fff;
	border-radius:0;
}
.label-input{
	font-weight:300;
	color:#fff;
	line-height:30px;
	margin-top:10px;
}
.opac-more{
	float:right;
	margin-top:15px;
}
.opac-more a{
	font-size:13px;
	color:#fff;
	text-decoration:underline;
	font-style:italic;
}
.opac-more a:hover{
	color:#ff9!important;
}
/**/
.box-dkthe a, .box-docgia a{
	display:block;
	width:100%;
	height:158px;
	background-color:#607793;
}
.box-dkthe .box-icon{
	text-align:center;
	padding:50px 0 25px;
}
.box-dkthe span{
	display:block;
	text-align:center;
	color:#fff;
}
.box-docgia a{
	background-color:#dfe4e9;
}
.box-docgia span{
	display:block;
	text-align:center;
	color:#6a7886;
	padding-top:70px;
}
/*** ban do ***/
.c-body{
    position: absolute;
    background-color: #12a1e8;
    height: auto;
    padding: 15px;
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    width: 320px;
    font-size:13px;
    font-style:italic;
}
.c-body .c-content-label{
    margin-top:10px;
    margin-bottom:1px;
}
.c-body h3{
	margin:0!important;
	font-size:18px!important;
	font-weight:500;
}
.c-body h3, .c-body a{
    color: rgba(255, 255, 255, 1)!important;
}
.c-body strong{
    font-weight:500!important;
}
/**** tang / giam  font chu ***/
.newsdetail .news-body *, .newsdetail .lv-page-content *{
	font-size:14px!important;
}
.newsdetail1 .news-body *, .newsdetail1 .lv-page-content *{
	font-size:16px!important;
}
.newsdetail2 .news-body *, .newsdetail2 .lv-page-content *{
	font-size:18px!important;
}
.newsdetail3 .news-body *, .newsdetail3 .lv-page-content *{
	font-size:20px!important;
}
.newsdetail4 .news-body *, .newsdetail4 .lv-page-content *{
	font-size:22px!important;
}
.newsdetail5 .news-body *, .newsdetail5 .lv-page-content *{
	font-size:24px!important;
}
.newsdetail-1 .news-body *, .newsdetail-1 .lv-page-content *{
	font-size:13px!important;
}
.newsdetail-2 .news-body *, .newsdetail-2 .lv-page-content *{
	font-size:12px!important;
}
.newsdetail-3 .news-body *, .newsdetail-3 .lv-page-content *{
	font-size:11px!important;
}
.newsdetail-4 .news-body *, .newsdetail-4 .lv-page-content *{
	font-size:10px!important;
}
.newsdetail-5 .news-body *, .newsdetail-5 .lv-page-content *{
	font-size:9px!important;
}

/****** MOBILE ********/
@media (max-width:767px){
/** menu ... **/
.navbar-toggle .icon-bar {
    display: inline-block;
    width: 3px;
    height: 3px;
}
.navbar-header .navbar-toggle {
    padding: 5px 10px;
	margin-right:5px;
	border: 0;
	margin-left: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #222;
}
.navbar-default .navbar-brand {
    color: #222;
	padding: 15px 0;
    font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
}
#lstTopicMobile{
	margin:0 -15px;
}
.main-top {
    margin-top: 20px;
	margin-bottom:10px!important;
}
.main-top .home-left{
	margin-bottom:10px;
}
.home-latest-new {
    padding: 0;
}
.tab-pane.row{
	margin-left:0;
	margin-right:0;
}
.right-side.blog-sidebar img.img-responsive{
	width:100%;
}
.block-latest-new .margin-bottom-10{
	margin-bottom:20px!important;
}
.blog-item>h1 a {
    font-size: 22px!important; 	
}
.home-slider .recent-news-img img {
    height: auto;
}
.category-right{
	margin-top:10px;
	clear:both;
}
.testimonials-v1 .left-btn, .testimonials-v1 .right-btn {
    right: 0;
    top: -20px;
}
.testimonials-v1 .left-btn {
    right: 35px;
}
.mb40 {
    margin-bottom: 20px !important;
}
.facebook-box iframe{
	width:100%!important;
}
.header-navigation .calendar{
	display:none;
}
.blog-item>h1 a {
    font-size: 22px!important; 	
}
.mb60 {
    margin-bottom: 20px !important;
}
.lv-page-content img{
	max-width:100%;
	height:auto!important;
}
#main-content, .main-content-left{
	margin-top:20px;
}
#main-content table, .main-content-left table{
	width:100%!important;
}
.profile-edit-tab-content .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.cardinfor .col-sm-3, .cardinfor .col-md-3{
	float:left;
}
#imgCaptcha + .col-md-9{
	padding-left:0;
}
#imgCaptcha + .col-md-9 + .col-md-3{
    float: right;
    margin-top: -30px;
}
.container-Captcha .glyphicon {
    border-radius: 0;
}
.book-des, .category-date {
	font-size:14px!important;
}
.right-side-v1.blog-sidebar{
	margin-bottom:20px;
}
.slide.sachchuyende{
	margin-top:10px;
}
}
.cms-font-size{
	margin-right:10px;
}
.block-left h2{
	font-size: 14px!important;
    font-weight: 400;
    padding: 11px 15px 7px 15px!important;
    margin: 0;
    position: relative;
    background-color: #0089d1;
    color: #fff;
    text-transform: uppercase;
}
.block-left h2 a:link, .block-left h2 a:visited{
color: #fff;
}
.block-left .recent-news-inner p{
	color: #aaa;
    font-style: italic;
}
.most-borrow .col-md-3{
	padding-right:0;
}
.input-group-addon {
    border-radius: 0;
}
.de-news-zoom{
	margin-bottom:15px;
}
#vebrary-body .pageTitle {
    font-size: 22px!important;
}
.news-item-body + ul.blog-info{
	display:none;
}
.new-list-item a.more{
	display:none;
}
#div_OverViews hr:last-child{
	display:none;
}
@media(max-width:767px){
.right-side .block-left h2 {
    padding: 10px 0 8px 15px!important;
    font-size: 15px!important;
    font-weight: 500;
}
.new-list-item h3{
	margin-top:7px;
}
.sachchuyende {
    padding: 0;
    margin: 0 -5px;
	padding-top: 10px;
}
.home-slider .recent-news-inner {
    left: 5px;
    bottom: 5px;
	padding: 7px 10px;
    width: 65%;
}
.home-slider .recent-news-inner a {
    font-size: 12px;
    font-weight: 300;
}
.home-slider .recent-news-inner .item-date{
    font-size: 11px;
    font-style:italic;
}
.home-slider .book-btn {
    bottom: 5px;
    right: 5px;
}
}
@media (min-width: 768px){
.left-side-v1.hidden-xs{
	border-right:1px #dbe0e8 solid;
}
.right-side{
	margin-top: 20px;
}
.right-side-v1{
	padding:20px 30px 20px 10px;
}
.left-side{
	padding-top:0px;
}
}
.block-latest-new h2, .block-left-menu h2, .block-most-borrow h2{
	border-top:0;
}
.document-home .block-most-borrow h2{
	background-color:transparent;
	border-bottom:0!important;
	padding: 9px 15px 7px 15px!important;
    background-color: #37afeb;
}
.document-home .most-borrow {
    margin-top: 0;
}
.block-latest-new>div .row{
	border-top:1px #ccc dotted;
	margin-bottom:15px!important;
	padding-top:15px;
	margin:0;
}
.block-latest-new>div.border-top-3-ddd{
	border:1px #e0e0e0 solid;
}
.block-latest-new >div .row:first-child{
	border-top:0;
	
}
body h1{
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
}
.most-borrow .row.mb20{
	border-top: 1px #ccc dotted;
	margin-bottom:15px!important;
	padding-top:15px;
}
.most-borrow .row.mb20:first-child{
	border-top: 0;
}
.newsdetail table{
	max-width:680px;
}
.lienket-box{
	border: 1px #e0e0e0 solid;
}
.logo-chuyen-de img{
	width:100%;
	max-height:150px;
}
.facebook-box.mb10{
	margin-bottom:0!important;
}
.service-box.mb10{
	margin-bottom:5px!important;
}
.bgwhite{
	background-color:#fff;
	max-width:1070px;
	padding:0 15px;
	margin:0 auto;
}
.lv-page-detail-content img{
	max-width:680px!important;
}
@media (max-width:767px){
.languages.pull-right{
	position: absolute;
    right: 15px;
    top: 4px;
	z-index:9999;
}
.footer, .pageTop, .header{
	margin-left:-15px;
	margin-right:-15px;
}
#currentdate{
	padding-left:15px;
}
#result-search{
	margin-left:-15px;
	margin-right:-15px;
}
}
/**  29/8/2019 **/
.StatisticalAccess .fa {
    display: block;
    float: left;
    margin-right: 3px;
    padding-left: 7px;
}
.pageTitle{
    width: 680px;
    table-layout: fixed;
    margin: 0px;
}
.tinnoibat-slider .div-Main{
	position:relative;
}
@media (min-width:768px) and (max-width:991px){
.div-img img{
	height:310px;
}
.search-opac {
    height: 180px;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.box-dkthe a, .box-docgia a{
	height:120px;
}
.box-dkthe .box-icon{
	padding-top:22px;
}
.box-docgia span{
	padding-top:48px;
}
}
#tinmoinhat .category-right{
	max-height:420px;
	overflow:auto;
}
#lstArticle{
	overflow: hidden;
    margin-left: -10px;
}
/*** chauduc *****/