/**
 * @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-face {
    font-family:'NukeVietIcons';
    src:url('../../default/fonts/NukeVietIcons.eot?avyewf');
    src:url('../../default/fonts/NukeVietIcons.eot?#iefixavyewf') format('embedded-opentype'),url('../../default/fonts/NukeVietIcons.ttf?avyewf') format('truetype'),url('../../default/fonts/NukeVietIcons.woff?avyewf') format('woff'),url('../../default/fonts/NukeVietIcons.svg?avyewf#NukeVietIcons') format('svg');
    font-weight:normal;
    font-style:normal;
}

[class^="icon-"],
[class*=" icon-"] {
    display:inline-block;
    font:normal normal normal 14px/1 NukeVietIcons;
    font-size:inherit;
    transform:translate(0,0);
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

.icon-lg {
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}

.icon-horizon {
    width:14px;
}

.icon-lg.icon-horizon {
    width:22px;
}

.icon-nukeviet:before {
    content:"\e607";
}

.icon-nukeviet_sm:before {
    content:"\e608";
}

.icon-callcenter:before {
    content:"\e609";
}

.icon-today:before {
    content:"\e600";
}

.icon-qrcode:before {
    content:"\e601";
}

.icon-enter:before {
    content:"\e602";
}

.icon-exit:before {
    content:"\e603";
}

.icon-yahoo:before {
    content:"\e604";
}

.icon-old-phone:before {
    content:"\e606";
}

.icon-icq:before {
	content: "\e605";
}
.icon-viber:before {
	content: "\e60a";
}

/* Fix bootstrap */
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.min-width {
    width:319px;
}

.padding {
    padding:10px;
}

.margin {
    margin:10px;
}

.margin-right {
    margin-right:10px;
}

.margin-left {
    margin-left:10px;
}

.margin-top {
    margin-top:10px;
}

.margin-bottom {
    margin-bottom:10px;
}

.margin-sm {
    margin:4px;
}

.margin-right-sm {
    margin-right:4px;
}

.margin-left-sm {
    margin-left:4px;
}

.margin-top-sm {
    margin-top:4px;
}

.margin-bottom-sm {
    margin-bottom:4px;
}

.margin-lg {
    margin:15px;
}

.margin-right-lg {
    margin-right:15px;
}

.margin-left-lg {
    margin-left:15px;
}

.margin-top-lg {
    margin-top:15px;
}

.default-body .col-md-24 {
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.padding-top{
    padding-top: 10px
}

.padding-left{
    padding-left: 10px
}

.padding-right{
    padding-right: 10px
}

.padding-bottom{
    padding-bottom: 10px
}

.boder-top{
    border-top: 1px solid #ccc;
}

.boder-bottom{
    border-bottom: 1px solid #ccc;
}

.border-left{
    border-left: 1px solid #ccc;
}

.border-right{
    border-right: 1px solid #ccc;
}

.bg-gainsboro {
    background-color:#82B1FE;
}

.bg-lavender{
    background-color:#E6E6FA
}

/*Load_Bar*/
.load-bar{
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px
}

/*Center DIV*/
.centered {
   text-align: center;
   font-size: 0;
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 14px;
}

/*nv-info*/
.nv-info {
    border-width:1px;
    border-style:solid;
    border-color:#D4D4D4;
    border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#f7f7f7;
    color:#333;
    padding:10px;
}

.nv-info.error {
    background-color:#EFD7D7 !important;
    border-color:#DCA8A6 !important;
}

.nv-info.success {
    background-color:#E5F1FB !important;
    border-color:#8DC1ED !important;
}

.nv-info:before {
    display:inline-block;
    font-family:FontAwesome;
    font-size:20px;
    line-height:1;
    vertical-align:middle;
    margin-right:5px;
}

.nv-info.error:before {
    content:" \f057 ";
    color:#A94442;
}

.nv-info.success:before {
    content:" \f13a ";
    color:#449D44;
}

.mbt {
	font-size: 16px;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	color: #272727;
	background: #eaeaea;
	border: 1px solid #dadada;
}

.mbt-lg {
	border-right: 1px solid #eceff1;
	border-right-color: #ececec;	
	font-size: 19px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 44px;
	color: #272727;
	background: rgba(0, 0, 0, 0) url("../images/bg-home.png") repeat-x scroll 0 0;
}

.mbt:hover,
.active .mbt,
.mbt-lg:hover,
.active .mbt-lg {
    color:#068f59;
    background:#dadada;
}

.mbt-circle {
    display:inline-block;
    line-height:30px;
    width:30px;
    color:#fff;
    background: #bbb;
    background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.1) 100%);
    text-align:center;
    border-radius:15px;
    -webkit-border-radius:15px;
}

.mbt-circle:hover,
.active .mbt-circle {
    background-image:linear-gradient(to bottom,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.3) 100%);
}

.clear {
    clear:both;
    height: 1px;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.rel {
    position:relative;
}

.abs {
    position:absolute;
}

.middle {
    vertical-align:middle;
}

.align-bottom{
    vertical-align: bottom
}

.align-top{
    vertical-align: top
}

.pointer {
    cursor:pointer;
}

ul,
ol {
    list-style:none;
}

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

.fix-box {
    position:inherit !important;
    margin-left:0 !important;
}

.well {
    padding: 5px;
    margin-bottom: 5px;
}

.well p {
    margin:0;
}

input[type=text].required,
input[type=password].required,
input[type=email].required,
input[type=number].required,
input[type=search].required,
input[type=tel].required,
input[type=time].required,
input[type=url].required,
input[type=url].required,
textarea.required,
select.required,
label.required {
    background-image:url(../images/icons/required.png);
    background-position:right center;
    background-repeat:no-repeat;
}
textarea.required{
    background-position: right 10px;
}
select.required{
    background-position: calc(100% - 15px) 10px;
}
label.required{
    padding-right: 20px;
}

label.radio-box,label.check-box{
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}
div.radio-box,div.check-box{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px
}

.display-inline-block {
    display:inline-block;
}

.display-table {
    display:table;
}

.display-table > * {
    display:table-row;
}

.display-table > * > * {
    display:table-cell;
    padding:5px;
}

.navbar-default .navbar-nav>li>a {
	color: #272727;
	background: #c8c8c8;
	padding: 6px 15px;
	font-weight: 600;
}

.navbar-nav>li>a {
    white-space:nowrap;
}

.dropdown-submenu {
    position:relative;
}

.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;
}

/* Fixed Jquery UI Style */

.ui-widget {
    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;
}

/* 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 */
.panel,.panel-heading{
    border-radius: 0;
	font-weight:600;
}
.panel-body p {
    margin:0;
}

.panel-body ul {
    margin:0;
    padding:0;
}

.panel-body ul li {
    margin-bottom:5px;
}

.panel-body img {
    margin-right:5px;
}
.bodytext img {
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.panel-body ul li:last-child {
    margin-bottom:0;
}


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

table caption {
    color:#0066CC;
	 text-align:left;
    font-size:14px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 5px 2px;
}

blockquote {
    font-size:14px;
}

figure {
    background: #7A7A7A;
    padding: 10px;
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    text-align: center;
}
figure.left{
    float: left;
    margin: 5px 10px 10px 0;
}
figure.right{
    float: right;
    margin: 5px 0 10px 10px;
}
figure.noncaption{
    background: transparent;
    padding: 0;
}
figcaption{
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}
figure figcaption {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.rel{
    position: relative
}

/* Global */
html {
    margin:0;
    padding:0;
}

body {
    margin:0;
    padding:45px 0 40px 0;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    background:#ddd url(../images/bg.png) repeat top left;
}

a,
a:link,
a:active,
a:visited {
    color:#800805;
}

a:hover {
    text-decoration:none;
    color:#800805;
}

a.dimgray  {
    color:#800805;
}

a.dimgray:hover {
    color:#800805;
}

a.black  {
    color:#333;
}

a.black:hover {
    color:#800805;
}

iframe {
    border:0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    margin:0;
    padding:0;
    line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-size: 1em;
   padding-left: 5px;
}

.title{
    font-size:22px
}

.hometext{
   font-weight: 700;
   text-align: justify;
   font-style: italic;
   margin-bottom: 10px;
}

.bodytext {
   word-break: keep-all;
   text-align: justify;
   font-weight: normal;
   margin-bottom: 10px;
}

.m-bottom {
    margin-bottom:10px !important;
}

#wraper {
    margin:0 auto;
}

.fa-fix {
    margin-right:-5px;
}

.fa-pointer {
    cursor:pointer;
}

.fa-horizon {
    width:14px;
}

.fa-lg.fa-horizon {
    width:22px;
}

h3.sm {
    font-size:16px;
}

span.keyword {
    background:yellow;
}

.nv-fullbg {
    min-height:100%;
    background:#fff;
}

#search-form {
    padding:10px 0;
}

#search_result {
    padding-bottom:10px;
}

a.btn {
    color:#fff;
}

.container-simple{
    margin-top: -48px;
    margin-bottom: -40px;
}

/* Header */

header.first-child {
   height: 45px;
   background: -moz-linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef6e6e), color-stop(50%,#ed5555), color-stop(51%,#ef3737), color-stop(100%,#dd1f1f));
   background: -webkit-linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
   background: -o-linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
   background: -ms-linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
   background: linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
   transition: all 0.3s linear 0s;
}

header.header-up {
    top: -45px;
}

#header {
   height: 45px;
   background: -moz-linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef6e6e), color-stop(50%,#ed5555), color-stop(51%,#ef3737), color-stop(100%,#dd1f1f));
   background: -webkit-linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
   background: -o-linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
   background: -ms-linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
   background: linear-gradient(to bottom, #f1f1f1 0%,#fff 50%,#fff 51%,#eaeaea 100%);
}

#header .logo {
   float: left;
   height: 45px;
   width: 45%;
}
#header .icon_search {
   float: left;
   height: 45px;
   width: auto;
   line-height: 30px;
}
#header .menu_mobile {
   position: absolute;
   right: 0;
   top: 0;
   height: 45px;
   line-height: 45px;
   width: 40%;
}
#header .menu_mobile ul li{
   line-height: 27px;
}
#header .logo img,
#header .logo object {
   max-height: 40px;
   margin: 5px 0px 0px 0px;
   width: auto;
   margin-left: auto;
   margin-right: auto;
   display: block;
}

#header .site-buttons {
   float: right;
   height: 45px;
}

#header .site-buttons > div {
    display:table-row;
}

#header .site-buttons > div > span {
    display:table-cell;
    vertical-align:middle;
    padding-left:3px !important;
}

#header .site-buttons a.user {
    display:inline-block;
    vertical-align:middle;
    width:26px;
    height:26px;
    border-radius:13px;
    -webkit-border-radius:13px;
    background-size:contain;
    margin-left:10px;
    margin-right:10px;
}

/* Search form */

.headerSearch input:hover,
.headerSearch input:focus {
    background:#fff !important;
}

.headerSearch .btn-info {
	background: rgba(0, 0, 0, 0) url("../images/bg-home.png") repeat-x scroll 0 0;
	border: 1px solid #ababab;
}
@keyframes ringtone {
0%, 100% {
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
}
40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
}
}
@keyframes ringtone {
0%, 100% {
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
}
40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
}
}
.ringtone {
    animation: 1s linear 0s normal none infinite running ringtone;
	font-size: 1.8em;
	padding: 0px 3px 0px 0px;
}
.hotline {
	float: left;
}
.hotline a{
    color: #272727;
    font-size: 1em;
    font-weight: bold;
    line-height: 36px;
}
.hotline .fa-phone::before {
    border: 1px solid #272727;
	margin-right:3px;
    border-radius: 50%;
    font-size: 1.6em;
    padding: 5px 8px
}
.nv-block-banners img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}
/*socialList,contactList,personalArea*/

.contactList {
    padding:10px;
}

.contactList li {
    display:block;
}

.socialList li {
    display:inline-block;
    margin-right:10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right:0 !important;
}

.socialList li a {
    display:block;
    width:28px;
    height:28px;
    line-height:28px;
    background:#1182c8;
    color:#fff;
    text-align:center;
    font-size:16px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.socialList li a[href*="facebook"]:hover {
    background:#3D5D8C;
}

.socialList li a[href*="google"]:hover,
.socialList li a[href*="youtube"]:hover {
    background:#DD4B39;
}

.socialList li a[href*="twitter"]:hover {
    background:#50A0D7;
}

.socialList li a[href*="feeds"]:hover {
    background:#FF9900;
}

.socialList li .fa {
    margin-right:-4px;
}

.contactList li .fa, .contactList li [class^="icon-"], .contactList li [class*=" icon-"] {
    width:20px !important
}

.qlist {
    position:absolute;
    left:0;
    bottom:35px;
    width:100%;
    background:#D8EAF8;
    border:1px solid #ADD3F0;
    padding:10px;
    z-index:9998;
    display:none;
}

/* guestBlock */
.slides{
    width:625px;
    height:352px;
    display:inline-block;
    padding:0px;
    margin-left:0px;
    vertical-align:top;
}
.thumbslides{
    width:625px;
    height:352px;
    background-color:#3e3e3e;
    background-image:none;
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover; 
}
.articlee{
    width:155px;
    height:170px;
    display:inline-block;
    padding:0px;
    margin-left:0px;
    vertical-align:top;
}
.thumbb{
    width:155px;
    height:170px;
    background-color:#3e3e3e;
    background-image:none;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.cat_img{
   width: 352px;
    height: 222px;
    display: inline-block;
    vertical-align: top;
}
.cat_imgin{
    width: 352px;
    height: 222px;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-shadow: 0 0 4px rgba(0,0,0,0.18);
}
.catt_img {
   width: 100%;
    height: 200px;
    display: inline-block;
    margin-left: 0px;
    padding: 0px;
    vertical-align: top;
    float: left;
}
.catt_imgin {
   width: 100%;
    height: 200px;
    background-color: #3e3e3e;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-shadow: 0 0 4px rgba(0,0,0,0.18);
}
.catli_img{
    width:80px;
    height:80px;
    display:inline-block;
    margin-left:0px;
    vertical-align:top;
    float: left;
}
.catli_imgin{
    width: 80px;
    height: 80px;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-shadow: 0 0 4px rgba(0,0,0,0.18);
}
#net-news .panel-body .col-md-25 .title {
   float: right;
    font-size: 16px;
    line-height: 20px;
    width: 76.5%;
}
#net-news .panel-body .col-md-25 .othernews {
    text-align: justify;
    padding-left: 12px;
    height: 36px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    float: right;
    padding: 0px;
    width: 76.5%;
}
#net-news .panel-body .col-md-25 ul li {
    font-size: 1em;
    padding: 0;
    height: 80px;
    border-bottom: 1px solid #f5f5f5;
    margin: 15px 0px 5px 0px;
}
.thumb:hover, .thumbb:hover, .cat_imgin:hover, .catt_imgin:hover, .thumbslides:hover, .catli_imgin:hover, .thumbs:hover, .thumbtinmoigroup:hover {opacity:0.6;transition:all 0.6s linear 0s;}
.showss {
   display: block !important;
   float: right;
   width: 58%;
   text-align: justify;
   font-weight: bold;
}
.article {
	width: 100%;
	height: 360px;
	display: inline-block;
	padding: 0px;
	margin-left: 0px;
	vertical-align: top;
} 
.thumb {
    width: 100%;
    height: 340px;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
} 
.articlee {
	width: 155px;
	height: 170px;
	display: inline-block;
	padding: 0px;
	margin-left: 0px;
	vertical-align: top;
}
.thumbb {
    width: 155px;
    height: 170px;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.thumbhome {
	width: 160px;
	height: 145px;
	display: inline-block;
	padding: 0px;
	margin-right: 10px;
	vertical-align: top;
	float: left;
}
.thumbcontent {
    width: 160px;
    height: 145px;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: 5px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0,0,0,0.18);
}
.thumbhome1 {
   width: 145px;
    height: 130px;
    display: inline-block;
    padding: 0px;
    margin-right: 0px;
    vertical-align: top;
    float: left;
}
.thumbcontent1 {
   width: 140px;
    height: 130px;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0,0,0,0.18);   
}
.thumb:hover, .thumbb:hover, .thumbcontent:hover, .thumbcontent1:hover {
	opacity:0.6;
    transition: all 0.6s linear 0s;
}
.homtext {
	text-align:justify;
	font-size:1em;
   height: 39px;
   overflow: hidden;
}
.news_column .panel-default {
   border-bottom: 1px solid #eaeaea;
}
.thongbao {
	text-align:justify;
	font-size:1em;
	padding:12px;
}
.hometexts{
    font-weight: normal;
    font-family: "Times New Roman",Georgia,serif;
    text-align: justify;
    height: 66px;
    overflow: hidden;
    font-size: 16px;
}
.panel-default {
   margin-bottom: 5px;
   background-color: #ffffff;
   border: 1px solid #eaeaea;
   border-radius: 0px;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.defaultin {
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    height: 33px;
    width: 100%;
    border-top: 2px solid #cc0101;
}
.news_column .defaultin h2 {
   border-top: 2px solid #393939;
    color: #800805;
    float: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    margin-left: 10px;
    margin-top: -2px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    width: 327px;
    text-overflow: ellipsis;
}
.defaultin h2 {
   border-top: 2px solid #393939;
    color: #800805;
    float: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    margin-left: 10px;
    margin-top: -2px;
    text-transform: uppercase;
    white-space: nowrap;
}
.defaultin .readmore {
   background: #fbfbfb none repeat scroll 0 0;
    border-radius: 5px;
    color: #a40100;
    float: right;
    font-size: 0.8em;
    margin: 6px;
    padding: 3px 5px 3px 5px;
}
.defaultin h2 a {
    color: #a40100;
    font-weight: bold;
}
.nav-tabs {
   background: rgba(0, 0, 0, 0) url(../images/bg-home.png) repeat-x scroll 0 0;
    border-radius: 5px 5px 0 0;
    height: 30px;
    margin-top: 0px;
    width: 100%;
}
.nav-tabs .active {
    color: #cc0101;
    background: rgba(0, 0, 0, 0) url(../images/center.png) repeat-x scroll 0 0;
    border-radius: 8px 8px 0 0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d4d4d4 #d4d4d4 currentcolor;
    border-image: none;
    border-radius: 8px 8px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 0px;
    padding: 4px 6px;
}
.nav-tabs .fa {
    display: none;
}
.nav-tabs li {
    font-size: 1em;
    padding: 4px 6px;
    font-weight: bold;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background: none;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    cursor: pointer;
    padding: 0px 0px;
}
.tab-content .list-group-item {
    border-bottom: 2px dashed #dbdbdb;
    float: left;
    margin-left: 5px;
    margin-top: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 5px;
    width: 98%;
}
.list-group-item {
   border: 0px solid #ddd; */
}
.tab-content .list-group-item .title {
   width: 76.5%;
    text-align: justify;
    float: right;
    padding: 0px;
}
.tab-content {
   overflow: scroll;
   height: 290px;
}
.tab-content .othernews {
   text-align: justify;
    height: 39px;
    overflow: hidden;
    margin: 0px;
    float: right;
    width: 76.5%;
}
.xemchitiet {
    text-align: right;
    width: 55%;
    float: right;
    font-size: 14px;
    margin-top: -25px;
    border-bottom: 1px dashed #e8e8e8;
}
.xemchitiet a {
    color: #272727;
}
.titless {
   font-size:18px;
   background-color: #f5f5f5;
   background-image: linear-gradient(to bottom,#fff,#e6e6e6);
   border-bottom:1px solid #ccc;
   padding:3px 0px 3px 10px;
   margin:0px;
   font-weight:bold;
}
.title{
   font-size:14px;
   padding:3px 0px 3px 10px;
   margin:0px;
   font-weight:bold;
}
.box-home-news li {
    border-bottom: 0.5px solid #eaeaea;
    margin: 4px 0;
    padding-bottom: 4px;
}
.box-home-news li.first a {
   font-size:1.2em;
}
.box-home-news li a {
    padding: 5px 0 5px 0px;
    font: bold 14px arial;
    text-align: justify;
}
table {
    background-color: transparent;
    width: 100%;
}
.btn-primary {
    color: #fff;
}
.bgtitleslide {
   position:absolute;
   top:272px;
   background-color:#eaeaea;
   color:#272727;
   padding:6px;
   width:625px;
   opacity:0.8;
}
.titleslide {
    font-weight: 600;
    line-height: 35px;
    font-size: 28px;
    font-family: "Times New Roman",Georgia,serif;
    height: 68px;
    overflow: hidden;
}
.slidehometext {
   display: none;
}
.titleslides {
   font-weight: normal;
   color: #272727;
   overflow: hidden;
   height: 55px;
   text-align: left;
   line-height: 27px;
   font-size: 22px;
   font-family: "Times New Roman",Georgia,serif; 
}
.guestBlock > h3 {
    border-bottom:1px solid #ccc;
}

.guestBlock > h3 > a {
    display:inline-block;
    line-height:34px;
    padding:0 17px;
    background:#e5e5e5;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}

.guestBlock > h3 > a:hover,
.guestBlock > h3 > a.current {
    background:#D0D0D0;
}

.guestBlock .reg-area{
    margin-bottom: 50px;
}

/* TIP */

.tip,.ftip {
    position:relative;
}

#tip {
    position:absolute;
    top:0;
    left:0;
    float:left;
    z-index:9;
    width:auto;
    min-height:50px;
    overflow-y:auto;
    overflow-x:hidden;
    padding:0px 3px 3px 3px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.1);
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	background: #fff;
	border-bottom: 1px solid #eceff1;
    display:none;
}

#ftip {
    position:fixed;
    bottom:41px;
    right:0;
    float:right;
    z-index:9;
    min-width:100px;
    min-height:50px;
    max-height: calc(100% - 42px);
    overflow-y:auto;
    overflow-x:hidden;
    padding:10px 14px 20px 10px;
    background:#eee;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    display:none;
}

.fixed #tip {
    position:fixed !important;
    top:48px !important;
    right:0;
    max-height:calc(100% - 56px);
}

#tip .tip-footer {
    background:#e1e1e1;
    border:1px solid #ccc;
    padding:10px;
    margin:10px -15px -16px;
}

#tip h3, #ftip h3 {
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

#tip ul, #fip ul {
    margin:0;
    padding:0;
}

#ftip .socialList a {
    color:#fff;
}

/* Body */
body {
	transition: background-color .5s;
}
#body {
    background:#fff;
    border-color:#dadada;
    border-style:solid;
    border-width:0;
    position: relative;
}

.breadcrumbs {
	position: relative;
    height: 35px;
    line-height: 1;
    padding: 0 10px 0 50px;
    margin: 0;
    background: transparent;
    overflow: hidden;
	background: rgba(0,0,0,0.05);
}

.breadcrumbs .home-icon {
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
}

.breadcrumbs .home-icon a{
	width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border-right: 1px solid rgba(0,0,0,0.1);
    color: #666;
}

.breadcrumbs .toggle{
	width: 15px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	display: none;
}

.breadcrumb{
	padding: 0;
	margin: 0;
	line-height: 35px;
	display: inline-block;
}

.sub-breadcrumbs {
    margin: 0;
    padding: 0;
    background: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0;
    position: absolute;
    left: 39px;
    top: 36px;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
}

.sub-breadcrumbs.open{
	display: block;
}

.sub-breadcrumbs li:last-child,
.sub-breadcrumbs li:last-child a,
.sub-breadcrumbs{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sub-breadcrumbs li, .sub-breadcrumbs a {
    display:block;
    float:none;
}

.sub-breadcrumbs a{
    line-height:40px;
    height:40px;
    overflow: hidden;
    padding:0 10px;
}

.sub-breadcrumbs li:not(:last-child) a{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sub-breadcrumbs a:hover{
    background: rgba(0,0,0,0.1)
}

.sub-breadcrumbs a em{
	display: inline-block;
	margin-right: 5px;
	color: #666;
}

/* Footer */

#footer {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:10;
    width:100%;
    min-height:40px;
    -webkit-transition: top 0.08s ease-in-out;
    transition: top 0.08s ease-in-out;
}

#footer.footer-down {
    bottom: -42px;
}

.footer {
	height: 39px;
	width: 100%;
	background: rgba(0, 0, 0, 0) url("../images/bg-home.png") repeat-x scroll 0 0;
	font-size: 0.9em;
	color: #272727;
	border-top: 1px solid #f3f3f3;
}

.footer a {
	color: #272727;
	text-decoration: none;
	padding: 5px;
}

.footer.display-table > * > * {
    padding:0;
    vertical-align:middle;
}

/* theme-change */
.theme-change{
   font-weight: bold;
   font-size: 10px;
}
.theme-change .fa {
    font-weight: 400;
    font-size: 14px;
}
.theme-change span + span:before {
    content: "|";
    display:inline-block;
    margin-left: 5px;
    margin-right:5px
}
#idcomment .text-left {
    text-align: left;
    width: 100%;
    float: left;
	padding-top:0px;
}
#idcomment .text-right {
    text-align: right;
    width: 100%;
    float: right;
}
.text-left {
    text-align: left;
    width: 25%;
    float: left;
	padding-top:10px;
}
.text-right {
    text-align: right;
    width: 75%;
    float: right;
}
#decimal li {
   border-bottom: 1px dotted #e2e2e3;
   height: 125px;
}
#decimal {
    list-style-type: square;
}
#decimal li .show {
   font-weight: 600;
   text-align: left;
   line-height: 18px;
   height: 125px;
   float: right;
   width: 56%;
}
#decimal li .showw {
   height: 45px;
   float: left;
   width: 22%;
}
#decimal li .showw img {
   height: 52px;
}
.col-sm-12 .panel-body {
    padding: 5px 5px 0px 18px;
}
.text-muted {
    color: #999999;
    font-size: 11px;
    padding: 1px;
    font-weight: normal;
    display: none;
}

.jssort11 {
    position: absolute;
    width: 625px;
    height: 190px;
    top:345px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jssort11 .p {
    position: absolute;
    width: 154px;
    height: 168px;
    background: #eaeaea;
}

.jssort11 .tp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort11 .i, .jssort11 .pav:hover .i {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 134px;
    height: 75px;
    border: #CCCBEA 1px solid;
}

* html .jssort11 .i {
    width : 62px;
    height : 32px;
}

.jssort11 .pav .i {
    border: white 1px solid;
}

.jssort11 .t, .jssort11 .pav:hover .t {
   position: absolute;
   top: 100px;
   left: 0px;
   color: #1E2B45;
   font-size: 13px;
   text-align: justify;
   text-justify: inter-word;
   background: #eaeaea;
   opacity: 0.9;
   padding: 5px;
   width: 100%;
   height: 65px;
}

.jssort11 .pav .t, .jssort11 .p:hover .t {
    color: #fff;
}
.jssort11 .c, .jssort11 .pav:hover .c {
    position: absolute;
    top: 38px;
    left: 3px;
    width: 197px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    overflow: hidden;
}

.jssort11 .pav .c, .jssort11 .p:hover .c {
    color: #fc9835;
}

.jssort11 .t, .jssort11 .c {
    transition: color 2s;
    -moz-transition: color 2s;
    -webkit-transition: color 2s;
    -o-transition: color 2s;
}

.jssort11 .p:hover .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .pav:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssort11 .p:hover, .jssort11 .pav:hover {
    background: #999;
}

.jssort11 .pav, .jssort11 .p.pdn {
    background: #ccc;
}
.btn-info {
    color: #800805;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 7px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-control {
    width: 100%;
    margin: 8px 0px 8px -2px;
    height: 28px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bottom-info {
   margin-top: 10px;
   display: block;
   text-align: right;
   padding-right: 10px;
   font-weight: bold;
}
/* WinHelp */
input[type=textt] {
    width: 36px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    float: right;
    height: 30px;
    margin-top: 14px;
    background:linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%) repeat scroll center top rgba(0, 0, 0, 0);
    background-image: url(../images/search.png);
    background-size: 69%;
    background-position: 5px 4px;
    background-repeat: no-repeat;
    padding: 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=textt]:focus {
    width: 100%;
}
sticknav {
   height:auto;
   background: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%) repeat scroll center top rgba(0, 0, 0, 0);
   transition:all 1.3s cubic-bezier(.55,.09,.68,.53) 0s;
   width:100%;
   margin-right:0px;
   margin-left:0px;
   left:0px;
   right:0px;
   z-index:9999;
}
.fixed {
   position:fixed;
}
#winHelp {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    background:rgba(0,0,0,.5);
    z-index:11;
    display:none;
}

#winHelp .winHelp {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:240px;
    background:#efefef;
    border-right:1px solid #bbb;
    border-top:1px solid #bbb;
    z-index:12;
    color:#333;
    box-shadow:0 2px 10px rgba(0,0,0,0.5);
    overflow-y: auto;
}

#winHelp .winHelp a {
    color:#333
}

#winHelp .winHelp a:hover {
    color:#047945;
}

#winHelp .panel{
    margin-bottom:0
}

#winHelp .panel-heading{
    font-weight: bold;
}

#winHelp .panel-body{
    padding: 0
}

#winHelp .panel-body .menu > li{
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#winHelp .panel-body .menu > li:last-child{
    border-bottom:none
}

#winHelp .panel-body .menu > li > a {
    display: block;
    line-height:32px;
    padding:0 10px;
    background:#fff;
}

#winHelp .panel-body .menu > li > a:after{
    content: " \f054 ";
    display:inline-block;
    float:right;
    font-family:FontAwesome;
    font-size:9px;
    font-weight: normal
}

/* Block Company info */
.company_info{
    font-size:12px
}

.company_info .company_name {
    text-transform:uppercase;
}

.company_info li {
    display:table;
    clear:both;
}

.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;
}

#company-map {
    width:100%;
    height:300px;
}

/* copyright class */

.copyright {
    font-size:11px;
    text-align: center;
    line-height: 18px;
}

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

.page {
    padding:0px 5px;
}

.page h1 {
    color:#068f59;
    font-weight:bold;
    line-height:30px;
    padding: 0px;
    border: none;
}

/* 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: -2px;
    padding-right: 66px;
    margin-bottom: 0px;
}

/* Form control */

.nv-captcha {
    vertical-align:middle;
}

.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}

.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}

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

/* List none */

.list-none {
    list-style:none;
    margin:0;
    padding:0;
}

/* sub-list-icon */
.sub-list-icon > li:first-child > *:before,.cat-icon:before{
    content: " \f114 ";
    font-family:FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:4px;
    margin-top: -3px;
}
.sub-list-icon > li + li > *:before{
    content: " \f10c ";
    font-family:FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:10px
}
.sub-list-icon > li:first-child + li > *:before{
    content: " \f101 ";
    font-size: 12px;
    margin-top: -2px;
}

/* 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:3px 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:0 0 0 0;
    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;
}

.img-thumbnail {
    background-color: #d0d0d0;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}

figure.image {
    background:#f1f1f1;
    margin:10px 0;
}

figure.image > img {
    margin:5px;
}

figure.image > figcaption {
    font-style:oblique;
    color:#999;
    font-size:14px;
}

.bodytext figure.image figcaption {
    padding:0 5px 5px;
}

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

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.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;
}

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

ul.list-control li {
    color:#FFFFFF;
    margin-top:10px;
}

.row {
    margin-left:0;
    margin-right:0;
}

.modal-header .close {
    margin-top:-2px;
}

button.close {
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
}

.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
}

.modal-body{
    padding:15px
}

#sitemodal .modal-dialog {
  position: relative;
  width: auto !important;
  max-width: 600px;
  text-align: center;
  font-size: 0;
}
#sitemodal .modal-content{
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left
}
#sitemodal .close{
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height:24px;
    background: #000;
    color:#fff;
    font-size:11px;
    opacity:0.8;
    border:2px solid #ccc;
    border-radius: 12px
}
#sitemodal .close:hover{
    opacity:1;
}
@media (max-width: 619px) {
    #sitemodal .modal-dialog{
        margin-left: 10px;
        margin-right: 10px;
    }
  #sitemodal .modal-content{
        display: block
    }
}

.sidebar-nav {
    margin:0 !important;
}

.time {
    font-size:12px;
}

hr {
    margin-top:3px;
    margin-bottom:3px;
}

/* Account Level */
[class^="lev-"],
[class*=" lev-"]{
    display:inline-block;
}
[class^="lev-"]:before,
[class*=" lev-"]:before{
    font-family: FontAwesome;
    font-size:inherit;
    margin-right: 5px
}
.lev-1:before{
    content: " \f005 \f005 \f005 "
}
.lev-2:before{
    content: " \f005 \f005 \f006 "
}
.lev-3:before{
    content: " \f005 \f006 \f006 "
}
.lev-user:before{
    content: " \f007 "
}

/* block Contact*/
.contactForm{
    position: relative;
    width: 350px;
    height:100%;
    margin: -10px -14px -20px -10px
}

.contactForm .panel{
    margin-bottom:0;
    color: #333
}

@media (max-height:599px) and (min-width:350px) {
    .contactForm .panel{
        margin-right: 14px
    }
}

@media (max-width:349px) {
    .min-width {
        width:100% !important;
    }
    #tip {
        width:100%;
    }
    #ftip {
        max-width:100%;
    }
    .winHelp {
        width:calc(100% - 80px);
    }
    .contactForm {
        width: 100%;
        margin: 0
    }
    .contactForm .panel{
        width: 100%
    }
}