body  {
	font-family: 'Open Sans', sans-serif;	
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #5a5a5a;
}

body p  {
    line-height: 20px;
}

#wrap {
	width: 100%;
	margin: auto;

}

a , a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
::-webkit-input-placeholder {
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;  
}

:-ms-input-placeholder {  
   font-style: italic;  
}
body .form-control {
	border-radius: 0;
	color:  #a0a0a0;
	font-size: 15px; /* Approximation causée par une substitution de police */
	font-style: italic;
	line-height: 20px;
}
body .btn {
	color:  #ffffff;
	font-size: 15px; /* Approximation causée par une substitution de police */
	
	line-height: 20px;
	border-radius: 0;
}

body .input-group-addon {
	border-radius: 0;
}

.btn-tk {
	background: #00a0dc;
}

/* Header */

#header {
	width: 100%;
	margin: auto;
	padding: 20px 0;
}

#header .lang {
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}

#header .lang a{
	color:  #373435;
	font-size: 15px; /* Approximation due to font substitution */
	font-weight: 700;
	line-height: 20px; /* Approximation due to font substitution */
}

#header .lang .active {
	color:  #00a0dc;
}

#header .text {
	color:  #373435;
	font-size: 15px; /* Approximation due to font substitution */
	
	line-height: 20px;
	padding: 5px 20px 10px 0;
}

#header .address {
	background: url(../images/add.png) no-repeat right;
}

#header .phone {
	background: url(../images/phone.png) no-repeat right;
}

#header .email {
	background: url(../images/email.png) no-repeat right;
}

#header .lang-switcher, #header .header-info, #header .header-search{
	text-align: right;
    width: 100%;
    margin: 7px 0;
}
#header .lang-switcher a{
	color: #373435;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}
#header .lang-switcher a:after{
	content: "/";
	color: #a0a0a0;
	margin: 0 5px 0 8px;
}
#header .lang-switcher a:last-child:after{
	content: "";
}
#header .lang-switcher a.active{
	color: #00a0dc;
}
#header .header-info .header-phone, #header .header-info .header-email{
	display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
#header .header-info .header-phone i, #header .header-info .header-email i{
	color: #00a0dc;
    font-size: 25px;
    vertical-align: text-bottom;
    display: inline-block;
}
#header .header-search input.input-search-top{
	width: 37%;
    display: inline-block;
    border: none;
    text-shadow: none;
    box-shadow: none;
    font-style: italic;
    border-right: 1px solid #eaeaea;
    padding: 3px 0;
    height: auto;
    line-height: 20px;
    margin-right: 5px;
    margin-bottom: 0;
}
#header .header-search input.btn-search-top{
	display: inline-block;
	background: url(../images/search-btn.png) no-repeat;
	text-indent: -9999px;
	border: none;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
}

/* Top Menu */

#top_menu {
	width: 100%;
	margin: auto;
	height: 45px;
	z-index: 9999;
	background: #00a0dc;
}

.full-border {
	height: 3px;
	background:  #dbdbdb;
	position: relative;
	top: -3px;
}

.navbar_menu {
	border-radius: 0;
	border: none;
	margin: auto;
	background: none;
	z-index: 999999;
	min-height: none;
}
.navbar-collapse, .navbar-collapse.in
{
	overflow: hidden;
}
.navbar_menu .navbar-nav > li > a{
	color:  #fff;
	font-size: 15px; /* Approximation due to font substitution */
	
	line-height: 45px; /* Approximation due to font substitution */
	text-transform: uppercase;
	padding: 0 15px;
	z-index: 99999;
	text-align: center;
}

.navbar_menu .navbar-nav > li:hover > a > span,.navbar_menu .navbar-nav > li:focus > a > span{
	background:#006aa2;
}

.navbar_menu .nav > li > a:hover, .navbar_menu .nav > li > a:focus {
	background: #006aa2;
}

.navbar_menu .nav > li.active > a {
	background: #006aa2;
}

.navbar_menu .navbar-brand {
	color:  #373435;
	font-size: 15px; /* Approximation due to font substitution */
	
	line-height: 20px; /* Approximation due to font substitution */
	height: 45px;
	text-transform: uppercase;
	padding: 11px 15px;	
}

.navbar_menu .navbar-brand > span{
	padding: 11px 0;	
}

.navbar_menu .navbar-brand:hover > span, .navbar_menu .navbar-brand:focus > span{
	border-bottom: 3px #00a0dc solid;
	background: none;
	z-index: 99999;
}

.navbar_menu .navbar-form {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 45px;
	width: 100%;
}
.navbar-center {
	margin-left: auto;
	margin-right: auto;
}
.navbar-form .input-group {
	width: 100%;
} 
.navbar-form .input-group .btn-tk {
	width: 46px;
	margin: 0;
	padding: 0;
}

.navbar_menu .navbar-form .form-control {
	height: 42px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	box-shadow: none;
	border-radius: 0;
	font-style: italic;
	margin: 0;
}

.navbar_menu .navbar-form .btn {
	height: 45px;
	width: 100%;
	border-top: none;
	border-left: none;
	border-radius: 0;
	box-shadow: none;
	background: #00a0dc;
	border-bottom: 3px #007aa8 solid;
	margin: 0;
	padding: 0;
}

.navbar_menu .navbar-form .btn i {
	color:#fff;
	font-size: 1.3em;
}

.navbar_menu .input-group-btn {
	z-index: 99;
}


/* Slide Top */
.slide_top {
	margin: 0;
	padding: 0;
}

.slide-captions {
	position: absolute;
	width: 100%;
	top:30%;
}

.title-captions {
	font-family: Open Sans;
	color:  #fff;
	font-size: 50px; /* Approximation due to font substitution */
	font-weight: 600;
	line-height: 20px; /* Approximation due to font substitution */
	text-transform: uppercase;
	margin-bottom: 40px;
}

.content-captions {
	color:  #ffffff;
	font-size: 50px; /* Approximation due to font substitution */
	font-weight: 300;
	line-height: 20px; /* Approximation due to font substitution */
	margin-bottom: 60px;
}


.btn-captions:hover {
	color:  #ffffff;
	background: #337ab7;
}

.btn-captions {
	padding: 15px 30px;
	background: #00a0dc;
	color:  #ffffff;
	font-size: 25px; /* Approximation due to font substitution */
	font-weight: 300;
	text-transform: uppercase;
}

.btn-captions span {
	background: url(../images/icon-right.png) no-repeat right;
	padding-right: 40px;
}

.drop-menu {
	margin: 3px 0 0 15px;
	border-radius: 0;
	border-bottom: 3px #dbdbdb solid;
	border-left: none;
	border-top: none;
	border-right: none;
	min-width: 220px;
	padding-bottom: 10px;
	top: 45px;
}

.drop-menu > li {
	padding: 0 15px;
}

.drop-menu > li > a{
	color:  #373435;
	font-size: 15px; /* Approximation due to font substitution */
	
	line-height: 20px; /* Approximation due to font substitution */
	padding: 10px 0;
	border-bottom: 1px #dbdbdb solid;
}


.drop-menu > li > a:hover{
	border-bottom: 3px #00a0dc solid;
	background: none;
}

.navbar_menu .nav .open > a,.navbar_menu .nav .open > a:hover,.navbar_menu .nav .open > a:focus {
	background: none;
}

/* Page_body */

#page_body {
	padding: 0 0 50px 0;
	background: #f9f9f9;
}

.page-index {
	padding-top: 50px;
}

.pgb-title {
	color:  #373435;
	font-size: 25px; /* Approximation causée par une substitution de police */
	
	line-height: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.pgb-content {

	font-size: 25px; /* Approximation causée par une substitution de police */
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 30px;
}

.pgb-title-2 {
	padding: 9px 15px;
	border-bottom: 3px #dfdfdf solid;
	background: #fff;
}

.pgb-title-2 p {
	background: url(../images/right.png) no-repeat right center;
	color: #5a5a5a;
	font-size: 15px; /* Approximation due to font substitution */
	line-height: 20px; /* Approximation due to font substitution */
	text-align: left;
	width: 100%;
	margin: 0;
	text-transform: uppercase;
}

.pgb-box > a:hover > img {
	opacity: 0.5;
}

.page-top-content {
	padding: 30px 0;
	margin-bottom: 20px;
}

.page-top-content h1 {
	color:  #373435;
	font-size: 25px; /* Approximation due to font substitution */
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.page-breadcrumb a ,.page-breadcrumb img{
	color:  #373435;
	font-size: 14px; /* Approximation causée par une substitution de police */
	font-weight: 400;
	line-height: 20px;
	padding: 0  0 0 10px ; 
}

.div-line {
	background: url(../images/line.png) repeat-x;
	width: 100%;
	height: 3px;
}

.page-m-content {
	padding-top: 25px;
}

.page-m-title {
	color:  #373435;
	font-size: 20px; /* Approximation due to font substitution */
	font-weight: 300;
	line-height: 20px;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}

.page-m-title h3 {
	text-transform: uppercase;
	margin: 0;
}

.div-border {
	height: 6px;
	width: 42px;
	background: #00a0dc;
}

.page-list-news {
	padding: 20px 0 0 0;
}

.page-news-row {
	margin-bottom: 30px;
}

.list-news-title {
	color:  #00a0dc;
	font-size  : 14px; /* Approximation due to font substitution */
	font-weight: 600;
	padding: 0;
	text-transform: uppercase;
}

.list-news-addr {
	color:  #373435;
	
	
	line-height: 35px;
}

.list-news-note {
	
	
	
	line-height: 20px; /* Approximation due to font substitution */
	text-align: justify;
}

.list-info p{
	color:  #373435;
	
	
	line-height: 30px; /* Approximation causée par une substitution de police */
	text-align: justify;
	margin: 0;
}

.div-gift {
	background: url(../images/bg-quatang.png) no-repeat left;
	height: 35px;
	padding: 0 0 0 40px;
	color:  #ffffff;
	font-size: 15px; /* Approximation due to font substitution */
	font-style: italic;
	line-height: 35px; /* Approximation due to font substitution */
	text-align: justify;
	margin-top: 2px;
}

.page-pagination > li > a, .page-pagination > li > span {
	margin: 0 5px;
	background: none;
	color:  #373435;
	
	
	border-color: #dbdbdb;
}

.page-pagination > li:first-child > a, .page-pagination > li:first-child > span {
	border-radius: 0;
}

.page-pagination > li:last-child > a, .page-pagination > li:last-child > span {
	border-radius: 0;
}

.list-news-right {
	padding: 20px 0;
}

.right-box {
	position: relative;
}
.lnr-row {
	padding-top: 10px;
}

.lnr-row a{
	
	
	color: #5a5a5a;
	line-height: 30px; /* Approximation causée par une substitution de police */
	text-align: justify;
}

.lnr-row .active {
	color:  #373435;
	font-weight: 600;
}

.lnr-row .active i{
	color:  #00a0dc;
	font-weight: 600;
}

.lnr-row p{
	color:  #a0a0a0;
	font-size  : 12px; /* Approximation causée par une substitution de police */
	
	line-height: 20px; /* Approximation causée par une substitution de police */
	text-align : justify;
	margin: 0;
	padding-left: 27px;
}

.lnr-row a i {
	margin-right: 10px;
}

.ul-slide {
	margin: 0;
	padding: 0;
}

.slide-news-control {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-right: 0;
	padding-top: 5px;
}

.slider-next, .slider-prev {
	padding: 5px 2px;
	border:1px #dbdbdb solid;
	color: #000;
	margin-left: 10px;
}

.list-news-right .bx-wrapper {
	margin: 0;
}

.km-row {
	padding-bottom: 5px;
}

.km-row a:hover .km-title{
	font-weight: 600;

}
.km-img {
	/*background: #fff;*/
	/*border: 3px #cf0005 solid;*/
	text-align: center;
	padding: 0;
}

.km-img img {
	max-width: 100%;
}

.km-title {
	padding-right: 0;
	color: #5a5a5a;
	
	font-weight: 400;
	line-height: 24px; /* Approximation causée par une substitution de police */
	text-align: justify;
}

.km-title span {
	color:  #a0a0a0;
	font-size: 12px; /* Approximation causée par une substitution de police */
	
	line-height: 30px; /* Approximation causée par une substitution de police */
	text-align: justify;
}
.km-title span i{
	margin-right: 5px;
}

.page-intro {
	max-height: 394px;
}

.page-text-content {
	padding-top: 30px;
}

.page-text-content p {
	
	
	
	line-height: 24px; /* Approximation causée par une substitution de police */
	text-align: justify;
}

.page-text-content em {
	color:  #00a0dc;
	font-style: italic;
	line-height: 24px; /* Approximation causée par une substitution de police */
	text-align: justify;
}

.page-text-content span {
	color:  #5a5a5a;
	font-size: 14px; /* Approximation causée par une substitution de police */
	font-weight: 400;
}

.page-text-content .list {
	color:  #373435;
	
	
	line-height: 24px; /* Approximation causée par une substitution de police */
	text-align: justify;
}

.page-text-content .note {
	color:  #373435;
	
	font-weight: 600;
	line-height: 24px; /* Approximation causée par une substitution de police */
	text-align: justify;
}

.row-contact p{
	
	
	
	line-height: 20px;
	margin-top: 15px;
}

.row-contact .btn {
	margin-top: 20px;
}

.right-social {
	margin-top: 20px;
}

.right-social a p{
	color:  #00a0dc;
	
	
	line-height: 24px;
	border-top: 1px #e6e6e6 solid;
	padding: 10px 0;
	margin: 0;
}

.right-social a:last-child p{
	border-bottom: 1px #e6e6e6 solid;
}

.right-social a p span{
	
	
	
	line-height: 24px;
}

.right-social img{
	margin-right: 10px;
}

.right-addr {
	padding-top: 30px;
}

.right-addr span {
	color:  #00a0dc;
	
	font-weight: 700;
	line-height: 24px; /* Approximation due to font substitution */
	margin-right: 5px;
}

.right-addr p {
	color:  #373435;
	
	
	line-height: 24px;
	margin: 0;
}

.error {

}

.error p{
	color:  #00a0dc;
	font-size: 300px; /* Approximation due to font substitution */
	font-weight: 700;
	line-height: 300px;
	padding: 0;
	margin: 0;
}

.error span{
	color:  #373435;
	font-size: 30px; /* Approximation due to font substitution */
	
}

.news {
	background: #fff;
	border-bottom: 3px #e3e3e3 solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
	min-height: 240px;

}

.news p {
	padding: 0 15px;
}

.news img {
	height: 150px;
	width: 100%;
}

.news img:hover {
	opacity: 0.5;
}


.news-title {
	color:  #373435;
	font-weight: 600;
	line-height: 24px;
	margin: 10px 0 0 0;
	height: 48px;
    overflow: hidden;
}
}

.news-time-post {
	color: #a0a0a0;
	font-size: 12px;
	
	line-height: 20px;
	text-align: justify;
	margin: 0;
}

.news-note {
	
	
	
	line-height: 24px; /* Approximation due to font substitution */
	text-align: justify;
	margin: 0;
}

.news-link {
	color:  #00a0dc;
	font-size: 12px; /* Approximation due to font substitution */
	
	line-height: 24px; /* Approximation due to font substitution */
	text-align: justify;
	padding: 0 15px;
}

.bx-wrapper .news-link img {
	display: inline-block;
	margin: -4px 5px 0px 0;
}

.news-post p{
	
	line-height: 24px;
	text-align: justify;
}

.news-post img {
	margin: 0 0 15px 0 ;
}

.news-post-title {
	color:  #00a0dc;
	font-size: 20px; /* Approximation due to font substitution */
	font-weight: 600;
	line-height: 24px; /* Approximation due to font substitution */
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.post-time {
	color:  #373435;
	
	
	line-height: 30px; /* Approximation due to font substitution */
	text-align: justify;
	padding: 5px 0 10px 0;
	margin: 0;
}

.post-tt {
	color:  #373435;
	
	
	text-align: justify;
	padding: 0 0 10px 0;
	margin: 0;
}


.post-quocte {
	color:  #00a0dc;
	
	font-weight: 600;
	line-height: 24px;
}

.post-quocte i {
	color:  #dbdbdb;
	font-size: 30px;
	
	line-height: 24px;
	text-align: justify;
}
.share-post {
	margin-top: 10px;
}

.share-post p{
	color:  #373435;
	
	
	line-height: 30px; /* Approximation causée par une substitution de police */
	text-align: justify;
}

.share-post i {
	font-size: 17px; /* Approximation causée par une substitution de police */
}

.page-list-news .bx-wrapper .bx-viewport {
	background: none;
	box-shadow: none;
}

.page-m-title .bx-prev,.page-m-title .bx-next {
	margin: 0;
	font-size: 30px;
	padding: 2px 10px;

}

.right-box .bx-prev,.right-box .bx-next {
	margin: 0;
	font-size: 20px;
	padding: 2px 10px;

}

.page-m-title .bx-prev img, .page-m-title .bx-next img {
	margin: 0;
}

.page-m-title .slider-next,.page-m-title .slider-prev {
	/*padding: 0 10px;*/
}

.list-tag {
	padding: 20px 0;
}

.list-tag a {
	color:  #373435;
	
	
	line-height: 20px;
	border: 1px #DBDBDB solid;
	padding: 5px 10px;
	margin-top: 5px;
	margin-right: 5px;
	display: inline-block;
	text-decoration: none;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
}

.list-tag a:hover {
	background: #00a0dc;
	color: #fff;
}


/* Chi tiết du an */
.box-top {
	border-bottom: 3px #dfdfdf solid;
	margin-bottom: 30px;
}

.box-top .area {
	background: #00a0dc;
	padding: 10px 0;
}

.box-top .price {
	background: #09afed;
	padding: 10px 0;
}


.box-top .area p, .box-top .price p{
	color:  #ffffff;
	font-size: 17px; /* Approximation causée par une substitution de police */
	
	line-height: 24px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.box-top .uti {
	background: #fff;
	padding: 10px 0;
}

.box-top .uti img{
	margin: 0;
}

.box-top .uti span {
	color:  #373435;
	
	
	line-height: 24px;
	text-align: center;
	padding: 0 13px;
}

.box-top-nd {
	margin-bottom: 15px;
}

.box-top-nd .usd {
	background: #00a0dc;
	padding: 10px 0;
}

.box-top-nd .nv {
	background: #00aff1;
	padding: 10px 0;
}

.box-top-nd .phone {
	background: #00b9ff;
	padding: 10px 0;
}

.box-top-nd .email {
	background: #26c3ff;
	padding: 10px 0;
}


.box-top-nd div p {
	color:  #ffffff;
	
	
	line-height: 24px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.nav-tab-du-an {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999;
}

.nav-tab-du-an li {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 5px 42px;
}

.nav-tab-du-an li a {
	
	color: #5a5a5a;
	
	line-height: 24px;
	padding: 5px 0;
	margin: 0;
}

.nav-tab-du-an li:first-child {
	padding-left: 0;
}
.nav-tab-du-an li:last-child {
	padding-right: 0;
}

.nav-tab-du-an .active  a, .nav-tab-du-an  a:hover{
	border-bottom: 3px #00a0dc solid;
}

.tab-content {
	padding-top: 30px;
}

.km-da p{
	
	
	font-style: italic;
	line-height: 24px; /* Approximation causée par une substitution de police */
	text-align: justify;
}

.km-da .note {
	color:  #cf0005;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
}

.km-da a p {
	color:  #373435;
	font-size: 13px; /* Approximation causée par une substitution de police */
	font-style: italic;
	line-height: 18px; /* Approximation causée par une substitution de police */
	text-align: justify;
	margin: 15px 0 0 0;
}

.km-da a p i {
	color: #cf0005;
	font-size: 20px;
	margin-right: 5px;
}

.km-da a:hover > p > i {
	color: #00a0dc;
}

.content_page {
	padding-top: 10px;
}

.content_page p{
	
	
	
	line-height: 24px; /* Approximation causée par une substitution de police */
	text-align: justify;
	padding: 0;
	margin: 0 0 5px 0;
}
.content_page div {
	max-width: 100%;
}

.content_page p span {
	color: #00a0dc;
}

.content_page .note_title {
	color:  #00a0dc;
	font-size: 20px; /* Approximation causée par une substitution de police */
	
	line-height: 20px; /* Approximation causée par une substitution de police */
	text-align: left;
	padding: 15px 0;
	margin: 5px 0;
}

.content_page img {
	padding:10px 0;
	max-width: 100%;
	height: auto;
}

.content_page .text {
	padding: 20px 25px;
	background: #00a0dc;
	color: #fff;
	font-size: 20px;
}

.content_page .luu_y {
	/*width: 91%;*/
	padding-right: 0;
}

.luu_y p {
	margin: 0;
}
.img-da {
	margin-bottom: 30px;
}


.img-da img {
	padding: 0;
	margin: auto;
	max-height: 420px;
}

#pager-slider-da {
	text-align: justify;
}

#pager-slider-da a {
	margin:0;
}

#pager-slider-da a:last-child {
	margin: 0;
}

#pager-slider-da a img {
	opacity: 0.5;
	margin-bottom: 10px;
	margin-right:19px;
	max-height: 100px;
}

.img-da .bx-wrapper {
	margin: 10px 0 15px 0 ;
}

.img-da #pager-slider-da .active img{
	opacity: 1;
}

.clip {
	width: 100%;
	margin: 15px 0;
}

.news-post .pgb-box img {
	margin: 0;
}

.qua-tang {
	padding-top: 10px;
	padding-bottom: 10px;
}

.qua-tang a p {
	margin: 10px 0 0 0;
}

.qua-tang img {
	margin: 0;
}
.list-img-hd {
	position: relative;
	width: 100%;
	margin: 0;
	height: 456px;
}

.img-hd-1 {
	height: 195px;
	width: 195px;
	float: left;
	margin: 0;
	padding: 0;
}

.img-hd-2 {
	height: 195px;
	width: 195px;
	float: left;
	margin: 0;
	padding: 0;
}

.img-hd-3 {
	height: 261px;
	width: 390px;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top:195px;
	left: 0;
}

.img-hd-4 {
	float: left;
	margin: 0;
	padding: 0;
	height: 456px;
	width: 361px;
}

.img-hd-5 {
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	right: 0;
	height: 261px;
	width: 390px;
}

.img-hd-6 {
	height: 195px;
	width: 390px;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 261px;
	right: 0;
}


/* Khung tim kiesm */



.top_search {
	height: 45px;
	width: 100%;
	float: left;
	margin: 0 auto;
	border-bottom: 1px #dbdbdb solid;
	background: #fff;
}

.ul-search {
	

}

.ul-search li{
	border-right: 1px #dbdbdb solid;
}

.ul-search .dropdown a {
	line-height: 44px;
	display: block;
	padding: 0 0 0 15px;
	color: #444;
}

.ul-search .dropdown a img {
	left: 120px;
	top: 20px;
	position: absolute;
}

.ul-search .select2-container{
	padding: 1px 0;
}

.ul-search .select2-container .select2-choice {
	border: none;
	line-height: 43px;
	padding: 0;
	background: none;
	
	
	
}

.ul-search .select2-container .select2-choice .select2-arrow {
	background: none;
	border: none;
	margin-right: 15px;
}

.ul-search .select2-container .select2-choice .select2-arrow b {
	background: url(../images/arrow_d.png) no-repeat center;
	background-color: none;
}

.ul-search .select2-dropdown-open.select2-drop-above .select2-choice, .ul-search .select2-dropdown-open.select2-drop-above .select2-choices {
	background: none;
}

.ul-search .select2-search input {
	margin-top: 5px;
}

.ul-search li .select2-container .select2-choice > .select2-chosen {
	padding: 0 0 0 15px;
}



.select2-drop-active {
}


.ul-search li a {
	
	
	
}

.select2-drop-auto-width {
	padding: 10px 5px;
}

/*.ul-search li:first-child a {
	padding-left: 0;
}*/

.ul-search li a i {
	margin-right: 5px;
	color: #00a0dc;
}

.btn-search {
	text-align: center;
	width: 239px;
	float: left;
	line-height: 44px;

}

.btn-search a {
	color: #5a5a5a;
	font-size: 15px; /* Approximation causée par une substitution de police */
	font-weight: 600;
	margin: 0;
	text-align: center;
	background: #eaeaea;
	display: block;
	cursor: pointer;
}

.btn-search a:hover {
	background: rgba(234, 234, 234, 0.5);
}


.nc {
	display: inline-block;
	color: #fff;
	background: #00aff1;
	font-size: 22px;
	vertical-align: middle;
	text-align: center;
	line-height: 45px;
	height: 45px;
	width: 46px;
}

.nc a {
	color: #fff;
}

.top_search .drop-menu {
	margin:0;
	border-radius: 0;
	border-bottom: 3px #dbdbdb solid;
	border-left: none;
	border-top: none;
	border-right: none;
	min-width: 220px;
	padding-bottom: 10px;
	height: auto;
	top: 45px;
}

.top_search .navbar-nav {
	width: 100%;
}



.top_search .navbar {
	border: none;
	z-index: 999;
}

.form-search .select {
	width: 100%
}

.form-search li {
	background: none;
	border: none;
	border-bottom: 1px #dfdfdf solid;
	width: 100%
}

.form-search li a{
	background: none;
	border: none;
	padding: 5px 0;
	line-height: 35px;
}

.form-search li:hover,.search-width .col-rule a:hover {
	border-bottom: 3px #00a0dc solid;
}



.form-search .select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: none;
	background: url('../images/select2.png') right top no-repeat;
	padding: 0;
}

.search-width {
	width: 350px;
}

.col-rule {
	padding: 5px;
	margin: 0;
}

.search-width .col-rule a {
	background: none;
	text-align: left;
	line-height: 30px;
	width: 100%;
	display: block;
	padding: 5px 0;
	border-bottom: 1px #dfdfdf solid;

}


.bds-title {
	color:  #00a0dc;
	
	font-weight: 600;
	line-height: 24px; /* Approximation causée par une substitution de police */
	text-align: justify;
	margin: 10px 0 5px 0;
}

.bds-property {
	color:  #373435;
	
	
	line-height: 24px; /* Approximation causée par une substitution de police */
	text-align: justify;
	margin-bottom: 0;
}

.block-nv {

	background: #fff;
	border-bottom: 3px #dfdfdf solid;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.block-nv p{
	padding: 0 0 0 15px;
	margin: 0;
}

.block-nv i {
	color: #00a0dc;
}

.block-nv .nv-name {
	color:  #00a0dc;
	font-size: 15px; /* Approximation causée par une substitution de police */
	font-weight: 600;
	line-height: 28px;
	padding-top: 15px;
}

.block-nv .nv-cv {
	color:  #373435;
	
	
	line-height: 28px;
}

.block-nv .nv-info {
	
	
	
	line-height: 24px;
}

/* Footer */

#footer {
	background: #373435;
	padding-bottom: 20px;
}

.text-contact-left {
	background: #00aff1;
	padding: 20px 0 19px 0;
	margin-right: -15px;
	margin-left: -15px;
}

.text-contact-left span {
	color      :  #ffffff;
	font-size  : 25px; /* Approximation due to font substitution */
	font-weight: 300;
	line-height: 20px; /* Approximation due to font substitution */
}

.text-contact-right {
	background: #00a0dc;
	padding: 20px 0;
	margin-right: -15px;
	margin-left: -15px;
}

.text-contact-right span {
	background: url(../images/icon-right.png) no-repeat right center;
	color      :  #ffffff;
	font-size  : 25px; /* Approximation due to font substitution */
	font-weight: 300;
	line-height: 20px; /* Approximation due to font substitution */
	padding-right: 40px;
	text-transform: uppercase;
}

.footer-addr {
	padding-top: 30px;
}

.footer-addr span {
	color:  #00a0dc;
	
	font-weight: 700;
	line-height: 24px; /* Approximation due to font substitution */
}

.footer-addr p {
	color:  #a0a0a0;
	
	
	line-height: 24px;
	margin: 0; 
}

.footer-social {
	padding-top: 30px;
}

.footer-social a{
	font-size: 22px;
	color: #a0a0a0;
	margin-left: 10px;
}

.footer-copyright {
	margin-top: 30px;
}

.footer-copyright span {
	color:  #00a0dc;
	
	font-weight: 700;
	line-height: 24px; /* Approximation due to font substitution */
}

.footer-copyright p {
	color:  #a0a0a0;
	
	
	line-height: 24px;
	margin: 0; 
}
.bx-wrapper, .bx-viewport {left: 0;}


.page-news-row a:hover img {
	opacity: 0.5;
}

.search-fix {
	position: fixed;
	background: #f1f1f1;
	top: 0;
	z-index: 99999;
}

.home-slider {
	list-style: none;
}
.slider{
	position: relative;
}
.slider .form-float{
	position: absolute;
    top: 25%;
    left: 0;
    z-index: 999;
}
.slider .form-float .first-text{
	display: inline-block;
    vertical-align: bottom;
    border-right: 5px solid #fff;
    color: #fff;
    padding-right: 10px;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 53px;
}
.slider .form-float .first-text .large-text{
	font-size: 47px;
    margin-bottom: 15px;
    font-weight: 800;
}
.slider .form-float .first-text .medium-text{
	font-size: 23px;
    line-height: 15px;
}
.slider .form-float .last-text{
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
    position: relative;
}
.slider .form-float .last-text .large-text{
	font-size: 47px;
    font-weight: 800;
    line-height: 56px;
    position: relative;
    width: 100%;
    bottom: -10px;
    left: 0;
}
.slider .form-float .form-search-index{
	display: inline-block;
    margin-top: 50px;
    width: 100%;
}
.slider .form-float .form-search-index .search-select-index{
	font-weight: 600;
    font-size: 18px;
    float: left;
    width: 11%;
    padding: 10px;
    height: auto;
    border: none;
    background-color: #fff;
    background-image: url(../images/arrow_d.png) no-repeat center;
    color: #5a5a5a;
    outline: none;
}
.slider .form-float .form-search-index .search-input-index{
	float: left;
    height: auto;
    width: 33%;
    font-size: 19px;
    padding: 10px;
    border: none;
    box-shadow: none;
    color: #5a5a5a;
    outline: none;
    font-style: italic;
}
.slider .form-float .form-search-index .search-btn-index{
	float: left;
    border: none;
    background: #00a0dc;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 38px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    outline: none;
}
.list-tags {
	margin-bottom: 15px;
}
.list-tags a {
	color:  #373435;
	line-height: 20px;
	border: 1px #DBDBDB solid;
	padding: 5px 10px;
	margin-top: 5px;
	display: inline-block;
	text-decoration: none;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
}

.list-tags a:hover {
	background: #00a0dc;
	color: #fff;
}

.images-thumbnail img {
	width: 100%;
	height: 155px;
}

.news-post-content h2{
	font-size: 18px;
}

.news-post-content img {
	max-width: 100%;
}