

/* CSS Document */
/* Header */
#header{
	padding-bottom: 85px;
	height: 60px;
}
#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #272974;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}
.body_box{
	background-color: #e7e9f5;
}
.container{
	background-color: #ffffff;
	padding-top: 10px;
}
/* NAV */
#main-menu{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	background-color: #e7e9f5 !important;
}
.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 15px;
  padding-bottom: 28px;
}
.navbar .navbar-nav .active {
	background-color: #272974;
    color: #fff !important;
}
.navbar .navbar-nav .dropdown-toggle{
	color: #000000;
}

.navbar .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #000;
  line-height: 24px;
  display: inline-block;
}

.navbar .navbar-nav > li > a:hover{
	background-color: #272974;
    color: #fff !important;
}

.navbar {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: #272974;
  color: #fff;
}

.navbar .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
  
}

.navbar .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar .navbar-nav .dropdown-menu > a {
  padding: 8px 15px;
  color: #fff !important;
}

.navbar .navbar-nav .dropdown-menu > a:hover,
.navbar .navbar-nav .dropdown-menu > a:focus,
.navbar .navbar-nav .dropdown-menu > a.active{
  background-color: #272974;
  color: #fff !important;
}


.lang{
  font-size: 12px;
}
.lang img {
  width: 20px;
}
#bottom {
  background: #f5f5f5;  
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #272974;
}

#bottom .widget {
  margin-bottom: 0;
}

/* HOME */

.no-margin {
  margin: 0;
  padding: 0;
}

.carousel-inner img {
	height: 400px;
	width: inherit;
}
.carousel-inner button{
	background-color: #272974;
	border: none;
}

.btn-view {
  min-width: 200px;   
  display: inline-block;   
}

.center-block {
  text-align: center;
}

.btn:hover {
  background: #c52d2f;
  color: #fff;
}
#feature {
  
  padding-bottom: 40px;
  padding-top: 40px;
}
#feature h2 {
	font-size: 25px;
	color: #272974;
}
#feature h4 a {
	font-size: 18px;
	color: #000000;
	margin: 0;
}
#feature a{
	text-decoration: none;
}
#feature a:hover{
	color: #FF0004;
}
#feature_2 {
  padding-bottom: 40px;
  padding-top: 40px;
}
#feature_2 h2 {
	font-size: 25px;
	color: #000000;
}
#feature_2 h4 a {
	font-size: 18px;
	color: #000000;
	margin: 0;
	text-align: justify;
}
#feature_2 a{
	text-decoration: none;
}
#feature_2 a:hover{
	color: #FF0004;
}
.demo-text{
	background-color: #e8e8e8;
	text-align: justify;
	font-size: 18px;
}
.demo-text-1 a{
	color: black;
}
.demo-text-2 a{
	font-size: 15px;
	font-style: italic;
	color: #000000 !important;
}
.demo-text-2 a:hover{
	color: #FF0004 !important;
}

.feature-wrap .desc {overflow: hidden; }
.feature-wrap {
  /*margin-bottom: 35px;*/
  min-height: 50px !important;
  width: auto;
  text-align:justify !important; 
}
.linh-vuc-text{
	padding: 5px;
}
.pdf{
	text-align: center;
}
.du-lich{
	padding-top: 10px;
}
.du-lich-img{
	text-align: center !important;
}
.du-lich-img img{
	max-width:100% ;
	margin: 0 auto; 
	display: block;
	max-height: inherit;
}
.du-lich-img p{
	font-style: italic;
}
.du-lich-text h5{
	
	text-align: justify;
}
/* ABOUT US */
.about-us{
	padding-top: 10px;
}
.about-us img{
	width: inherit;
}
.about-us p{
	text-align: justify;
}
.about-us-1 a{
	text-decoration: none;
	color: #272974;
	font-size: 18px;
}
.about-us-1 li a:hover{
	color: #FF0004;
}
.about-us-text h2{
	color: #272974;
}
.about-us-text p{
	font-size: 18px;
}
.about-us-text h5{
	font-style: italic;
}

/*Associate*/
.luat-su{
	text-align: center !important;
	padding: 10px;
}
.luat-su a{
	color: #272974;
	text-decoration: none;
}
.luat-su a:hover{
	color: #FF0004;
}
.full-info{
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 20px;
}
.full-info-img h4{
	color: #000000;
	font-size: 30px;
}
.full-info-img h5{
	color: #272974;
}
.full-info-img h6{
	color: #000000;
}
.full-info-img p{
	padding: 0;
}
.full-info-img button{
	float: right;
	background-color: #272974;
	border: none;
	
}
.full-info-img img{
	height: 182px;
	width: 150px;
}
.team_member_img img{
	height: 182px;
	width: 150px;
}
.team-member button{
	background-color: #272974;
	border: none;
}
.team-member{
	padding: 10px;
}
/* Practice areas*/
.linh-vuc-hoat-dong{
	padding-top: 10px;
}
.linh-vuc-hoat-dong p{
	text-align: justify;
}
.linh-vuc a{
	text-decoration: none;
	color: #272974;
	font-size: 18px;
}
.linh-vuc li a:hover{
	color: #FF0004;
}
.linh-vuc-text h2{
	color: #272974;
}
.linh-vuc-text p{
	font-size: 18px;
}
.linh-vuc-text h5{
	font-style: italic;
}
/* NEWS */

.an-pham h3{
	color: #272974;
	padding-top: 20px;
}
.an-pham li a{
	text-align: justify;
	color: #272974;
	font-size: 20px;
	text-decoration: none;
}
.an-pham li a:hover{
	color: #FF0004;
}
.tin-tuc-full{
	text-align: justify;
}
.tin-tuc-full h3{
	color: #272974;
	padding-top: 20px;
}
.tin-tuc-full a{
	text-decoration: none;
	color: #272974;
	padding-bottom: 20px;
}
.tin-tuc-full ol.a{
	list-style-type: lower-alpha;
}
.seminar{
	padding-top: 10px;
	text-align: justify;
}
.seminar-text h3,h5{
	color: #272974;
}
.date-time{
	text-align: right;
}
.table th{
	color: #272974;
}
.tap-huan{
	text-align: justify;
	padding-top: 10px;
}
.tap-huan-img{
	text-align: center;
}
.tap-huan-img img{
	max-width:100% ;
	margin: 0 auto; 
	display: block;
	max-height: inherit;
}

/* LIEN HE */

.lien-he button{
	float: right;
	background-color: #272974;
	border: none;
}
.lien-he {
	padding-top: 20px;
	padding-bottom: 20px;
}
.map1{
	width: 530px;
	height: 450px;
}

/* FOODTER */

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #000000 !important;
  font-size: 11px;
  min-height: inherit;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #fff;
}

#footer ul {
  list-style: circle;
  padding: 5px;
  margin: 0px;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}
.footer1{
	text-align: center;
}


