body{
	background: url('../img/background.jpg') no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.device{
	position: relative;
}
.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
}
.desktop .left-container{
	display:inline-block;
	width:275px;
	height:100%;
	float:left;
	background: rgba(240, 242, 245, 0.5);
}
.desktop .left-container .right-menu{
	padding-top:10px;
}
.right-menu .right-logo{
	padding-bottom:15px;
}
.desktop .left-container .right-menu .menu-item{
	display:block;
	cursor: pointer;
	font-size:18px;
	color: #0097a7;
	padding: 12px;
}
.desktop .left-container .right-menu .menu-item:hover{
	background-color:#fff;
}
.desktop .left-container .right-menu .menu-item.active{
	background-color:#fff;
}
.desktop .left-container .right-menu .menu-item.sub-menu{
	display:block;
	cursor: pointer;
	font-size:16px;
	color: #0097a7;
	padding-left:30px;
}
.desktop .left-container .right-menu .menu-item .menu-item-icon{
	display:inline-block;
	vertical-align: middle;
}
.desktop .left-container .right-menu .menu-item .menu-item-text{
	display:inline-block;
}
.desktop .center-container{
	display:inline-block;
	width: -webkit-calc(100% - 275px - 25%);
    width:    -moz-calc(100% - 275px - 25%);
    width:         calc(100% - 275px - 25%);
	height:100%;
	padding-left: 5%;
    padding-right: 5%;
}
.desktop .right-container{
	display:inline-block;
	width: 25%;
	height:100%;
	float:right;
	background: rgba(240, 242, 245, 0.5);
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.homePage{
	min-height: 90%;
}
.bottom{
	position: relative;
	min-height: 50px;
	height: 10%;width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
}
#noidi, #noiden{ 
	border: 2px solid #7d7f7f;
	padding-left: 40px;
	font-size: 14px;
	text-align: left;
}
.noidi select, .noiden select, .noidi input, .noiden input{
	border-radius: 0px;
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   height: 50px;
}
.ngaydi{
	width: 49%;
	float: left;
	-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
}
.ngayve {
	width: 49%;
	float: right;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #fff !important;
}
.ngaydi input, .ngayve input{
	border: 2px solid #7d7f7f;
	border-radius: 0px;
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   height: 50px;
   padding-left: 40px;
}
.nguoilon{
	width: 30%;
	float: left;
}
.nguoilonLabel{
	background-color: #eee;
}
.treem{
	width: 30%;
	float: left;
	margin-left: 5%;
}
.embe{
	width: 30%;
	float: right;
}
.nguoilon select, .treem  select, .embe  select{
	border-radius: 0px;
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   height: 50px;
   padding-left: 40px;
}
.soNguoiLon, .soTreEm, .soEmBe{
	border: 2px solid #7d7f7f;
}
.timkiem .btn{
	border-radius: 0px;
	width:100%;
	height: 50px;
	background-color: #0097A7;
	border-color: #0097A7;
}
.modalPopup{
	display:none;
	position: absolute;z-index: 9999;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.loading{
	top: 30%; left: 8.33%;
	background: rgba(255, 255, 255, 0.9);
	border: 2px solid #eee;
	border-radius: 5px;
	padding-left: 5px; padding-right: 5px;
}
.loading .loading-content{
	color: #373737;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
.loading-content p{
	display: inline-block;
	font-size: 14px;
}
.navbar{
	position: absolute;z-index: 1;
	bottom: 0px; margin-bottom: 0px;
	width: 100%;
	background: #fff;
	opacity: 0.9;
	max-height: 10%;
	display: inline-block;
}
.hotline{
	float: left;
	font-size: 14px;
	margin-top: 13px;
	margin-left: 5px;
}
.hotline b{
	font-size: 18px;
	color:#FF0000;
}
.menuIcon{
	float: right;
	font-size: 26px;
	padding: 12px 5px 0px 20px;
}
.menu{
	width: 100%;
	position: fixed;z-index: 8877;
	background: #F5F5F5;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3 ease-in-out;
	padding-top: 10px;
	bottom: -500px;
}
.menu.open{
	bottom: 50px;
}
.menu ul{
	list-style: none;
    text-align: center;
    padding: 0px;
}
.menu ul li a{
	display: inline-block;
    width: 70%;
    color: #8d8d8d;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 0;
    cursor: pointer;
    border-bottom: 1px solid #8d8d8d;
}
/*Dropdown San bay*/
#dropdown-san-bay {
  z-index: 9999;
  position: absolute;
  top: 50px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  transform: scale(0);
  width:100%;
}
#dropdown-san-bay .dropdown-title {
  background: #fff;
  border: none;
  border-bottom: 1px solid #DEDEDE;
  border-radius: 0px;
  text-align: center;
  color: #222222;
  padding: 5px;
  width: 100%;
  display: inline-block;
}
#dropdown-san-bay .dropdown-title span {
  font-family: Arial, Helvetica, sans-serif;
  color: #24919c;
}
#dropdown-san-bay .dropdown-content {
  display: inline-block;
  float: left;
}
#dropdown-san-bay .dropdown-content .left-dropdown {
  display: inline-block;
  float: left;
  padding-bottom: 10px;
}
#dropdown-san-bay .dropdown-content .left-dropdown ul {
  padding-left: 15px;
}
#dropdown-san-bay .dropdown-content .left-dropdown ul .title {
  padding-left: 5px;
  font-weight: bold;
  color: #24919c;
  text-transform: uppercase;
  display: block;
}
#dropdown-san-bay .dropdown-content .left-dropdown ul .title:hover {
  background-color: #fff;
}
#dropdown-san-bay .dropdown-content .left-dropdown ul li {
  padding-left: 10px;
  padding-right: 5px;
  list-style: none;
}
#dropdown-san-bay .dropdown-content .left-dropdown ul li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#dropdown-san-bay .dropdown-content .left-dropdown ul li span {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  padding: 0 5px;
}
#dropdown-san-bay .dropdown-content .left-dropdown ul li:hover {
  background-color: #5A94BA;
}
#dropdown-san-bay .dropdown-content .left-dropdown ul li:hover span {
  background-color: #5A94BA;
  color: #fff;
}
#dropdown-san-bay .dropdown-content .center-dropdown {
  display: inline-block;
  float: left;
  padding-bottom: 10px;
}
#dropdown-san-bay .dropdown-content .center-dropdown ul {
  padding-left: 15px;
}
#dropdown-san-bay .dropdown-content .center-dropdown ul .title {
  padding-left: 5px;
  font-weight: bold;
  color: #24919c;
  text-transform: uppercase;
  display: block;
}
#dropdown-san-bay .dropdown-content .center-dropdown ul .title:hover {
  background-color: #fff;
}
#dropdown-san-bay .dropdown-content .center-dropdown ul li {
  padding-left: 10px;
  padding-right: 5px;
  list-style: none;
}
#dropdown-san-bay .dropdown-content .center-dropdown ul li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#dropdown-san-bay .dropdown-content .center-dropdown ul li span {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  padding: 0 5px;
}
#dropdown-san-bay .dropdown-content .center-dropdown ul li:hover {
  background-color: #5A94BA;
}
#dropdown-san-bay .dropdown-content .center-dropdown ul li:hover span {
  background-color: #5A94BA;
  color: #fff;
}
#dropdown-san-bay .dropdown-content .right-dropdown {
  display: inline-block;
  float: left;
}
#dropdown-san-bay .dropdown-content .right-dropdown ul {
  padding-left: 50px;
}
#dropdown-san-bay .dropdown-content .right-dropdown ul .title {
  padding-left: 5px;
  font-weight: bold;
  color: #24919c;
  text-transform: uppercase;
}
#dropdown-san-bay .dropdown-content .right-dropdown ul .title:hover {
  background-color: #fff;
}
#dropdown-san-bay .dropdown-content .right-dropdown ul li {
  padding-left: 10px;
  padding-right: 5px;
  list-style: none;
}
#dropdown-san-bay .dropdown-content .right-dropdown ul li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#dropdown-san-bay .dropdown-content .right-dropdown ul li span {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  padding: 0 5px;
}
#dropdown-san-bay .dropdown-content .right-dropdown ul li:hover {
  background-color: #5A94BA;
}
#dropdown-san-bay .dropdown-content .right-dropdown ul li:hover span {
  background-color: #5A94BA;
  color: #fff;
  font-weight: bold;
}
#dropdown-san-bay.dropdown-noi-den .dropdown-content .title {
  display: block;
}
#dropdown-san-bay.dropdown-noi-den .dropdown-content li {
  display: none;
}
#dropdown-san-bay.show-dropdown {
  transform: scale(1);
}