body{
    padding: 0;
}

#page-header{
    background: url("../../_include/img/header/banner-home.jpg")no-repeat;
    min-height: 182px;
}
.navbar-default{
    background: none!important;
    border: none!important;
}
#logo{
    height: 130px;
    padding-top: 0!important;
    text-align: center;
}
#logo>img{

}
.navbarHeader{
    margin-top: 1em;
}
.search-btn{
    position: absolute;
    right: 0px;
    top:54px;
}
.btn-default{
    background-color:#4bbee6!important;
    color: #ffffff!important;
    text-align: center;
    border: none!important;
    box-shadow: none!important;
}
.btn-default>img{
    height: 25px;
    margin-top: -10px;
}

.myNavbar{
    margin-top: 20px;
}

#top_navigation ul ul {
    display: none;
    background-color: #0669b2!important;
}

#top_navigation ul li {
    line-height: 30px;
    font-size: 12px;
    list-style: none;
    font-weight: 700;
    text-transform: uppercase;
}
.phanNav>li>a{
    padding: 5px 10px;
}

#top_navigation >.phanNav>li> a {
    text-decoration: none;
    color: #0669b2 !important;
    border-radius: 1em 1em 0 0;
}

#top_navigation >.phanNav> li:hover > a {
    background-color: #0669b2;
    color: #FFF !important;
}
#top_navigation li li {
    background-color: #0669b2;
    border-radius: 0 1em 1em 0;
}
#top_navigation li li a{
    color: #ffffff;
    padding-left: 20px;
}
.submenu{
    background-color: #0669b2;
    position: absolute;
    z-index: 888;
    border-radius: 0 1em 1em 0;
}
.submenu>li>a{
    text-transform: none;
    text-decoration: none;
}
.lang{
    text-align: center;
}

.regis {
    position: absolute;
    float: right;
    right: 5px;
}
@media (max-width: 360px) {
	.search-btn{
		top:110px;
	}
}