/*!
 * Product:        Social - Premium Responsive Admin Template
 * Version:        2.1.2
 * Copyright:      2014 cesarlab.com
 * License:        http://themeforest.net/licenses
 * Live Preview:   http://go.cesarlab.com/SocialAdminTemplate2
 * Purchase:       http://go.cesarlab.com/PurchaseSocial2
 * Based on Bootstrap v3 (Copyright 2013 Twitter, Inc) by @mdo and @fat.
 */
@font-face {
 font-family: font1;
 src: url("UTM_Aptima.eot") /* EOT file for IE */
}
@font-face {
 font-family: font1;
 src: url("UTM_Aptima.ttf") /* TTF file for CSS3 browsers */
}
body {
  color: #494949;
  background:#fff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}
a {
  color: #494949;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
a:hover {
  color: #3498db;
}
.pagination > li > a,
.pagination > li > span {
  color: #647aab;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #647aab;
  border-color: #516695;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #647aab;
  border-color: #3498db;
}
/*--------------------
 *  Navbar
 */
.social-navbar {
	height:124px;
	background:url(/images/bg_header.png) repeat-x top;
}
.navbar-collapse{
	float:right;
}
.social-navbar.navbar .navbar-brand {
}
.social-navbar.navbar .navbar-nav > li{
	padding:0 5px;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0;
	width:2px;
	height:39px;
	background:url(/images/dot_menu.jpg) no-repeat;
}
.social-navbar.navbar .navbar-nav > li.menu_top{
}
.social-navbar.navbar .navbar-nav > li > a {
	color: #fff;
	padding: 0 9px;
	font-size:14px;
	font-weight:bold;
	line-height:39px;
	text-transform:uppercase;
	font-family:font1;
	border-bottom:solid 2px;
	border-color:transparent;
}
.navbar-collapse{
	padding:0;
}
.social-navbar.navbar .navbar-nav > li > a:hover,.social-navbar.navbar .navbar-nav > li > a.active,.social-navbar.navbar .navbar-nav .open > a,.social-navbar.navbar .navbar-nav .open > a:hover{
	color:#fff;
	background:none;
	border-bottom:solid 2px #fff;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:uppercase;
}
/*--------------------
 *  Footer
 */
.footer .website-info h4 {
  color: #647aab;
}
.footer .social-timeline a,
.footer .copyright a {
  color: #647aab;
}
/* Revolution Slider */
.revolution-slider {
	background: none;
	position:relative;
}
.revolution-slider .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	font-size: 45px;
	line-height: 55px;
	font-family: "Open Sans";
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext span {
	letter-spacing: -3px;
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext span i {
	font-size: 0.5em;
	vertical-align: middle;
}
.revolution-slider .tp-caption.revolution-starhotel.smalltext {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	font-family: "Open Sans";
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
}
.scale{
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.scale-up {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
}
.appear {
	opacity: 0;
	transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
}
.animated {
	opacity: 1;
}
.copyright{
	color:#696969;
	padding:12px 0;
	background:#1d1d1d;
	font-size:12px;
	text-align:left;
	line-height:20px;
}
.goon{
	text-align:right;
}
.goon a{
	color:#696969;
}
.goon img{
	margin-bottom:8px;
}
.khung_pro_sys{
	display:block;
	max-width:360px;
	width:100%;
	margin:0 auto 35px auto;
	position:relative;
}
.khung_pro_sys_img{
	text-align:center;
}
.khung_pro_sys_img img{
	width:100%;
	-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:solid 1px #d5d5d5;
}
.khung_pro_sys_img img:hover{
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.khung_pro_sys_foot{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:46px;
	line-height:46px;
	background:rgba(255, 255, 255, 0.6);
	padding:0;
	z-index:2;
	text-align:center;
}
.book_khung_pro_sys{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#fff;
	line-height:34px;
	text-align:center;
	border:0;
	text-transform:uppercase;
	padding:0 20px;
	border:0;
	background:rgba(19, 65, 93, 0.8);
	border-radius:5px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.book_khung_pro_sys:hover{
	color:#fff;
	background:rgba(19, 65, 93, 1);
}
.khung_pro_sys_ten{
	color:#b91818;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:font1;
}
.khung_pro_sys_ten:hover{
	color:#333;
}
.khung_pro_sys span.line{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:8px solid rgba(236, 233, 182, 0.46);
	z-index:1;
}
.khung_pro_sys span.line:hover{
	border:8px solid rgba(236, 233, 182, 0.8);
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.owl-prev{
	width:43px;
	height:43px;
	background:url(/images/left.png) no-repeat center;
	float:left;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
}
.owl-next{
	width:43px;
	height:43px;
	background:url(/images/right.png) no-repeat center;
	float:right;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
}
#owl-standard .owl-controls{
	top:42%;
	position:absolute;
	left:15px;
	right:15px;
}
.required{
	color:#f00;
}
.ten_tin{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
/* 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;
}
.isotope-item {
	z-index: 2;
	margin: 0 -1px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.gallery a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
/* 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;
}
.bg_btn_themes{
	background: #3498dbb5;
  background-image: -webkit-linear-gradient(top, #3498dbb5, #3498db);
  background-image: -moz-linear-gradient(top, #3498dbb5, #3498db);
  background-image: -ms-linear-gradient(top, #3498dbb5, #3498db);
  background-image: -o-linear-gradient(top, #3498dbb5, #3498db);
  background-image: linear-gradient(to bottom, #3498dbb5, #3498db);
	color:#fff;
}
.bg_btn_themes:hover{
	background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #3498dbb5);
  background-image: -moz-linear-gradient(top, #3498db, #3498dbb5);
  background-image: -ms-linear-gradient(top, #3498db, #3498dbb5);
  background-image: -o-linear-gradient(top, #3498db, #3498dbb5);
  background-image: linear-gradient(to bottom, #3498db, #3498dbb5);
	color:#fff;
}
/*--------------------
 *  More
 */
/*--------------------*/
.lined-heading{
	position: relative;
	text-align: center;
	display: block;
	text-transform:uppercase;
	margin:20px 0;
	color:#3498db;
}
h2.lined-heading span {
	font-family:font1;
	font-size:25px;
}
h2.lined-heading:before{
	position: absolute;
	bottom:10px;
	z-index: 1;
	display: block;
	width: 100%;
	height: 5px;
	content: "";
	border-bottom:solid 1px #dbdbdb;
}
h2.lined-heading span{
	position: relative;
	z-index: 1;
	padding: 0 30px 40px;
	background:url(/images/icon.jpg) no-repeat bottom center;
	display: inline-block;
}
.khung_cms{
	margin-bottom:20px;
	color:black;
}
.img_cms img {
	width:100%;
	height:100%;
	-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;
}
.img_cms img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.khung_bot_cms{
	padding:10px;
	box-shadow: 0px 0px 2px #bfbfbf;
}
.khung_bot_cms:hover{
	box-shadow: 1px 1px 3px #a5a5a5;
}
.ten_cms{
	font-size:14px;
	display:block;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-transform:uppercase;
	padding:0 5px;
}
.ten_cms a,.xemthem_cms a{
	display:block;
	color:black;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:underline;
}
.chuthich_cms {
    text-align: justify;
    margin-bottom: 5px;
    padding: 5px;
    height: 99px;
    overflow: hidden;
}
.chuthich_cms p{
}
.xemthem_cms{
	font-family:font1;
	text-align:right;
	font-size:16px;
	text-transform:uppercase
}
.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;
}
#map {
	width: 100%;
	height: 500px;
	overflow: visible !important;
	border: 1px solid;
}
.mt50{
	margin-top:50px;
	margin-bottom:20px;
}
#frmContact .btn-lienhe{
	background:#066CAF;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 1px #004D80;
	font-size:14px;
}
#frmContact .btn-lienhe:hover{
	background:#004D80;
}
.required{
	color:#f00;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
article .video-format iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}
.btn-lienhe{
	background: #8AAC00;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #739001;
	font-size: 14px;
}
.btn-lienhe:hover {
	background: #739001;
	color: #fff;
}
.btn {
	padding:3px 22px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.btn > span {
	position: relative;
	z-index: 2;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #327DA7;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:100%;
	position:relative;
	margin:0;
	padding:0;
}
.sti-menu li{
	list-style:none;
	float:left;
	width:23%;
	height:158px;
	margin:0 10px 30px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	border:solid 1px #d9d9d9;
	background:#fff;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	margin-top:-35px;
}
.sti-menu li a h2{
	position:absolute;
	left:0;
	right:0;
	top:27px;
	color:#3498db;
	font-size:18px;
	font-weight:bold;
	font-family:font1;
	text-transform:uppercase;
}
.sti-menu li a h3{
	position:absolute;
	left:15px;
	right:15px;
	top:60px;
	height:58px;
	overflow:hidden;
	text-align:justify;
	line-height:20px;
	font-size:14px;
	color:#494949;
	text-align:center;
}
.sti-icon{
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:71px;
	height:71px;
	top:15px;
	z-index:99;
}
.img-sti-menu{
	text-align:center;
	position:relative;
	z-index:9;
	height:80px;
	overflow:hidden;
}
/*--------------------
 *  More
 */
.khung_top{
	height:83px;
	color:#a0a0a0;
	position:relative;
}
.khung_bot{
	height:41px;
}
.lang{
	position:absolute;
	right:15px;
	top:36px;
}
.hotline{
	position:absolute;
	right:105px;
	top:37px;
}
.logo{
	position:absolute;
	left:0;
	right:0;
	top:0;
}
.add {
    position: absolute;
    left: 150px;
    top: 12px;
    color: black;
    font-family: font1;
}
.logo1{
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    color: #3498db;
}
.logo2{
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    color: #3498db;
}
.logo3{
    margin: 0px;
    font-size: 16px;
}
.main{
	margin-top:124px;
}
.form_booking{
	position:absolute;
	bottom:0;
	z-index:99;
	width:100%;
	background:rgba(255, 255, 255, 0.4);
	padding:15px 0;
}
.form_booking form .form-control{
	background:#fff;
	border:solid 1px rgba(21, 39, 54, 0.24);
	border:0;
	color:#383838;
}
.form_booking form input.lich{
	background:#fff url(/images/lich.png) no-repeat center right 10px;
}
form button.btn{
	text-transform:uppercase;
	font-weight:bold;
	border:0;
	padding:6px 20px;
	font-family:font1;
	font-size:16px;
}
.section_booking{
	display:none;
}
.section_gioi_thieu{
	padding:20px 0 50px;
	background:url(/images/bg_gt.jpg) no-repeat center;
	background-size:cover;
}
.section_gioi_thieu h2.lined-heading:before{
	border-bottom:0;
}
.section_gioi_thieu h2.lined-heading span{
	background:none;
	padding-bottom:0
}
.gt_home{
	font-size:14px;
	line-height:25px;
	text-align:center;
	margin-bottom:15px;
}
.section_room{
	padding:30px 0;
	background:url(/images/bg_room.jpg);
}
.khung_nav-tabs{
	margin:0 0 30px 0;
	float:left;
	width:30%;
}
.nav-tabs{
	text-align:left;
	border:0;
	width:100%;
}
.nav-tabs li{
	float:none;
}
.nav-tabs li a{
	display:block;
	background:#f1f1f1;
	padding:32px 20px;
	color:#686868;
	border:solid 1px #c8c8c8;
	font-weight:bold;
	font-family:font1;
	font-size:17px;
	text-transform:uppercase;
	margin:0;
}
.nav-tabs li a span{
	float:right;
	background:url(/images/line2.png) no-repeat left 12px;
	padding-left:10px;
}
.nav-tabs li a:hover,.nav-tabs li.active a,.nav-tabs li.active a:hover,.nav-tabs li.active a:focus{
	color:#3498db;
	border:solid 1px #c8c8c8;
	border-left:solid 3px #0b80c0;
	background:#fff;
}
.tab-content{
	float:left;
	width:70%;
}
.khung_pro_sys_home{
	position:relative;
	height:355px;
	width:100%;
	margin:0 auto 30px auto;
	background:#e3e3e3;
}
.khung_pro_sys_home_img{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
}
.khung_pro_sys_home_info{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	height:60px;
	background:#3498db8c;
}
.khung_pro_sys_home_ten{
	color:#191919;
	font-size:18px;
	font-family:font1;
	text-transform:uppercase;
	padding:15px 0 5px;
}
.khung_pro_sys_home_gia{
	color:#2e78bd;
	font-size:15px;
	font-family:font1;
	text-transform:uppercase;
}
.khung_pro_sys_home_chu_thich{
	float:left;
	width:75%;
	font-size:14px;
	line-height:20px;
	color:#fff;
	margin:10px 10px 0 20px;
	height:40px;
	overflow:hidden;
}
.khung_pro_sys_home_info form{
	float:left;
	margin:10px 15px 0 0;
}
.book_khung_pro_sys_home{
	position: relative;
	width:140px;
	line-height:30px;
	height:30px;
	margin:5px 0 0 0;
	color:#313131;
	text-align:center;
	border:0;
	text-transform:uppercase;
	background:#d9dada url(/images/lich2.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: #0b80c0 url(/images/lich3.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;
}
.khung_pro_sys_home_chi_tiet{
	float:left;
	position: relative;
	width:130px;
	line-height:30px;
	height:30px;
	margin:5px 0 0 0;
	color:#fff;
	text-align:center;
	border:0;
	text-transform:uppercase;
	background:#a90002;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.khung_pro_sys_home_chi_tiet > span {
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index: 2;
}
.khung_pro_sys_home_chi_tiet: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: #282828;
	opacity: 0;
}
.khung_pro_sys_home_chi_tiet:hover:after {
	width: 100%;
	opacity: 1;
}
.khung_pro_sys_home_chi_tiet:hover{
	color:#fff;
}
#owl-room_system .owl-wrapper-outer{
	z-index:9;
}
#owl-room_system .owl-prev,#owl-room_system .owl-next{
	z-index:10;
	position:relative;
}
.gal_home{
	width:100%;
	max-width:100%;
	height:204px;
	border:solid 2px #c0c0c0;	
}
.gal_home img{
	width:100%;
	height:200px;
}
.section_lien_he_home{
	background: url(/images/bg_footer.jpg);
	padding:10px 0;
	color:#929292;
}
.title_lien_he_home{
	color:#bcbcbc;
	font-size:22px;
	font-family:font1;
	margin:20px 0;
}
.lien_he_home{
	line-height:30px;
	font-size:14px;
}
.khuyen_mai{
	background:url(/images/line.png) no-repeat 0 6px;
	border-bottom:solid 1px #464646;
	font-size:14px;
	margin-bottom:15px;
	padding:0 0 15px 20px;
}
.khuyen_mai a{
	display:block;
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color:#929292;
}
.khuyen_mai a:hover{
	color:#fff;
}
.khung_cms_home{
	width:100%;
	padding:0 0 20px 0;
	margin-bottom:15px;
	color:black;
}
.img_cms_home{
	float:left;
	margin-right:15px;
}
.img_cms_home img {
	display: block;
	margin:0 auto;
	width:106px;
	height:94px;
	border:solid 2px #fff;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 1px 4px #CCC;
	-moz-box-shadow:1px 1px 4px #CCC;
	-webkit-box-shadow:1px 1px 4px #CCC;
}
.img_cms_home img:hover{
	background:#dac99c;
}
.ten_cms_home{
	font-weight:bold;
	text-align:justify;
	display:block;
	height:25px;
	margin:10px 0 0;
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.chu_thich_cms_home{
	text-align:justify;
	height:52px;
	font-size:12px;
	overflow:hidden;
} 
.owl-controls{
	top:40%;
	position:absolute;
	left:20px;
	right:20px;
}
.feedback{
}
.feedback .form-control{
	background:#2f2f2f;
	border:solid 1px rgba(70,70,70,0.46);
	margin-bottom:10px;
	box-shadow:none;
	color:#5b5b5b;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
}
.feedback .btn_feedback{
	float:right;
	margin-bottom:10px;
	background: #828282;
	background-image: -webkit-linear-gradient(top, #828282, #515151);
	background-image: -moz-linear-gradient(top, #828282, #515151);
	background-image: -ms-linear-gradient(top, #828282, #515151);
	background-image: -o-linear-gradient(top, #828282, #515151);
	background-image: linear-gradient(to bottom, #828282, #515151);
	border:0;
	color:#d5d5d5;
	font-size:15px;
	padding:5px 20px;
	text-transform:uppercase;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
}
.feedback .btn_feedback:hover{
	background: #515151;
	background-image: -webkit-linear-gradient(top, #515151, #828282);
	background-image: -moz-linear-gradient(top, #515151, #828282);
	background-image: -ms-linear-gradient(top, #515151, #828282);
	background-image: -o-linear-gradient(top, #515151, #828282);
	background-image: linear-gradient(to bottom, #515151, #828282);
}
.mask2{
	content: '';
	position: absolute;
	z-index: 2;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: rgba(20, 20, 20, 0.9);
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(47deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(47deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(47deg);
	transform: translateX(-50%) translateY(-50%) rotate(47deg);
	text-align:center;
}
.mask2-img{
	position:absolute;
	top: 65px;
	left: 0;
	right:0;
	width:100px;
	margin:0 auto;
	text-align:center;
	z-index:3;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.khung_pro_sys_home_img:hover .mask2 {
	height: 200%;
	opacity: 1;
}
.khung_pro_sys_home_img:hover .mask2-img {
	opacity: 1;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section_service{
	padding:0 0 30px 0;
}
.form_booking2{
	background:#3498db;
	padding:25px;
	color:#fff;
	max-width:300px;
	margin:0 auto;
}
.title_booking{
	text-transform:uppercase;
	font-size:18px;
	text-align:center;
	text-shadow:0 0 0.5px #fff;
}
.form_booking2 label{
	margin:10px 0 5px;
}
.form_booking2 .btn{
	margin-top:15px;
	border:0;
	background:#5D5D5D;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:7px 20px;
}
.form_booking2 input.lich{
	background:#fff url(/images/lich.png) no-repeat center right 10px;
}
/*======block-project====*/
.san_pham { margin-bottom:25px;}
.san_pham .image { display: block; overflow: hidden; position: relative;}
.san_pham .image img{ width: 100%; height: auto;}
.san_pham .image .line{
	position: absolute;border: 1px solid rgba(255, 255, 255, 0.5);top: 10px;bottom: 10px;left: 10px; right: 10px; z-index:2;
     transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: scale(1) ;
     -webkit-transform: scale(1) ;
      -moz-transform: scale(1) ;
      -o-transform: scale(1) ;
}
.san_pham .image:hover .line{
     transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: scale(1.2) ;
     -webkit-transform: scale(1.2) ;
      -moz-transform: scale(1.2) ;
      -o-transform: scale(1.2) ; 
}
.san_pham .image .overlay{
	position: absolute; top: 0px;bottom: 0px;left: 0px; right: 0px; 
	background:rgba(0, 0, 0, 0.3); 
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    opacity: 0;
}
.san_pham .image:hover .overlay{
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.san_pham .ten_san_pham{
	font-family:font1;
	text-transform:uppercase;
	font-size:20px;
	line-height:35px;
	display:block;
	color:#fff;
	position:absolute;
	top:30px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
}
.san_pham .chuthich_san_pham{
	color:#fff;
	position:absolute;
	top:70px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
	padding-right:50px;
}
@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li {
		padding:0;
	}
	.social-navbar.navbar .navbar-nav > li > a {
		font-size:13px;
		padding:0 6px;
	}
	.sti-menu li a h2{
		font-size:15px;
	}
	.sti-menu li a h3{
		font-size:12px;
	}
	.sti-menu li {
		margin: 0 9px 30px;
	}
	.khung_pro_sys_home_chu_thich {
		width: 65%;
	}
}
@media (max-width: 992px){
	.hotline{
		display:none;
	}
	.sti-menu li {
		width: 47%;
		margin-bottom: 60px;
	}
	.khung_pro_sys_home_chu_thich {
		width: 60%;
	}
	.nav-tabs li a span{
		display:none;
	}
	.social-navbar.navbar .navbar-nav > li.menu_top{
		margin-left:0;
	}
	.social-navbar .navbar-header{
	}
	.social-navbar .navbar-toggle{
		margin:3px 0 4px 0;
		border:solid 1px #1499E1;
		background:#fff;
	}
	.navbar-toggle .icon-bar{
		height:2px;
		background-color: #1499E1;
	}
	.navbar-collapse.in,.navbar-collapse.collapsing{
		border:0;
		width:100%;
		margin:0;
		background:none;
		padding:0 !important;
	}
	.social-navbar .navbar-collapse.in,.social-navbar .navbar-collapse.collapsing{
		margin:0 !important;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0 !important;
		background:#F1F1F1;
		border:0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		border-bottom:solid 1px #D2D2C7;
		border-top:0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a,.social-navbar .navbar-collapse.collapsing .navbar-nav > li a{
		height:auto;
		display:block;
		line-height:35px;
		color:#333;
		border:0;
		padding:0 20px;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.in .navbar-nav > li > a.active ,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a.active {
		border:0;
		background:#3498db;
		color:#fff;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border:0;
		background:#3498db;
		color:#fff;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a:hover {
		border:0;
		background:#3498db;
		color:#fff;
	}
	.copyright{
		text-align:center;
	}
	.goon{
		text-align:center;
		margin-top:5px;
	}
}
@media (max-width: 767px){
	
	.noi_dung img{
        max-width: 100%;
        max-height: 200px;
    }
    .section_gioi_thieu h2.lined-heading span{
        font-size:16px;
    }
    .logo img{
        width: 90px;
    }
    .add {
        left: 93px;
        top: 15px;
    }
    .logo2 {
        font-size: 20px;
    }
    .logo1 {
        font-size: 20px;
        display: block;
    }
    .logo3{
        display:none;
    }
	.khung_nav-tabs,.tab-content{
		width:100%;
	}
	.khung_pro_sys_home_chu_thich {
		display:none;
	}
	.khung_pro_sys_home_info form{
		float:right;
	}
	.nav-tabs li{
		display:inline-block;
	}
	.nav-tabs li a{
		padding:8px 10px;
		font-size:13px;
	}
	.email{
		display:none;
	}
	.gt_home{
		font-size:13px;
		line-height:20px;
	}
	.form_booking,.hotline{
		display:none;
	}
	.section_booking{
		display:block;
		margin-top:15px;
	}
	.section_booking .form-control{
		margin-bottom:5px;
		border:solid 1px #CCC
	}
	.lang{
		right:15px;
		top:10px;
	}
	.sti-menu li{
		width:100%;
		margin:0 0 60px 0;
	}
	.khung_pro_sys_home{
		height:200px;
	}
	.copyright{
		text-align:center;
	}
	.noidung_tin img{
		max-width:100% !important;
		height:auto !important;
	}
}
