﻿/**
 * @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');
}

/* 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;
}

/* Global */
html{
	height: 100%;
}
body{
	height: 100%;
	padding: 0;
	margin: 0;
	background: #80c325 /*url(http://thetai.info/jsgiangsinh/bg.jpg)*/ repeat fixed center center;
}
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;
}
#header{
	height:100px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:rgba(255,255,255,0.75);
	z-index:10000;
}
#header #logo{
	float:left;
	padding:10px;
}
#header #logo img{
	height:80px;
}
#header .pull-right{
	margin:33px 33px 0 0;
}
#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;
}
#search input[type="text"]{
	border:1px #66afe9 solid;
}

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

/* Body */
#body{
	background:#fff;
	border-color:#dadada;
	border-style:solid;
	border-width:0 1px 0 1px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	padding-top:10px;
}

/* Footer */
#footer .footer-copyright{
	background: #356649;
	border-top: 4px solid #043c72;
	color:#fff;
}
#footer .footer-copyright a{
	color:#fff;
}
#footer .footer-copyright .menu{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
}
#footer .footer-copyright .menu li{
	display:inline-block;
	white-space: nowrap;
}
#footer .footer-copyright .menu li span{
	display:inline-block;
	margin:0 5px;
	white-space: nowrap;
}
#footer .footer-copyright .menu li.top{
	padding:0 4px;
	background:#428bca;
	color:#fff;
	-webkit-border-radius:2px;
	margin-left:10px;
	white-space: nowrap;
}
#footer .footer-copyright .menu li.top .fa{
	margin-right:-2px;
	white-space: nowrap;
}
#footer .footer-copyright .theme-change{
	margin-top:10px;
	text-align:right;
	width:100%;
	float:right;
}

/* 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;
}
.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%;
	}
}
@media (max-width: 992px){
	.container {
		width:100%;
	}
	#header{
		height:190px;
	}
	#header #logo{
		width:100%;
		text-align:center;
		padding:10px 0;
	}
	#header .pull-right{
		width:100%;
		margin:0;
	}
	#social-icons{
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	#social-icons ul{
		width:100%;
		text-align:center;
	}
	#search{
		width:100%;
	}
	#search form{
		padding:0 10px;
	}

	#banner{
		height:190px;
	}

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

	#footer .footer-copyright .panel-body{
		text-align:center;
	}
	#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;
}
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;
}
.nav>li {white-space: nowrap;}
.breadcrumb li {white-space: nowrap;}
#search_form_shops label,ol.breadcrumb li,#wrapermenu ul li{white-space:nowrap;}
div.news_column ul.related {float: none;}