body {
  color: #414141;
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:15px;
  line-height: 19px;
}
a {
	color: #414141;
	-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: #0068aa;
}
.navigation {
	font-size:12px;
	clear: both;
	padding: 15px 0 20px;
	text-align: center;
	cursor:default;
	color:#000;
}
.navigation .current_page_item, .navigation .page_item a {
	outline:none;
	margin:2px;
	padding: 5px 8px;
	text-decoration:none;
	border:1px solid #333;
	font-size: 18px;
}
.navigation .page_item a {
	color:#000;
}
.navigation .current_page_item, .navigation .page_item a:hover 
{
	color:#fff;
	font-weight:bold;
	background:#333;
	border:1px solid #333;
}
/*--------------------
 *  Navbar
 */
.social-navbar {
	height: 172px;
	background: #0068aa url('/images/bg_header.jpg') no-repeat center top;
	z-index: 999;
}
.navbar-fixed-top {
	position: fixed;
	top: 0;
}
.navbar-collapse{
}
.social-navbar .navbar-nav{
}
.social-navbar.navbar .navbar-nav > li{
	padding: 0;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0; 
	width:1px;
	height:49px;
	background: #3c8dc0;
}
.social-navbar.navbar .navbar-nav > li > a {
	color: #fff;
	padding: 0 25px;
	font-size: 14px;
	line-height: 49px;
	text-transform: uppercase;
}
.social-navbar.navbar .navbar-nav > li > a > img {
	margin-top: -3px;
}
.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, .social-navbar.navbar .navbar-nav > li.dropdown > a:hover,.social-navbar.navbar .navbar-nav > li.dropdown > a.active{
	color: #fff;
	background: #36abf6;
}
.dropdown-menu li a {
	text-transform: uppercase;
	line-height: 30px;
}
.dropdown-menu li a:hover {
	background: #0068aa;
	color: #fff;
}
/* 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;
	
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-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;
	
	-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;
	
	-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: 0 0 0 0 #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;
}
/* Revolution Slider */
.revolution-slider {
	background: none;
}
.revolution-slider .bannercontainer {
	position: relative;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.tp-bullets.tp-thumbs {
    margin-top: 0;
    padding: 0;
    background: none;
}
.tp-bullets.tp-thumbs .bullet {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
	opacity: 1;
	margin: 0 5px;
	border: solid 3px rgba(236, 239, 219, 0.5);
	box-shadow: 0 0 5px #333;
}
.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.appear {
	opacity: 0;
	transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
}
.animated {
	opacity: 1;
}
.copyright{
	background: #474747;
	color:#b2b2b2;
	padding: 9px 0;
	line-height: 22px;
	border-top: solid 1px #7f7f7f;
}
.goon{
	text-align:right;
}
.goon a{
	color:#b2b2b2;
}
#owl-standard .owl-controls{
	top:40%;
	position:absolute;
	left:0;
	right:0;
}
.owl-prev{
	width:13px;
	height:14px;
	background:url(/images/prev.png) no-repeat center;
	top:0;
	padding:0 !important;
	border:0 !important;
	border-radius:0 !important;
	left:0;
	float:left;
}
.owl-next{
	width:13px;
	height:14px;
	background:url(/images/next.png) no-repeat center;
	top:0;
	padding:0 !important;
	border:0 !important;
	border-radius:0 !important;
	right:0;
	float:right;
}
#owl-product{
	float:left;
}
#owl-product .owl-controls{
	top:-70px;
	position:absolute;
	right:20px;
	margin:0 !important;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 66%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
article .video-format iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}
/*.ten_sp{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:20px;
	color:#000;
}*/
.khung_cms{
	margin-bottom:20px;
	box-shadow: 0px 0px 2px #bfbfbf;
	background:#fff;
}
.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;
}
.khung_cms:hover{
	box-shadow: 1px 1px 3px #a5a5a5;
}
.ten_cms{
	font-size:16px;
	display:block;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	overflow:hidden;
	margin-bottom:5px;
	background: url(/images/dot.png) bottom repeat-x;
}
.ten_cms a,.xemthem_cms a{
	display:block;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:none;
}
.chuthich_cms{
	text-align:justify;
	color:#333;
	margin-bottom:10px;
	background: url(/images/dot.png) bottom repeat-x;
	padding:5px 0;
}
.chuthich_cms p{
	height:103px;
	overflow:hidden;
}
.xemthem_cms{
	text-align: right;
}
.b{
	margin-bottom:5px;
}
.b a{
}
.b a:hover,.b a.active{
	font-weight:bold;
	text-decoration:none;
}
.ten_tin{
	font-size:18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.bg_btn_themes{
	background: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f2f2f2, #525252);
  background-image: -moz-linear-gradient(top, #f2f2f2, #525252);
  background-image: -ms-linear-gradient(top, #f2f2f2, #525252);
  background-image: -o-linear-gradient(top, #f2f2f2, #525252);
  background-image: linear-gradient(to bottom, #f2f2f2, #525252);
  border:0;
}
.bg_btn_themes:hover{
	background: #525252;
  background-image: -webkit-linear-gradient(top, #525252, #f2f2f2);
  background-image: -moz-linear-gradient(top, #525252, #f2f2f2);
  background-image: -ms-linear-gradient(top, #525252, #f2f2f2);
  background-image: -o-linear-gradient(top, #525252, #f2f2f2);
  background-image: linear-gradient(to bottom, #525252, #f2f2f2);
  color:#fff;
}
.khung_cms_home{
	width:100%;
	margin: 0 auto 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #a8a8a8;
	clear: both;
	display: table;
}
.img_cms_home{
	float: left;
	margin-right: 15px;
	width: 93px;
	height: 93px;
	border: solid 2px #a5a5a5;
}
.img_cms_home img {
	width: 100%;
	height: 100%;
}
.ten_cms_home{
	text-align:justify;
	display:block;
	margin:0 0 5px 0;
	font-weight: 400;
	/* overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; */
}
.chu_thich_cms_home{
	text-align:justify;
} 
.date_khung_cms_home{
	width:47px;
	height:47px;
	color:#fff;
	text-align:center;
	float:left;
	margin-right:15px;
	background: #9c0c00;
}
.date_khung_cms_home .date{
	margin-top:5px;
}
.date_khung_cms_home .month{
	font-family: font2;
}
.lined-heading{
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 36px;
	margin: 40px 0;
	text-align: center;
	color: #040707;
	font-weight: 700;
}
h2.lined-heading span {
	position: relative;
	z-index: 1;
	padding: 0;
	display: inline-block;
}
h2.lined-heading:before{
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: block;
	height:1px;
	content: "";
}
/*======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: 0;bottom: 0;left: 0; right: 0;
	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{
	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;
}
.mt150{
}
.btn-lienhe {
	background: #57594b;
	border: solid 1px #424437;
	text-transform: none;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
}
.btn-lienhe:hover {
	background: #424437;
	color: #fff;
}
/*--------------------
 *  More
*/
.wrapper {
	max-width: 1349px;
	margin: 0 auto;
	position: relative;
}
.main {
}
.khung_top {
	height: 123px;
	position: relative;
	font-size: 18px;
}
.logo {
	position: absolute;
	left: 0;
	top: 28px; 
}
.dia_chi {
	position: absolute;
	left: 532px;
	top: 70px;
}
.hotline {
	position: absolute;
	left: 530px;
	top: 30px;
}
.form_tk {
	position: absolute;
	right: 0;
	top: 131px;
    width: 270px;
    height: 31px;
}
.form_tk .input_tk {
    background: #fff;
    padding: 0 15px;
    line-height: 31px;
    width: calc(100% - 33px);
    border: 0; 
    float: left;
    font-size: 15px;
    margin-top: 1px;
}
.form_tk .submit_tk {
    width: 33px;
    height: 31px;
    background-color: transparent;
    background-image: url("/images/bt_tk.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    border: 0; 
}
.section_menu_sp {
	background: #ebebeb;
	height: 49px;
}
.danh_muc_sp {
	position: absolute;
	left: 15px;
	top: 0;
	width: 265px;
	z-index: 99;
}
.title_home {
	line-height: 49px;
	padding: 0 0 0 88px;
	background: #2490d5 url('/images/icon_dm.jpg') no-repeat left 22px top;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.danh_muc_sp ul {
	margin: 0;
	padding: 0 20px;
	background: rgba(255, 255, 255, 0.9);
}
.danh_muc_sp ul li {
	padding: 15px 0;
	border-bottom: dotted 1px #a8a8a8;
	list-style: none;
}
.danh_muc_sp ul li a {
	text-transform: uppercase;
	color: #414141;
	font-size: 15px;
	padding-left: 15px;
	background: url('/images/list.png') no-repeat left 5px;
}
.danh_muc_sp ul li a:hover {
	color: #0068aa;
}
.khuyen_mai_home {
	position: absolute;
	left: 300px;
	line-height: 47px;
	width: calc(100% - 300px);
}
.title_km {
	background: #f13333;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
}
.khuyen_mai {
	float: right;
	width: calc(100% - 165px);
}
.khuyen_mai a {
	font-size: 15px;
	display:block;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.section_facilities {
  margin: 20px 0; }
  .section_facilities .khung_facilities {
    background: #eeeeee;
    display: table;
    width: 100%; }
    .section_facilities .khung_facilities .facilities {
      padding: 20px 20px 20px 50px;
      float: left;
      width: 25%;
      border-right: solid 1px #fff; }
      .section_facilities .khung_facilities .facilities img {
        float: left;
        margin: 5px 15px 0 0; }
      .section_facilities .khung_facilities .facilities .ten_facilities {
        font-size: 18px;
        line-height: 25px;
        color: #474747; }
.khung_product_1 {
	position: relative;
	max-height: 225px;
	overflow: hidden;
	margin-bottom: 20px;
}
.img_product_1 img {
	width: 100%;
}
.foot_product_1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
}
.ten_product_1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 7px;
}
.chuthich_product_1 {
	font-size: 14px;
}
.btn_product_1 {
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 20px;
}
.btn-detail {
	background: #36abf6;
	color: #fff;
	border-radius: 5px;
	border: 0;
	margin-right: 3px;
}
.btn-detail:hover {
	background: #097dc7;
	color: #fff;
}
.btn-book {
	background: #f13333;
	color: #fff;
	border-radius: 5px;
	border: 0;
}
.btn-book:hover {
	background: #c91313;
	color: #fff;
}
.khung_product {
	position: relative;
	padding: 8px;
	border: solid 1px #e3e3e3;
	margin-bottom: 20px;
}
.img_product img {
	width: 100%;
}
.foot_product {
	margin-top: 15px;
}
.ten_product {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 7px;
}
.chuthich_product {
	font-size: 14px;
}
.btn_product {
	margin-top: 10px;
	text-align: center;
}
.quang_cao {
	margin-bottom: 20px;
}
.quang_cao img {
	width: 100% !important;
	height: auto !important;
}
.wrapper_cms_home {
	padding: 15px;
	border: solid 1px #eaeaea;
}
.wrapper_cms_home .khung_cms_home:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.mrg30 {
	margin: 30px 0;
}
.section_news_product .col-lg-3 {
	width: 20%;
}
.section_lien_he {
	background: #474747;
	padding: 20px 0 40px;
	position: relative;
	color: #fff;
	margin-top: 40px;
}
.title_lien_he {
	color: #36abf6;
	font-size: 18px;
	margin: 20px 0;
	text-transform: uppercase;
}
.lien_he_home {
	line-height: 25px;
}
.section_lien_he ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.section_lien_he ul li a {
	color: #fff;
	display: block;
	margin-bottom: 5px;
}
.section_lien_he ul li a:hover {
	color: #36abf6;
}
.ban_do {
	width: 100%;
	border: solid 2px #818181;
	height: 180px;
}
.khung_pro {
  width: 100%;
  margin: 0 auto 30px;
  position: relative; }
  .khung_pro a {
    color: #fff;
    display: block; }
    .khung_pro a:hover {
      color: #fff; }
  .khung_pro .img_pro {
    width: 100%; }
  .khung_pro .ten_pro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    text-transform: uppercase;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    padding: 12px 15px;
    opacity: 1; }
  .khung_pro .hover_pro {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/images/mask_pro1.png") no-repeat right top, url("/images/mask_pro2.png") no-repeat left bottom;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 25px;
    opacity: 0;
    z-index: -1; }
    .khung_pro .hover_pro .ten {
      font-size: 18px;
      text-transform: uppercase;
      margin-top: 50px; }
    .khung_pro .hover_pro .chu_thich {
      font-size: 15px; }
    .khung_pro .hover_pro .btn-xem {
      background: none;
      border: solid 1px #fff;
      margin-top: 10px;
      -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 .hover_pro .btn-xem:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.6); }
  .khung_pro:hover .ten_pro {
    opacity: 0; }
  .khung_pro:hover .hover_pro {
    opacity: 1;
    z-index: 1; }
@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li > a{
		padding: 0 15px;
	}
	.khung_top {
		font-size: 15px;
	}
	.title_home {
		font-size: 16px;
		padding: 0 0 0 79px;
	}
	.section_news_product .col-md-4 {
	    width: 25%;
	}
}
@media (max-width: 992px){
	.khung_top {
		font-size: 13px;
	}
	.hotline {
		left: 490px;
	}
	.dia_chi {
		left: 493px;
	}
	.form_tk {
		left: 0;
		right: inherit;
	}
	.form_tk .input_tk {
		margin-top: 0;
	}
	.danh_muc_sp ul li {
		padding: 7px 0;
	}
	.danh_muc_sp ul li a {
		font-size: 14px;
	}
	.section_facilities .khung_facilities .facilities {
		padding: 20px 15px 20px 15px;
	}
	.section_facilities .khung_facilities .facilities .ten_facilities {
	    font-size: 15px;
	}
	.section_news_product .col-sm-6 {
	    width: 33%;
	}
	.title_lien_he {
		font-size: 16px;
	}
	.social-navbar .navbar-toggle{
		margin: 9px 0 8px 0;
		border: 0;
		background: #f13333;
	}
	.navbar-toggle .icon-bar{
		background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #c91313;
	}
	.navbar-collapse.in,.navbar-collapse.collapsing{
		border:0;
		width:100%;
	}
	.social-navbar .navbar-collapse.in,.social-navbar .navbar-collapse.collapsing{
		margin-top:0 !important;
		margin-left:0;
		position: absolute;
		left: 15px;
		right: 0;
	    width: 96%;
	    z-index: 99;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0;
		background:#363636;
		text-align:left;
		height: auto;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li.dotmenu,.social-navbar .navbar-collapse.collapsing .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 #464646;
		border-top:0;
		display:block;
		margin: 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;
		height:35px;
		text-indent:15px;
		border:0;
		text-align: left;
		background:none;
		font-size: 15px;
		color:#fff;
	}
	.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;
		border:0;
		background:#f13333;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border-bottom:0;
		border:0;
		background:#f13333;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a:hover {
		border-bottom:0;
		border:0;
		background:#f13333;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li:hover ul.dropdown-menu {
		display: block !important;
	}
	.navbar-nav > li > .dropdown-menu{
		width:100%;
	}
	.dropdown-submenu>.dropdown-menu {
		top: 100% !important;
		left: 0 !important;
	}
	.dropdown-menu > li > a {
		color: #000 !important;
	}
}
@media (max-width: 767px){
	body{
		font-size: 14px;
		line-height: 20px;
	}
	.social-navbar .navbar-collapse.in, .social-navbar .navbar-collapse.collapsing {
		left: 0;
		width: 100%;
	}
	.social-navbar .navbar-toggle {
		margin-right: 0;
	}
	.social-navbar .navbar-collapse .navbar-nav > li:hover ul.dropdown-menu {
	    display: block;
	}
	.lined-heading {
		font-size: 17px;
		margin: 20px 0;
	}
	h2.lined-heading:before {
		background: none;
	}
	.copyright {
		line-height: 18px;
		font-size: 13px;
		text-align:center;
	}
	.goon{
		text-align:center;
		margin-top:0;
	}
	.noidung_tin img{
		max-width:100% !important;
		height:auto !important;
		margin: 0 0 15px 0 !important;
	}
	.hotline, .dia_chi, .section_menu_sp {
		display: none;
	}
	.logo {
		width: 100%;
		max-width: 409px;
	}
	.form_tk {
		width: 210px;
	}
	.section_facilities .khung_facilities .facilities {
		width: 50%;
		text-align: center;
		border-bottom: solid 1px #fff;
		height: 145px;
	}
	.section_facilities .khung_facilities .facilities img {
		float: none;
		margin: 0 0 10px 0;
	}
	.section_news_product .col-xs-12 {
	    width: 100%;
	}
}