/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Thu, 17 Apr 2014 04:03:46 GMT
 */

/* Font */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/roboto-400.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-700.woff') format('woff');
}

@font-face {
    font-family: 'UtmCafeta';
    src: url('../../default/fonts/utmcafeta.eot'); /* IE9 Compat Modes */
    src: url('../../default/fonts/utmcafeta.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../default/fonts/utmcafeta.woff') format('woff'), /* Modern Browsers */
    url('../../default/fonts/utmcafeta.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../default/fonts/utmcafeta.svg#UtmCafeta') format('svg'); /* Legacy iOS */
}

/* Fix bootstrap */
.clear {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

ul, ol {
  list-style: none;
}

.input-group-btn{
	font-size:14px!important;
}

.well {
	padding: 8px;
	line-height: 18px;
	text-align: justify
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
  font: 500 12px/22px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 10px 25px 10px;
  position: relative;
  
 
}
.navbar-default .navbar-nav>li>a:before,
.navbar-default .navbar-nav>li>a:after,
.header_user_contacta:before, .header_user_contact a:after
{
  background: #f02727;
 
}
.navbar-default .navbar-nav>li>a:hover{
  background: #f02727; color:#fff;
}

.header_user_contact a{
 
}

.header_user_contact a:hover{background: #D20000; color: #000;}

.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>li>a:hover:after{
	 height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%;
}
 .navbar-default .navbar-nav>li>a strong{
  position: relative;
  z-index: 3;
 }
.navbar-nav>li>a{
	white-space: nowrap;
}

.dropdown-submenu {
    position: relative;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background: #f02727; 
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
 
.dropdown  .dropdown-menu{
	min-width: 204px;
	display: block;
	backface-visibility: hidden;
    opacity: 0;
	filter: alpha(opacity=0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: 20% 20% 50%;
  -moz-transform-origin: 20% 20% 50%;
  -ms-transform-origin: 20% 20% 50%;
  -o-transform-origin: 20% 20% 50%;
  transform-origin: 20% 20% 50%;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;   
}
.dropdown:hover  > .dropdown-menu{
	 opacity: 1;
    filter: alpha(opacity=100);
    /* @include rtl-left (0); */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); 
}
.dropdown  .dropdown-menu li{
	padding: 5px 0px;
  border-bottom: 1px solid #eee;
}

/* Fixed Jquery UI Style */
.ui-widget {
	font-family: 'Roboto', sans-serif !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

.ui-datepicker {
	width: 18em!important;
}

.ui-datepicker select.ui-datepicker-month {
	width: 59%!important;
	font-weight: normal!important;
}

.ui-datepicker select.ui-datepicker-year {
	width: 39%!important;
	font-weight: normal!important;
}

/* Global */
html{
	height: 100%;
}
body{
	height: 100%;
	padding: 0;
	margin: 0;
	background:#fff;
}
a, a:link, a:active, a:visited{
	color: #0E73E6;
}
a:hover{
	text-decoration:none;
	color:#065db0;
}
iframe{
	border:0;
}
h1, h2, h3, h4, h5, h6{
	margin-top:0;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}
.m-bottom{
	margin-bottom:10px!important;
}
#wraper{
	margin:0 auto;
}
.fa-fix{
	margin-right:-5px;
}
.fa-pointer{
	cursor:pointer;
}
h3.sm{
	font-size: 16px;
}
span.keyword{
	background: yellow;
}
.nv-fullbg{
	min-height: 100%;
	background: #fff;
}
a.btn{
	color: #fff;
}

/* Header */
header{
	position:relative;
}
#header-wraper{
	position:relative;
	color: #fff;
}
#header{
	height:100px;
	position:absolute;
	top:0;
	left:0;
	width:100%;	
	z-index:10000;
}
#header #logo{ 
   margin-top: -13px;
}

#header #logo a img{
	height:103px;	 
}

#header #logo a h1{
	float:left;
}

#header #logo object{
	float:left;
}

#header .pull-right{
	
}
#header #logo a{
	font-size:22px;
	line-height:80px;
	color:#333;
 
}

#social-icons{
	float:left;
	width:250px;
}
#social-icons ul{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
}
#social-icons ul li{
	display:inline-block;
}
#social-icons ul li a{
	display:block;
	width:34px;
	height:34px;
	background:#00a8ff;
	color:#fff;
	margin-right:10px;
	text-align:center;
	font-size:22px;
	line-height:34px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#social-icons ul li a:hover{
	background:#fff;
	color:#00a8ff;
}
#social-icons ul li a .fa{
	margin-right:-5px;
}

#search{
	float:right;
	width:300px;
	clear: right;
}
#search input[type="text"]{
	border:1px #66afe9 solid;
}

#banner{
	position:relative;
	height:127px;
	top:0;
	left:0;
	overflow:hidden;
}
#banner img{
	width:100%;
	min-height:100%;
}

.fix_banner_left{
	width: 90px;
	height: 500px;
	position: fixed;
	top: 2px;
	left: 2px;
	display: none;
}
.fix_banner_right{
	width: 90px;
	height: 500px;
	position: fixed;
	top: 2px;
	right: 2px;
	display: none;
}

/* Body */
#body{	
	padding-top:30px;
}

/* Footer */
#footer {
  border-top: 4px solid #C20000;
  color: #fff;
  background: #36981B url(../images/bgFooter.png)no-repeat center;
  padding-top: 10px;  
}
 
#footer .footer-copyright .menu{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
}
#footer .footer-copyright .menu li{
	display:inline-block;
}
#footer .footer-copyright .menu li a{
	display:inline-block;
	white-space: nowrap;
}
#footer .footer-copyright .menu li span{
	display:inline-block;
	margin:0 5px;
}
#footer .footer-copyright .menu li.top{
	padding:0 4px;
	background:#428bca;
	color:#fff;
	-webkit-border-radius:2px;
	margin-left:10px;
}
#footer .footer-copyright .menu li.top .fa{
	margin-right:-2px;
}
#footer .footer-copyright .theme-change{
	margin-top:10px;
	text-align:right;
	width:100%;
	float:right;
}
#footer .last-footer{
	background: #0F3E00 url(../images/edge-black.png)repeat-x;
  height: 40px;
  padding-top: 15px;
  padding-left: 34px;
  color: #F7F7F7;
}

#footer .social-bg li{
  float: left;
  width: 37px;
  text-align: center;
 
  padding-bottom: 10px;
}
#footer .social-bg li a{
  line-height: 18px;
  display: inline-block;
  color: #EAFF2D;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .social-bg li a:hover{color: #f13340;}
#footer h4.social-title{
  float: left;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 21px;
  padding-right: 8px;  
  font: 500 17px/21px "Roboto", sans-serif;
  color: white; 
  text-transform: uppercase;
}

#footer #block_contact_infos li{
	overflow: hidden;
  line-height: 23px;
  color: #fff;
}
#footer #block_contact_infos li .fa{
  font-size: 25px;
  width: 28px;
  float: left;
  color: #fff;
  padding-top: 1px;
  overflow: hidden;
  margin-right: 10px;
}

#footer #block_contact_infos li span.t-white{
	font-size: 17px;
  font-weight: bold;
  color: white;
}

#footer #wraper{margin-bottom:0;}

#footer #block_contact_infos li a{
  color: #fff;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

.wow:first-child {
	visibility: hidden;
}

/* Page break line */
.nv-hr{
	clear:both;
	height:1px;
	border-bottom:1px #dadada solid;
	margin:10px 0;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
	-box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.nv-hr.nv-hr-lg{
	margin:20px 0;
}
.nv-hr.nv-hr-sm{
	margin:5px 0;
}

/* Social share, social button */
.nv-social-share{
	list-style:none;
	margin:0;
	padding:0;
}
.nv-social-share li{
	display:inline-block;
}
.nv-social-share li.facebook{
	position:relative;
	top:-4px;
	padding-right:40px;
}

/* Form control */
.nv-captcha{
	vertical-align: middle;
}

/* List item */
.nv-list-item{
	list-style:none;
	margin:0;
	padding:0;
}
.nv-list-item li{
	padding:4px;
	margin:0;
}
.nv-list-item.sm li{
	padding:2px;
}
.nv-list-item.xsm li{
	padding:1px;
}
.nv-list-item.lg li{
	padding:10px;
}

/* Block global */
.nv-block-banners{
	position: relative;
	margin-bottom: 2px;
	text-align: center;
}
.nv-block-banners .link{
	position: absolute;
	top: 0;
	left: 0;
}
.nv-block-banners img{
	max-width: 100%!important;
	
	height:auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.imgboder img{border: 1px solid #DADADA;}
.nv-block-rss li{
	border-bottom: 1px #dadada solid;
}
.nv-block-rss li:last-child{
	border: none;
	padding-bottom: 0;
}
.nv-block-rss li:first-child{
	padding-top: 0;
}
.nv-block-rss img{
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
	position: relative;
	top: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Info die */
.nv-infodie{
	margin:0 auto;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	border:1px #dadada solid;
	background:#fff;
	position:absolute;
	min-height:300px!important;
	min-width:300px!important;
	display: table;
}
.nv-infodie .panel-body{
	display: table-cell;
	vertical-align: middle;
}

.panel-body h3 {
	color: #0066cc;
}

.nv-infodie .logo{
	max-width: 90%!important;
}

@media (max-width: 499px){
	.nv-infodie {
		width: 100%;
	}
	div.news_column ul.related {
		padding: 4px;
		text-align: justify;
		clear:both
	}

	div.news_column ul.fixedwidth {
		width: 100%;
		clear:both
	}
	div.news_column div.fixedwidth {
		float: left;
		width: 100%;
		clear:both
	}
}
@media (min-width: 500px){
	.nv-infodie {
		width: 500px;
		left: 50%;
		margin-left: -250px;
	}
	div.news_column ul.related {
		padding: 4px;
		text-align: justify
	}

	div.news_column ul.fixedwidth {
		width: 100%
	}
	div.news_column div.fixedwidth {
		float: left;
		width: 100%
	}
}
@media (min-height: 500px){
	.container {
		width:100%;
	}
	.nv-infodie{
		height:500px;
		top:50%;
		margin-top:-250px;
	}
}

/* Form */
input[type="checkbox"],
input[type="radio"] {
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: 0px 4px 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

input[type=radio] {
	border-radius: 50%;
	margin-right: 4px;
	line-height: 10px;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:checked:before,
input[type=radio]:disabled:checked:before {
	opacity: 0.7;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	font: normal 14px/1 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
	content: '\f00c';
	margin: 0px 0 0 0px;
	color: #1e8cbe;
}

input[type=radio]:checked:before {
	content: '\2022';
	text-indent: -9999px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 4px;
	line-height: 16px;
	background-color: #1e8cbe;
}

/* Responsive theme */

@media (max-width: 768px){
	.container {
		width:100%;
	}

	#banner img{
		height:100%;
		width:auto;
		min-width:100%;
	}
	#header #logo img{
	    float: none;
	    text-align: center;
	}
	#header #logo h1{
	    text-align: center;
	    float: none;
	}
}
@media (max-width: 992px){
	.container {
		width:100%;
	}
	#header{
		height:147px;
	}
	#header #logo{
		width:100%;
		text-align:center;
		padding:10px 0;
	}
	#header .pull-right{
		width:100%;
		margin:0;
	}
	#header #logo a img{
		float: left;
		padding-left: 27px;
	}
	#social-icons{
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	#social-icons ul{
		width:100%;
		text-align:center;
	}
	#search{
		width:50%;
	}
	#search form{
		padding:0 10px;
	}

	#banner{
		height:147px;
	}

	#menu-site-default .navbar-right{
		display:none;
	}

 
	#footer .footer-copyright .menu{
		text-align:center;
	}
	#footer .footer-copyright .theme-change{
		text-align:center;
	}
}
@media (max-width: 1200px){
	#header #logo a span{
		display:none;
	}	
}
@media (min-width: 768px){
	#wraper{
		width: 100%;
	}
	div.news_column ul.related {
		padding: 4px;
		text-align: justify
	}

	div.news_column ul.fixedwidth {
		width: 28%
	}
	div.news_column div.fixedwidth {
		float: left;
		width: 68%
	}
}
@media (min-width: 992px){
	.container {
		width: 100%;
	}
	#wraper{
		width: 950px;
	}
	div.news_column ul.related {
		padding: 4px;
		text-align: justify
	}

	div.news_column ul.fixedwidth {
		width: 28%
	}
	div.news_column div.fixedwidth {
		float: left;
		width: 68%
	}
}
@media (min-width: 1200px){
	#wraper{
		width: 1150px;
	}
	div.news_column ul.related {
		padding: 4px;
		text-align: justify
	}

	div.news_column ul.fixedwidth {
		width: 28%
	}
	div.news_column div.fixedwidth {
		float: left;
		width: 68%
	}
}
ul.other-news{
	padding-left: 0px;
	margin-left: 0px;
}
.img-thumbnail{
	height:auto !important
}

.fb-like
{
	height: 30px;
	margin-right: 50px;
}


.navbar-inverse {
	background-color: #0855A1;
	border-color: #043C72;
}

.navbar-inverse .navbar-nav > li > a {
	color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #043C72;
}

.list-inline .hidden-xs a {
	color: #848484
}
.list-inline .hidden-xs a : hover {
	color: #0066cc
}
div.news_column .panel-heading {
	font-size: 14px;
	font-weight: bold;
}
.panel-heading {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px;
}
.panel-primary>.panel-heading>a{
	color: #fff;
}
.panel-primary>.panel-heading>a:hover{
	color: #ddd;
}
table caption{
	color: #0066CC
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
	line-height: 22px;
	padding: 0px 0 5px 2px;
}

blockquote{
	font-size: 13px
}

#sb-container{
	z-index: 99999999 !important
}

ul.listnews{
	padding: 0;
}
ul.listnews li{
	margin-bottom: 10px;
}
ul.listnews img{
	margin-right: 5px;
}
.other_blocknews ul{
	margin:0;padding:0
}
.other_blocknews ul li{
	margin-bottom: 10px
}
.other_blocknews img{
	margin-right: 5px
}

/* custom style */
.header-container{
	background: #fff url(../images/bg-0983829955.png)repeat-x;
	background: #EFEFEF url(../images/banner-0983829955.png)repeat-x center top;
	
}
.header-container header{
	padding: 2px 0 0px;
}
.textlogo{
  color: #0084CC;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: right;
  padding-right: 49px;
}

#languages-block-top{
  float: right;
  position: relative;
}
#languages-block-top  a.dropdown-toggle{
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
}

#languages-block-top a:hover{
	color: #f02727;	
}

.header_user_contact{
  float: right;
  padding-left: 5px;
  padding-top: 5px;
  text-align: center;
}
.hg-contact{
  width: 76px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  display: block;
  position: relative;
  padding: 0px 9px 0px 8px;
  cursor: pointer;
  background: #f02727;
  text-transform: uppercase;
}

.menu-container,.menu-container .navbar-default{
  background: #7d7d7d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7d7d7d 0%, #585858 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #585858));
  background: -webkit-linear-gradient(top, #7d7d7d 0%, #585858 100%);
  background: -o-linear-gradient(top, #7d7d7d 0%, #585858 100%);
  background: -ms-linear-gradient(top, #7d7d7d 0%, #585858 100%);
  background: linear-gradient(to bottom,#007cc0 0%,#1D5F82 100%);
}

.columns-container{
	background: #fff url(../images/bg-body.png)repeat-x;
}

.advbox {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.advbox .nv-block-banners img{border-radius:0;}
.advbox .nv-block-banners{
  width: 33.33333%;
  float: left;
}
.advbox .nv-block-banners:before,
.fadeoutnow:before {
	background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 0;	
}
.advbox .nv-block-banners:hover:before,
.fadeoutnow:hover:before {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 95%;
}
.fadeoutnow{
	position: relative;
	margin-bottom: 20px;
}

.nv-block-banners .view-fifth .mask {
  position: absolute;
  top: 0;
  height: 100%;
  color: #fff;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
  background-color: #92778f;
    border: 1px solid #FFF206;
}
 .view-fifth .mask > div {
      padding: 0 10px; }
    .view-fifth .mask h2 {
      border-bottom: 1px solid #fff;
      margin: 10px 40px;
      padding: 10px 0;
      font-size: 17px;
      text-transform: uppercase;
	  font-weight: bold; 
	  color: #6EFF00;
	  }
    .view-fifth .mask a.info {
      display: inline-block;
      text-decoration: none;
      padding: 4px 10px;
      color: #fff;
      text-transform: uppercase;
      background: #f07279; }
    .view-fifth .mask h2, .view-fifth .mask p, .view-fifth .mask a.info {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.6s linear;
      transition: all 0.6s linear; }
	  .view-fifth:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100); }
  .view-fifth:hover h2, .view-fifth:hover p, .view-fifth:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
	
.bigcat-title{
	font: 600 21px/25px "Roboto", sans-serif;
  color: #fff;
  background: #0577B5;
  text-transform: uppercase;
  padding: 16px 10px 19px 29px;
  margin: 0 0 10px 0;
}

.showcatall{
	border: 1px solid #eee;
    margin-bottom: 10px;
	background: #fff;
	box-shadow: 0 0 8px #cccccc;
}

.showcatall .ddsmoothmenu-v > ul{
	padding-left: 0px;
}
.showcatall .ddsmoothmenu-v > ul > li{
  padding: 8px 0 10px 5px;  
  display: block;
}
.showcatall .ddsmoothmenu-v > ul > li > a{
  padding: 1px 0 10px 10px;
  border-bottom: 1px dotted #ccc;
  display: block;
  color: #025C94;
  font-weight: bold;
  text-transform: uppercase;
}
.showcatall .ddsmoothmenu-v > ul > li > a:hover{color:red}
.showcatall .ddsmoothmenu-v > ul > li > ul{padding-left:0;}
.showcatall .ddsmoothmenu-v > ul > li > ul > li{
   padding: 8px 0 10px 30px;
  border-bottom: 1px solid #d8d8d8;
}
.showcatall .ddsmoothmenu-v > ul > li > ul > li > a{
  font-weight: bold;
  color: #62506B;
}
.showcatall .ddsmoothmenu-v > ul > li > ul > li > a:hover{
	color: #FF4F02;
}

.cathome .img-thumbnail{
	border: none;
}
.cathome .thumbnail{
	 -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	    overflow: hidden;
}
.cathome .thumbnail:hover{
	 border-color: #fff;
      -webkit-box-shadow: 0 0 21px 5px #b8b8b8;
      -moz-box-shadow: 0 0 21px 5px #b8b8b8;
      box-shadow: 0 0 21px 5px #b8b8b8; 
}
.cathome h3>a{
	font-weight: bold;
  font: 500 15px/20px "Roboto", sans-serif;
  color: #252628;
}

.cathome .thumbnail .caption h3{text-align:left;height: 50px;}
.cathome .tooltip-inner{width:267px;}
 
.direct-r{
	  background: #fff;
  width: 100%;
  padding: 10px;
  text-align: right;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.callusprice{
  background: #f13340;
  border: none;
  font: bold 14px/19px "Roboto", sans-serif;
  color: white;
  padding: 0 12px 2px 12px;
}

.linked-info h4{   
  font: normal 24px 'UtmCafeta';
  color: #FBFF1C;
  margin: 0 0 10px 0;  
}
.linked-info ul.footer_list{
	padding-left:0;
}
.linked-info .footer_list li {
  padding-bottom: 10px;
}
.linked-info .footer_list li a{
	font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.linked-info .footer_list li a:hover{
	color: #f13340;
    text-decoration: underline; 
}

#upper-footer {
  margin-bottom: 8px;
  clear: both;
}

#upper-footer .mu-body {
  border: 1px solid #d8d8d8; 
  min-height: 319px;
  background: #fff;
}
#facebook_block{
   padding: 0 15px 13px 25px;
}
#facebook_block .facebook-fanbox {
  background: white;
  border: 1px solid #eeedee;
  border: none;
  padding: 0 5px 5px;
}

.guest-add h4,
#facebook_block h4 {
  padding: 24px 0 0 0;
  margin: 0 0 8px 0;
  font: 500 17px/21px "Roboto", sans-serif;
  color: #055690;
  text-transform: uppercase;
  font-weight: bold;
  
}

ul.help-text h3 {
  font: 500 17px/21px "Roboto", sans-serif;
  margin: 0 0 4px;
  text-transform: uppercase;
  color: #f13340;
}
ul.help-text {
	padding-left: 0;
	padding: 0 15px 13px 25px;
}
ul.help-text .fa{
	  float: left;
  width: 59px;
  height: 59px;
  margin: 3px 10px 0 0;
  font-size: 32px;
  color: white;
  line-height: 59px;
  text-align: center;
  background: #1a1a1a;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
ul.help-text .fa span{
	display: none;
}
ul.help-text  li {
  font-size: 13px;
  line-height: 19px;
  color: #757575;
  font-weight: normal;
  padding: 16px 0 0px;
}

.type-text {
  overflow: hidden;
}

.icontact {
    margin: 0;
    background: url(../images/contact-form.png) repeat-x white;
    -moz-box-shadow: rgba(0,0,0,0.17) 0 5px 13px;
    -webkit-box-shadow: rgba(0,0,0,0.17) 0 5px 13px;
    box-shadow: rgba(0,0,0,0.17) 0 5px 13px;
    padding: 23px 30px
}

.breadcrumb{border: 1px solid #d8d8d8;}
.page-heading-ctus{
	font: 600 18px/22px "Roboto", sans-serif;
  color: black;
  text-transform: uppercase;
  padding: 0 0 17px 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
  margin-bottom: 16px;
}
.guest-add{
	background: url(../images/tanbinhan-saigon2.jpg)no-repeat -135px  bottom #FAFEFF;
	  color: #fff;
  padding: 0px 30px 13px 30px;
  border: none;
  min-height: 319px;
}
.guest-add strong.dark{
	  color: #3E428C;
  text-shadow: 1px 1px 0 #fff;
}
.adv_nocontent .view-fifth{
	display:none !important;
}
.adv_nocontent img{
	margin-bottom: 15px; 
}
 .menu-cat h4.title_block {
    color: white;
    text-transform: uppercase;
    background: url("../images/icon-title.png") no-repeat 13px 13px #7fad23;
    padding: 0 0 0 43px;
    margin-bottom: 0
}

.menu-cat h4.title_block span {
    background: #4a433f;
    display: block;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 50px
}

.menu-cat .table{
	margin-bottom: 0;
}
.menu-cat .table tr td a{
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  color: #62506B;
}
.menu-cat .table tr td a:before{
	content: "+";
  height: 20px;
  left: 6%;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all .4s ease;
  width: 20px;
  z-index: 2;
  line-height: 16px;
}
.menu-cat .table tr td:hover{
	background: #F4F4F4;
}
.menu-cat .panel-title a{
	color: #F00 ;
}
.boxgallery span.hover_shine {
    background: url("../images/glass.png") no-repeat scroll -265px 0 transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%
}
.boxgallery a:hover span.hover_shine {
    background-position: 590px 0;
    transition: all 2s ease 0s
}

.boxgallery .thumbnail>img, 
.boxgallery  .thumbnail a>img{
	min-height: 180px;
}


.fixheight > .thumbnail{
	min-height: 254px;
}

.table-style table{
	border: 1px solid #B5B5B5;
}
.table-style table td{
  border: 1px solid #B5B5B5;
  padding: 6px;
}
.table-style table  tr:nth-child(even) {
    background-color: #f1f1f1;
}
.sub-info {
    overflow: hidden;
    position: relative;
    display: block;
}
.sub-info ul{padding:0;}

.sub-info .title {
    font: normal 24px 'UtmCafeta';
    color: #EDFF02;
    padding-bottom: 10px;
    overflow: hidden;	 
}
.sub-info  .titlebgBox {
    position: relative;
    z-index: 1;
}
.sub-info  .titlebg {
    height: 2px;
    background: url(../images/line.png) repeat-x;
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 1000px;
    bottom: 12px;
    left: 10px;
}
/* Block Company info */

.company_info li {
    display:table;
    clear:both;
	margin-bottom: 6px !important;
}

.company_info .company_name {
    
}

.company_info li > em,
.company_info li > span {
    display:table-cell;
    vertical-align:middle;
}

.company_info li.company_name > span {
    display:inline;
}

.company_info li em {
    font-size:1.4em;
    width:26px;
    text-align:center;
    padding-right:10px;
}
.p_code{background-color: #0774B0;
 padding: 5px 10px;
  font-size: 12px;  
}
#company-map {
    width:100%;
    height:300px;
}
.footer-copyright a{color:#fff;}
div#company-map-modal {
    display: none;
}
.addressFeature {
    background: #FAFAFA;
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed #ddd;
}
.out-slide{
	position: relative;
    overflow: hidden;
}