@font-face {
 font-family: font1;
 src: url("UTM_Swiss_Condensed.eot") /* EOT file for IE */
}
@font-face {
 font-family: font1;
 src: url("UTM_Swiss_Condensed.ttf") /* TTF file for CSS3 browsers */
}
html { width:100%; height:100%; min-height:100%; }
body { font-size:14px; font-family:Arial,Helvetica,sans-serif; font-weight:400; color:#242424; margin:0; padding:0; width:100%; height:100%; min-height:100%; -webkit-font-smoothing:antialiased; -moz-font-smoothing:none; font-smoothing:antialiased; text-rendering:optimizeLegibility; background:#fafaf5 }
a { color:#000; outline:0; text-decoration:none; }
a:hover { color:#F00; }
a:active,a:focus,a:hover { outline:0; text-decoration:none; }
b { font-weight:600; }
p { line-height:24px; }
h1,h2,h3,h4 { padding:0; margin:0 0 10px; font-weight:400; }
h1 { font-size:48px; }
ul { list-style-type:none; margin:0; padding:0; }
button { padding:0; margin:0; border:none; outline:0; background:0 0; }
.site-menu .menu-nav { padding:0; margin:0 0 30px 0; }
.site-menu .menu-nav a { display:block; line-height:40px; font-size:14px; color:#c5c5c5; font-family:font1; text-transform:uppercase; border-left:solid 2px; border-color:transparent; padding-left:50px; }
.site-menu .menu-nav>ul>li>a { position:relative;}
.site-menu .menu-nav>ul>li>a:before { content:" "; position:absolute; top:50%; right:0; width:0; height:2px; margin-top:-1px; background-color:#ad7315; }
.site-menu .menu-nav>ul>li.active>a:before,.site-menu .menu-nav>ul>li>a:hover:before { width:0; }
.site-menu .menu-nav>ul>li a:hover,.site-menu .menu-nav>ul>li a.active{color:#fff;border-left:solid 2px #b3a894; 
}
.site-menu .menu-nav>ul>li a > span {position:relative;z-index:2;}
.site-menu .menu-nav>ul>li a:after {content: "";position:absolute;top:0; left:0;width:0; height:100%;background:rgba(12,30,71,0.8);z-index:1;transition: width 0.3s;}
.site-menu .menu-nav>ul>li a:hover:after,.site-menu .menu-nav>ul>li a.active:after { width:100%; }
.site-menu .menu-nav>ul>li.active>ul { display:block; }
.site-menu .menu-nav>ul>li>ul { display:none;}
.site-menu .menu-nav>ul>li>ul a { color:#c5c5c5; padding-left:65px; text-transform:none; line-height:35px; }
.site-menu .menu-nav>ul>li>ul a:after {display:none;}
.site-menu .menu-nav>ul>li>ul a:hover,.site-menu .menu-nav>ul>li>ul a.active { color:#fff; background:none; border:0 }
.site-menu .menu-search { font-size:11px; display:inline-block; margin:0 20px; position:relative; }
.site-menu .menu-search input[type=text] { width:180px; height:28px; line-height:18px; margin:0; outline:0; padding:5px 40px 5px 15px; border:1px solid #bbb; color:#FFF; background:0 0; -webkit-border-radius:14px; -moz-border-radius:14px; border-radius:14px; }
.site-menu .menu-search input[type=text]:active,.site-menu .menu-search input[type=text]:focus,.site-menu .menu-search input[type=text]:hover { border-color:#000; background-color:#000; }
.site-menu .menu-search button { width:40px; height:28px; position:absolute; top:0; right:0; text-align:center; }
.site-menu .menu-footer { position:absolute; width:100%; padding:20px; left:0; bottom:0; }
.site-menu .menu-footer p { font-size:14px; font-weight:500; margin:20px 0 0; }
.site-menu.mobile { height:120%; padding-bottom:100px; -webkit-background-size:initial; -moz-background-size:initial; -o-background-size:initial; background-size:initial; }
.site-menu.mobile .menu-footer { position:static; }
.site-wrapper { overflow:hidden; }
.site-wrapper .site-page { position:relative; z-index:4; min-height:100%;}
.site-toggle{width:36px;height:36px;line-height:42px;position:fixed;top:17px;left:15px;z-index:1055;background:url(/images/open_menu.png) no-repeat;}
.site-menu{width:250px;height:100%;position:fixed;top:0;z-index:8;padding:20px 0 20px;background:rgba(15,36,83,0.85); overflow: hidden;outline: none;left: 0}
/* Isotope */
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/* Disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.appear {
    opacity: 0;
    transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
}
.animated {
    opacity: 1;
}
.mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
#frmContact .form-control{
	border-radius:0;
}
#frmContact .form-group{
	margin-bottom:10px;
}
.btn_lien_he{
	background:#1a1a1a;
	color:#bababa;
	text-transform:uppercase;
	padding:7px 20px;
	border-radius:0;
}
.btn_lien_he:hover{
	background:#000;
	color:#bababa;
}
/* Image Hover Zoom */
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img {
	width: 100%;
	position: relative;
	padding: 0;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	box-shadow: 0px 0px 0px 0px #000; /*Firefox opacity flickr bug fix */
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	opacity: 0.7;
}
.khung_cms{
	margin-bottom:20px;
	padding:0 10px;
}
.img_cms img {
	width:100%;
	height:250px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	border-radius:4px 4px 0 0;
}
.img_cms img:hover{
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.khung_bot_cms{
	padding:15px 20px;
	background:#262626;
	border-radius:0 0 4px 4px;
}
.khung_bot_cms:hover{
	box-shadow: 1px 1px 3px #a5a5a5;
}
.ten_cms{
	display:block;
	text-transform:uppercase;
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom:5px;
	font-size:18px;
	color:#fff;
	font-family:font1;
}
.ten_cms a,.xemthem_cms a{
	color:#fff;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:underline;
}
.chuthich_cms{
	padding:5px 0;
}
.chuthich_cms p{
	color:#fff;
	line-height:18px;
	height:108px;
	overflow:hidden;
	font-size:13px
}
.ten_tin{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px
}
.b{
	margin-bottom:6px;
}
.b a{
	font-size:13px;
	color:#000;
}
.b a:hover,.b a.active{
	font-weight:bold;
	text-decoration:none;
}
.icon-toggle{
	border-bottom:solid 3px #999999;
	width:20px;
	margin:0 0 3px 0;
}
.menu-logo{
	padding: 50px 0 10px 0;
}
.hotline{
	float:left;
	color:#b3a894;
	font-size:15px;
	text-transform:uppercase;
	position:relative;
	text-indent:20px;
	height:43px;
	width: 250px;
}
.hotline img{
	position:absolute;
	left:20px;
	top:5px;
}
.copyright_right{
	float:right;
	margin-right:20px;
}
.icon_menu{
	background:url(/images/menu.png) no-repeat;
	width:62px;
	height:35px;
	position:fixed;
	left:60px;
	top:17px;
	z-index:99;
}
.lang{
	position:fixed;
	left:130px;
	top:17px;
	z-index:99;
}
.btn-show_content{
	height: 35px;
    line-height: 30px;
	background:rgba(15,36,83,1) url(/images/icon_lang.png) no-repeat right 5px top 12px;
	color:#fff;
	width:91px;
	border:solid 1px rgba(255,255,255,0.4);
	text-align:left;
	text-indent:10px;
}
.well{
	border-radius: 0;
	width:91px;
	line-height:35px;
	background:rgba(15,36,83,1);
	padding:0;
	text-indent:10px;
	font-size:13px;
}
.well a{
	color:#fff;
}
.slider{
	position:fixed;
	width:100%;
	height:120%;
	overflow:hidden;
}
.khung_booking{
	position:absolute;
	right:0;
	top:0;
	height:46px;
	background:#696969;
}
.bg_btn_themes{
	background: #f89533;
  background-image: -webkit-linear-gradient(top, #f89533, #cd6924);
  background-image: -moz-linear-gradient(top, #f89533, #cd6924);
  background-image: -ms-linear-gradient(top, #f89533, #cd6924);
  background-image: -o-linear-gradient(top, #f89533, #cd6924);
  background-image: linear-gradient(to bottom, #f89533, #cd6924);
	color:#fff;
}
.bg_btn_themes:hover{
	background: #cd6924;
  background-image: -webkit-linear-gradient(top, #cd6924, #f89533);
  background-image: -moz-linear-gradient(top, #cd6924, #f89533);
  background-image: -ms-linear-gradient(top, #cd6924, #f89533);
  background-image: -o-linear-gradient(top, #cd6924, #f89533);
  background-image: linear-gradient(to bottom, #cd6924, #f89533);
	color:#fff;
}
.bx-wrapper img {
    width: 100%;
	height:100%;
}
.copyright{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	line-height:43px;
	font-size:12px;
	color:#b3a894;
	background:#0f2453;
	z-index:99;
	height:43px;
}
.copyright a{
	color:#b3a894;
}
.logo_slide{
	position:fixed;
	left:0;
	right:0;
	z-index:4;
	top:200px;
}
.logotext_slide{
	position:fixed;
	z-index:4;
	top:320px;
	left:0;
	right:0;
}
.mask_slide{
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width:100%;
	background: url(/images/overlay-pattern.png) repeat;
	opacity: 0.5;
	z-index: 2;
}
.gioi_thieu{
	padding:40px;
	background:rgba(7,19,47,0.95);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.site-page-gt{
	position:absolute !important;
	left:0;
	right:0;
	z-index:4;
	top:90px;
}
.title_gt{
	color:#fff;
	text-transform:uppercase;
	font-size:42px;
	font-weight:bold;
	margin-bottom:25px;
	font-family:font1;
	text-align:center;
	border-bottom:solid 1px #fff;
	padding-bottom:15px;
}
.title_gt span{
	padding-bottom:24px;
	background: url(/images/icon_line.png) no-repeat center bottom;
}
#content{
	height:270px;
	color:#fff;
}
.content_main{
	padding:30px;
	margin-bottom:50px;
}
.title_main{
	text-transform:uppercase;
	font-size:42px;
	font-weight:bold;
	margin-bottom:25px;
	font-family:font1;
	text-align:center;
}
.slogan{
	margin-top:30px;
}
.khung_slogan{
	text-align:center;
	width:151px;
	height:135px;
	margin:0 auto;
	font-family:font1;
	color:#fff;
	text-transform:uppercase;
	position:relative;
}
.so_slogan{
	font-size:48px;
	font-weight:bold;
	position:absolute;
	top:27px;
	left:0;
	right:0;
}
.ten_slogan{
	font-size:22px;
	position:absolute;
	top:90px;
	left:0;
	right:0;
}
.khung_slogan1{
	background:url(/images/counter1.png) no-repeat center top;
}
.khung_slogan2{
	background:url(/images/counter2.png) no-repeat center top;
}
.khung_slogan3{
	background:url(/images/counter3.png) no-repeat center top;
}
.khung_slogan4{
	background:url(/images/counter4.png) no-repeat center top;
}
.menu_gallery{
	text-align:center;
}
.menu_gallery li{
	display:inline-block;
	margin-bottom:10px;
}
.menu_gallery li a{
	padding:7px 15px;
	font-family:font1;
	text-transform:uppercase;
	font-size:16px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.menu_gallery li a:hover,.menu_gallery li.active a{
	color:#fff;
	background:#0f2453;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
/* Nav Pills */
.grid_gallery{
	width:24%;
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin:4px;
}
.grid_gallery img{
	height:170px;
}
.mask_gird{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:2;
	background:url(/images/mask.png) no-repeat center;
	background-color:rgba(0,0,0,0.5);
	opacity: 0;
    transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
}
.grid_gallery:hover .mask_gird,.du_an:hover .mask_gird{
	opacity: 1;
}
.gallery{
}
.nav-tabs{
	border:0;
}
.tab-content{
	margin-top:20px;
}
.khung_pro_sys_home{
	position:relative;
	margin-bottom:50px;
	height:400px;
}
.khung_pro_sys_home_img{
	position:absolute;
	left:0;
	width:65%;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
}
.khung_pro_sys_home_img img.img-khung_pro_sys_home{
	width:100%;
	height:400px;
	position:relative;
	z-index:1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.khung_pro_sys_home_info{
	position:absolute;
	right:0;
	top:0;
	width:35%;
	height:400px;
	background:#ffffff;
	padding:0 30px;
}
.khung_pro_sys_home_ten{
	float:left;
	width:100%;
	color:#0f2453;
	font-size:22px;
	font-family:font1;
	font-weight:bold;
	text-transform:uppercase;
	margin:20px 0 20px;
}
.khung_pro_sys_home_chu_thich{
	float:left;
	width:100%;
	font-size:14px;
	line-height:25px;
	height:270px;
	overflow:hidden;
}
.khung_pro_sys_home_info form{
	width:100%;
	float:left;
}
.book_khung_pro_sys_home{
	position: relative;
	width:146px;
	line-height:30px;
	height:30px;
	margin:5px 0 0 0;
	color:#fff;
	text-align:center;
	border:0;
	text-transform:uppercase;
	background:#0f2453 url(/images/lich.png) no-repeat 18px center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.book_khung_pro_sys_home > span {
	position:absolute;
	text-indent:15px;
	left:0;
	right:0;
	top:0;
	z-index: 2;
}
.book_khung_pro_sys_home:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #333  url(/images/lich.png) no-repeat 18px center;
	opacity: 0;
}
.book_khung_pro_sys_home:hover:after {
	width: 100%;
	opacity: 1;
}
.book_khung_pro_sys_home:hover{
	color:#fff;
}
.view {
	width: 100%;
	height: 400px;
	float: left;
	position: relative;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
}
.view img {
    display: block;
    position: relative;
	width:100%;
	height:400px;
}
.view .mask, .view .content {
    width: 100%;
    height: 400px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
	font-family:font1;
}
.view p {
    font-style: italic;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(15,36,83,0.4);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.phong{
	padding:20px;
}
.title_phong{
	font-size:25px;
}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}
.slides_mobile{
	height:100%;
	width:100%;
}
.khung_slider_mobile{
	display:none;
	margin-top:80px;
}
.slider_mobile{
	position:relative;
}
.ten_slider_mobile{
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	font-family:font1;
	text-shadow:0 0 5px #000
}
.border_ten_slider_mobile{
	width: 100px;
	height: 3px;
	background-color: #dc971f;
	margin:5px auto;
}
/*.booking{
	position:fixed;
	right:15px;
	top:17px;
	z-index:99;
	height: 34px;
    line-height: 34px;
    background: rgba(15,36,83,1);
	color:#fff;
	text-transform:uppercase;
	padding:0 15px;
}*/
.title_bk {
    background: #26417d;
    color: #fff;
    font-family: font1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 17px;
    padding: 7px 0;
    text-indent: 20px;
}
.book_cms_home2{
	height: 34px;
    line-height: 34px;
    background: rgba(15,36,83,1);
	color:#fff;
	text-transform:uppercase;
	padding:0 15px;
	border:0;
}
.service{
	position:relative;
	margin-bottom:20px
}
.service a{
	display:block;
	overflow:hidden;
}
.service img{
	width:100%;
}
.service img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.service:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.service_ten{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	line-height:45px;
	background: rgba(0,0,0,0.5);
    color: #fff;
    font-family: font1;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 17px;
	text-align:center;
}
#support {
	float: left;
	width:250px;
}
#support .ten_support {
    background:#1d366f;
    color: #fff;
    cursor: pointer;
    height: 43px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
	font-size:15px;
}
#support .content_support {
    background-color: #F2F2F2;
    border: 1px solid #eaeaea;
    padding: 10px;
	color:#000;
}
.follow{
	float: left;
	margin-left: 20px;
}
.booking{
	text-align: center;
}
.booking a{
	color: #c5c5c5;
	font-family: font1;
    text-transform: uppercase;
	font-size: 14px;
	padding: 7px 20px;
	border: solid 1px #c5c5c5;
}
.booking a:hover{
	background: #13254d;
}
.booking img{
	margin: -5px 3px 0 0;
}
.slides_home{
	position: relative;
}
.promotion_home{position: absolute;right:20px; bottom: 60px; background: rgba(255,255,255,0.6); width: 250px;padding:20px; z-index: 999}
.promotion_home a{
	display: block;
	height: 260px;
	overflow: hidden;
}
.promotion_home img{
	border: solid 2px #0f2453;
}
.promotion_ten{text-align: center; font-weight: bold; text-transform: uppercase; margin: 10px 0 5px;}