@CHARSET "UTF-8";

.navbar-custom{
	background: #fff;
	border: none;
	position: relative;
	min-height: 0;
	margin-bottom: 0;
	box-shadow: 1px 1px 10px rgba(0,0,0,.15);
	z-index: 1;
}

.input-group{
	margin-bottom: 20px;
}

.input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.navbar-top-menu{
	text-align: right;
}

.navbar-top-menu li a{
	color: #000;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px;
	transition: 0.2s;
	line-height: 23px !important;
	/* border-top: 5px solid #fff; */
}

.navbar-top-menu li a .menu-item{
	padding-bottom: 5px;
}

/* .navbar-top-menu li:HOVER a{ */
	/* border-top: 5px solid #e84c3d; */
	/* transition: 0.5s ease; */
/* } */


.navbar-top-menu li.active a {
	color: #ca1820;
}

.navbar-top-menu li.active a .menu-item{
	border-bottom: 1px solid #ca1820;
}

.navbar-top-menu li > a:hover, .navbar-top-menu > li > a:focus{
	color: #ca1820;
	background: inherit;
}

.navbar-top-menu li > a:hover .menu-item, .navbar-top-menu > li > a:focus .menu-item{
	border-bottom: 1px solid #ca1820;
}

.navbar-brand{
	padding: 0;
	height: auto;
}

.navbar-brand img{
	margin-left: 20px;
	width: 180px;
	/*height: 100%;*/
	background-repeat: no-repeat;
	background-size: cover;
	/*position: absolute;*/
	/*top: 20px;*/
	/*border-radius: 25px;*/
	/*padding: 5px;*/
	/*border: 1px solid rgba(0,0,0,.15);*/
	/*background-color: rgba(255,255,255,255);*/
	/*z-index: 1;*/
}

.align-left{
	float: left;
}

.align-right{
	float: right;
}

/* .collapsed{
	
} */

.menu-collapse{
	float: right;
}

.menu-header{
	padding-top: 5px;
}

.custom-login-btn{
	font-weight: bold;
	padding: 10px 20px;
	transition: .4s ease;
}

.custom-login-btn:HOVER {
	background-color: #868686;
	border: solid 1px;
	padding-top: 7px;
	padding-bottom: 13px;
	color: #fff;
	transition: .4s ease;
}

.menu-register{
	padding: 5px 20px;
	color: #fff;
	font-weight: bold;
	float: right;
}

.menu-login{
	padding: 5px 20px;
	color: #fff;
	font-weight: bold;
	float: left;
}
.menu-mobile-header{
	background-color: #868686;
}

.logoImg{
	width: 100%;
	height: auto;
	background-size: cover;
}

.logo-info{
	width: 100%;
	float: left;
	padding: 20px 0px;
}

.lable_vidientu{
	margin-bottom: 0px;
	font-weight: bold;
	color: #fff;
    background: #166bbf;
    padding: 2px 15px;
}

.lable_line{
    border-bottom: solid #0080ff 0.5px;
    width: 100%;
    float: left;
}