/*!
 * 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_Alter_Gothic.eot") /* EOT file for IE */
}
@font-face {
 font-family: font1;
 src: url("UTM_Alter_Gothic.ttf") /* TTF file for CSS3 browsers */
}
body {
  color: #4e4e4e;
  background:#ececec;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}
a {
  color: #4e4e4e;
  -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: #a6c328;
}
.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: #516695;
}
/*--------------------
 *  Navbar
 */
.social-navbar {
	height:100px;
	background-image:url(/images/bg_header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:rgba(255,255,255,0.5);
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.navbar-collapse{
	float:right;
}
.social-navbar.navbar .navbar-brand {
}
.social-navbar.navbar .navbar-nav > li{
	padding:0;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0;
	width:1px;
	height:42px;
	background:url(/images/dotmenu.jpg) no-repeat center;
}
.social-navbar.navbar .navbar-nav > li > a {
	color: #3d3d3d;
	padding: 0 16px;
	font-size:18px;
	line-height:59px;
	text-transform:uppercase;
	font-family:font1;
	background: url(/images/icon_menu.png) no-repeat center -50px;
}
.social-navbar.navbar .navbar-nav > li > a img{
}
.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:#9dbb19;
	background:#fff url(/images/icon_menu.png) no-repeat center top;
}
.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:#fff;
	padding:6px 0;
	background:#a6c328;
	font-size:12px;
	line-height:20px;
	text-align:left;
}
.goon{
	text-align:right;
}
.goon a{
	color:#fff;
}
.khung_pro_sys{
	display:block;
	max-width:250px;
	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;
}
.khung_pro_sys_img img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.khung_pro_sys_foot{
	margin-top:25px;
}
.khung_pro_sys_gia{
	text-align:center;
	font-size:14px;
	color:#ff2121;
	margin:15px 0;
}
.book_khung_pro_sys{
	width:163px;
	height:36px;
	color:#474747;
	line-height:36px;
	border:0;
	text-indent:64px;
	text-transform:uppercase;
	background:url(/images/bg_booking.jpg) no-repeat;
	margin:0 auto;
	display:block;
}
.khung_pro_sys_ten{
	color:#474747;
	font-size:14px;
	text-transform:uppercase;
	display:block;
	text-align:center;
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.khung_pro_sys_ten:hover{
	color:#a6c328;
}
.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;
}
.khung_pro_sys .mask{
	position:absolute;
	right:0;
	bottom:130px;
}
.khung_pro_sys .mask img{
	width:80px;
}
.owl-prev{
	width:12px;
	height:13px;
	background:url(/images/prev.png) no-repeat center;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
}
.owl-next{
	width:12px;
	height:13px;
	background:url(/images/next.png) no-repeat center;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
}
#owl-standard .owl-controls{
	top:48%;
	position:absolute;
	left:0;
	right:0;
}
.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: #c6e639;
  background-image: -webkit-linear-gradient(top, #c6e639, #98b615);
  background-image: -moz-linear-gradient(top, #c6e639, #98b615);
  background-image: -ms-linear-gradient(top, #c6e639, #98b615);
  background-image: -o-linear-gradient(top, #c6e639, #98b615);
  background-image: linear-gradient(to bottom, #c6e639, #98b615);
	color:#fff;
}
.bg_btn_themes:hover{
	background: #98b615;
  background-image: -webkit-linear-gradient(top, #98b615, #c6e639);
  background-image: -moz-linear-gradient(top, #98b615, #c6e639);
  background-image: -ms-linear-gradient(top, #98b615, #c6e639);
  background-image: -o-linear-gradient(top, #98b615, #c6e639);
  background-image: linear-gradient(to bottom, #98b615, #c6e639);
	color:#fff;
}
/*--------------------
 *  More
 */
/*--------------------*/
.mt150{
	margin-top:200px;
}
.lined-heading{
	position: relative;
	text-align: left;
	display: block;
	text-transform:uppercase;
	margin:30px 0;
	border-bottom:solid 1px #a6c328;
	padding-bottom:3px;
}
h2.lined-heading span {
	font-size: 25px;
	color:#a6c328;
	font-family:font1;
}
h2.lined-heading:before{
	position: absolute;
	bottom:0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 5px;
	content: "";
}
h2.lined-heading span{
	position: relative;
	z-index: 1;
	padding: 0;
	display: inline-block;
}
.khung_cms{
	margin-bottom:20px;
	padding:0 10px;
}
.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;
	background:#fff;
}
.khung_bot_cms:hover{
	box-shadow: 1px 1px 3px #a5a5a5;
}
.ten_cms{
	font-size:15px;
	display:block;
	text-transform:uppercase;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin-bottom:5px;
	background: url(/images/menu_dot.png) bottom repeat-x;
}
.ten_cms a,.xemthem_cms a{
	display:block;
}
.ten_cms a:hover,.xemthem_cms a:hover{
}
.chuthich_cms{
	text-align:justify;
	color:#333;
	margin-bottom:5px;
	background: url(/images/menu_dot.png) bottom repeat-x;
	padding:5px 0;
}
.chuthich_cms p{
	height:108px;
	overflow:hidden;
}
.xemthem_cms{
	text-align:right;
	font-size:15px;
	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;
}
/*--------------------
 *  More
 */
.khung_top{
	height:41px;
}
.lang{
	position:absolute;
	right:15px;
	top:10px;
}
.logo{
	position:absolute;
	left:15px;
	top:5px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.hotline{
	position:absolute;
	top:7px;
	right:100px;
	color:#fff;
	font-family:font1;
	font-size:18px;
}
.khung_bottom{
	height:59px;
}
.main{
	margin-top:41px;
}
.section_slogan{
	padding:25px 0;
}
.khung_slogan_right{
	width:100%;
	height:95px;
	background: #a6c328;
	position:relative;
	margin-bottom:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.khung_slogan_right img{
	position:absolute;
}
.khung_slogan_right span{
	position:absolute;
	left:85px;
	top:33px;
	color:#fff;
	font-family:font1;
	font-size:22px;
	text-transform:uppercase;
}
.khung_gt_home{
	background:#fff;
	border:solid 1px #e0e0e0;
	float:left;
	width:100%;padding-bottom: 20px;
}
.gt_home_1,.gt_home_2,.gt_home_3{
	float:left;
}
.gt_home_1{
	width:330px;
}
.gt_home_2{
	width:798px;
	margin:100px 20px 0 20px;
	text-align:justify;
	font-size:14px;
	line-height:20px;
}
.title_right{
	width:340px;
	height:59px;
	background:url(/images/bg_title.png) no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-family:font1;
	font-size:22px;
	text-indent:30px;
	line-height:47px;
	margin:22px 0 0 -8px;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 70%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
article .video-format iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}
.video{
	margin:15px 0 0 24px;
}
.section_product_1{
	margin-top:20px;
}
.khung_product_home{
	background:#fff;
	float:left;
	width:100%;
}
.product_home_1,.product_home_2{
	float:left;
}
.product_home_1{
	width:238px;
	height:452px;
	background:url(/images/bg_danh_muc_sp.jpg) no-repeat;
	margin-top:-12px;
}
.product_home_2{
	width:902px;
	margin:40px 0 0 15px;
}
.khung_nav-tabs{
	margin:30px 0 0 0;
}
.nav-tabs{
	border:0;
	width:100%;
}
.nav-tabs li{
	float:none;
}
.nav-tabs li a{
	text-transform:uppercase;
	font-size:15px;
	color:#fff;
	border:0 !important;
	background:url(/images/icon_danh_muc.png) no-repeat right -20px;
	margin:0 0 15px 10px;
}
.nav-tabs li a:hover,.nav-tabs li.active a,.nav-tabs li.active a:hover,.nav-tabs li.active a:focus{
	color:#fff;
	background:url(/images/icon_danh_muc.png) no-repeat right center;
	text-decoration:underline;
}
.tab-content{
	width:100%;
}
.section_brand{
	background:#d7d3d3;
	margin-top:40px;
}
.gallery_home img{
	width:180px;
	height:110px;
	border:solid 2px #ebebeb;
	border-radius:10px;
}
.section_link_footer{
	padding:0 0 30px 0;
	background:#ececec;
}
.title_footer{
	color:#a6c328;
	font-family:font1;
	text-transform:uppercase;
	font-size:20px;
	margin:30px 0 15px 0;
}
.section_link_footer ul{
	margin:0;
	padding:0;
}
.section_link_footer ul li{
	margin-bottom:5px;
	list-style:none;
}
.section_link_footer ul li a{
	background:url(/images/list.png) no-repeat left 5px;
	padding-left:15px;
}
.form_nhan_tin{
	clear:both;
	margin-top:30px;
	width:100%;
	padding-left:20px;
	color:#474747;
}
.form_nhan_tin input{
	width:100%;
	background:#f8f8f8;
	line-height:30px;
	text-align:center;
	color:#888888;
	border:0;
	margin-top:15px;
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.5);
}
.btn_form_nhan_tin{
	margin:15px 0 0 0;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border:0;
	border-radius:5px;
	box-shadow:1px 1px 3px #666;
	width:100px;
	font-weight:bold;
	padding:5px 20px;
}
.noi_dung_product_home{
	padding:20px;
}
.owl-product .owl-controls{
	top:-70px;
	position:absolute;
	right:0;
}
.owl-product .owl-prev{
	margin-right:10px !important;
}
.owl-product .khung_pro_sys{
	max-width:215px;
}
.section_chung_nhan{
	padding:30px 0 10px;
}
.dat_hang{
	background: #8ca914;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 15px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9
}
.dat_hang:hover{
	color: #fff;
	background: #a6c428;
}
@media (max-width: 1200px){
	.khung_slogan_right span{
		top: 18px;
		width:95px;
	}
	.gt_home_1{
		margin-bottom:25px;
	}
	.gt_home_2{
		width:598px;
		height:280px;
		overflow:hidden;
	}
	.gt_home_3 img{
		margin-top:40px;
		width:300px;
	}
	.product_home_2 {
		width: 705px;
	}
	.copyright{
		text-align:center;
	}
	.goon{
		text-align:center;
		margin-top:5px;
	}
}
@media (max-width: 992px){
	.khung_slogan_right span {
		top: 33px;
		width: auto;
	}
	.gt_home_2 {
    	width: 378px;
	}
	.gt_home_3 {
    	width: 100%;
		text-align:center;
	}
	.gt_home_3 img{
		margin:0;
	}
	.product_home_2 {
		width: 480px;
	}
	.gallery_home img{
		width:170px;
	}
	.social-navbar .navbar-header{
		float:right;
	}
	.social-navbar .navbar-toggle{
		border-color: #A6C428;
		background:#A6C428;
		margin:15px 0 8px 5px;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar-collapse.in,.navbar-collapse.collapsing{
		border:0;
		width:100%;
		margin:0;
	}
	.social-navbar .navbar-collapse.in,.social-navbar .navbar-collapse.collapsing{
		margin-top:5px !important;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin-top:2px;
		background:#fff;
	}
	.navbar-nav > li.dotmenu{
		display:none;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		border:solid 1px #A6C428;
		border-top:0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a,.social-navbar .navbar-collapse.collapsing .navbar-nav > li a{
		padding:0;
		display:block;
		line-height:35px;
		text-indent:15px;
		background:none;
	}
	.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-bottom:0;
		background:#A6C428;
		color:#fff;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border-bottom:0;
		background:#A6C428;
		color:#fff;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a:hover {
		border-bottom:0;
		background:#A6C428;
		color:#fff;
	}
	.copyright{
		text-align:center;
	}
	.goon{
		text-align:center;
		margin-top:5px;
	}
}
@media (max-width: 767px){
	.logo{
		width:65px !important;
		top:0;
	}
	.social-navbar{
		height: 41px;
	}
	.khung_top,.khung_bottom{
		height: inherit;
	}
	.lang {
	    right: 70px;
	}
	.social-navbar .navbar-toggle {
	    border-color: #fff;
	    background: #fff;
	    margin: 3px 0 0 5px;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #A6C428;
	}
	.main {
	    margin-top: 41px;
	}
	.social-navbar .navbar-collapse.in, .social-navbar .navbar-collapse.collapsing {
	    margin-top: 2px !important;
	}
	.gt_home_1,.gt_home_2,.gt_home_3 {
    	width: 100%;
		margin:0 0 20px 0;
		padding:0 15px;
		height:auto;
	}
	.gt_home_1 .video{
		margin:0 0 0 0;
	}
	.gt_home_3 img{
		width:100%;
	}
	.product_home_1{
		height:auto;
	}
	.product_home_2{
		width:100%;
	}
	.khung_product_home,.section_gioi_thieu{
		overflow:hidden;
		width:100%;
	}
	.owl-product .owl-controls{
		display:none !important;
	}
	.email,.hotline{
		display:none;
	}
	.section_booking{
		display:block;
		margin-top:10px
	}
	.section_booking .form-control{
		margin-bottom:5px
	}
	.copyright{
		text-align:center;
	}
	.noidung_tin img{
		max-width:100% !important;
		height:auto !important;
	}
	
}
