/**
 * @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
 */

/* NUKEVIET ICONS */

@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;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0,0);
    vertical-align:-10%;
}

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

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

.icon_new {
    background:url("../images/icons/new.gif") no-repeat;
    display:inline-block;
    width:33px;
    height:15px;
}

.icon_new_small {
    background:url("../images/squared-blue.png") no-repeat 0 8px;
}

.icon_list {
    background:url("../images/arrow_left_orange.png") no-repeat 0 8px;
}

/* Fonts Color */

.text-black {
    color:#000 !important;
}

.text-white {
    color:#fff !important;
}

/* Fonts Weight */

.text-normal {
    font-weight:normal;
}

.text-bold {
    font-weight:bold;
}

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display:none;
}

.hidden-ss-block {
    display:block !important;
}

.hidden-ss-inline {
    display:inline !important;
}

.hidden-ss-inline-block {
    display:inline-block !important;
}

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

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

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

.column-margin-left{
    margin-left: 10px !important
}

.bg-gainsboro{
    background-color:#C0C0C0
}

.bg-lavender{
    background-color:#EEEEEE
}
.block-padding{
	margin-bottom:10px;
}

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

.clear {
    clear:both;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.pointer {
    cursor:pointer;
}

.middle{
    vertical-align:middle
}

.align-bottom{
    vertical-align: bottom
}

.align-top{
    vertical-align: top
}

ul,
ol {
    list-style:none;
}
#nvslider1{margin-bottom:10px; margin-top: 10px;}
.input-group-btn {
    font-size:14px !important;
}

.radius-top-left {
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}

.radius-top-right {
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

.radius-bottom-left {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}

.radius-bottom-right {
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

.radius {
    -webkit-border-radius:5px;
    border-radius:5px;
}

.bg-gradient {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image:linear-gradient(to bottom,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.3) 100%);
}

.box-shadow {
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
}

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

.well {
    padding:8px;
    line-height:18px
}

.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
}
.has-error div.radio-box,.has-error div.check-box{
    border-color: #a94442;
}

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

.display-table {
    display:table;
}

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

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

/*tooltip*/
.tooltip-inner {
    max-width:250px;
    padding:10px;
    color:#fff;
    text-align:left !important;
    background-color:#0C2138;
    border-radius:4px;
    height: auto;
    overflow: auto
}

.tooltip-inner img.pull-left{
    margin:3px 5px 1px 0;
}

.tooltip-inner img.pull-right{
    margin:3px 1px 0 5px;
}

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

figure {
    position: relative;
    padding: 3px;
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    text-align: center
}
figure.article{
    background: #949494;
}
figure.left{
    float: left;
    margin: 5px 10px 10px 0;
}
figure.right{
    float: right;
    margin: 5px 0 10px 10px;
}
figure.center{
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align:center
}
figure.noncaption{
    background: transparent;
    padding: 0;
}
figcaption{
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}
figure figcaption {
    font-size: 12px;
    font-weight: normal;
}
figure.article figcaption {
    color: #fff;
}
figure.article.center figcaption{
    color: inherit
}
figure.avatar{
    margin-top:0 !important
}
figure.avatar figcaption{
    position: absolute;
    bottom: 12px;
    left: 3px;
    width:calc(100% - 6px);
    background: #1182C8;
    color:#fff;
    font-size:11px
}

/* Global */

html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0
}
body {
	font-size: 13px;
    background: none repeat-x scroll 0 0 #ECF0F7;
    color: #333;
    line-height: 1.5;
    font-family: Arial,Helvetica,sans-serif;
}
a,
a:link,
a:active,
a:visited {
    color:#333;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}
a.text-red {
    color: #f61b17;
}
a.dimgray  {
    color:#696969;
}

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

a.black  {
    color:#333;
}

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

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:700;
}

 
.hometext{
    font-weight: 700
}

.bodytext {
    word-break:keep-all;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	line-height: 1.7em;
}

/* .bodytext p{
    margin-bottom: 15px !important
} */

.bodytext ol{
	list-style-type: decimal!important;
}

.bodytext ul{
	list-style-type: disc!important;
	padding-left: 40px!important;
	margin-bottom: 10px!important;
}

.bodytext li{
	margin-bottom: 0!important;
}

.bodytext div.alert{
	margin-bottom: 7px;
	margin-top: 4px;
}

iframe {
    border:0;
}

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

.wraper {
    position:relative;
    width:1080px;
    margin:0 auto;
	
}
.wraper.white{background:#fff;}
.container,.rel {
    position:relative;
}

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

.fa-pointer {
    cursor:pointer;
}

.fa-horizon {
    width:14px;
}

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

h3.sm {
    font-size:16px;
}
h3.feeds {
    font-size:14px;
	font-weight:normal
}

span.keyword {
    background:yellow;
}

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

a.btn {
    color:#fff;
}
 

/* Header */
#sb-site {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform,left,right;
    -webkit-backface-visibility: hidden;
}
#banner{
	position: relative;
    z-index: 999;
   /*  border-top: 9px solid #006CB5; */
  /*   border-bottom: 0px solid #000;   */  
}

.wrap {
    width: 100%;
    clear: both;
}
.company_info{padding:0;margin:10px 0}
#header { 
	top: 0px;
    bottom: 2px;
    overflow: hidden;
	/* background: url(../images/banner.jpg) no-repeat; 
	background-size: cover; */
    /* width: 1080px; */
    /* text-align: right; */
    /* height: 142px; */
}
#header img{width:100%;height:100%; } 

#column-right {
    border: 1px solid #ECEAF3;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
    overflow: hidden;
} 
.block-default{margin-bottom:10px;}
.block-default-heading {
    background: url('../images/spider.png') no-repeat scroll right 0px transparent;
    color: red;
    font-weight: bold;
    height: 29px;
    padding: 4px 0 0 0;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 4px;
    overflow: hidden;
    text-align: center;
}
.block-default-body ul{padding:0;margin:0}
 
.fix_banner_left {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    left:2px;
    display:none;
}

.fix_banner_right {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    right:2px;
    display:none;
}

/* SECOND NAV */
.second-nav{
    z-index:3
}
.second-nav .bg {
    background:#ccc;
    background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
}

/* THIRD NAV */

.third-nav {
    position:relative;
    margin-bottom:6px;
}

.third-nav .row{
    border-bottom:1px solid #ddd;
}

.third-nav .bg {
 
    padding:5px 5px 3px;
}

.third-nav .current-time {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    line-height:37px
}

.third-nav ul + .current-time{
    float:right;
    margin-top:-35px
}

.headerSearch {
    margin:0.15em 0;
}

.headerSearch input {
    border-color:#d0d0d0;
    height:32.4px;
    background:#fff !important;
}

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

.headerSearch .btn-info {
    background-color:#428bca;
    border-color:#428bca;
}

/* Bootstrap Menu */
/* Menu boostrap */
#nav{width:100%;min-height:30px;background: #8b9620;}

#navbar.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#navbar.navbar-default {
    font-size: 15px;
    background: #0375bc;
    border-width: 0px;
    border-radius: 0px;
    min-height: inherit;
	border-top: 1px #ccc solid;
}
#navbar.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    font-size: 14px;
    padding: 10px 12px;
    text-transform: uppercase;
}
#navbar.navbar-default .navbar-nav>li>a:hover,
#navbar.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background: transparent;
}

a.home {}
#navbar.navbar-default .navbar-nav>.active>a, #navbar.navbar-default .navbar-nav>.active>a:hover, #navbar.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(43, 146, 211);
}
#navbar.navbar-default .navbar-toggle {
    border-color: #3d3c3c;
    margin: 5px;
    padding: 8px;
}
#navbar.navbar-default .navbar-menutop{
	border: none;
}
#navbar.navbar-default .navbar-toggle:hover,
#navbar.navbar-default .navbar-toggle:focus {
    background-color: #3d3c3c;
}
#navbar.navbar-default .navbar-toggle .icon-bar {
    background-color: #3d3c3c;
}
#navbar.navbar-default .navbar-toggle:hover .icon-bar,
#navbar.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000000;
}
#navbar.navbar-default .navbar-nav>.open>a, #navbar.navbar-default .navbar-nav>.open>a:hover, #navbar.navbar-default .navbar-nav>.open>a:focus{
	color: rgb(255, 255, 255);
	background: transparent;
}
#navbar .dropdown-menu{
	min-width: 250px;
	background: #fff;
	padding: 0;
	margin: 0;
	box-shadow: inherit;
	border-radius: inherit;
	border: 2px #0375bc solid;
}
#navbar .dropdown-menu li{
	 border-bottom: 1px #0375bc solid;
}
#navbar .dropdown-menu li:last-child{
	border-bottom:none
}
#navbar .dropdown-menu li a{color: #000;font-size: 14px;outline: none;padding: 8px 14px;}
#navbar .dropdown-menu li a:hover{
	background: #0375bc;
	color: #fff;
	border: none;
}
#navbar .dropdown-submenu.open>a, #navbar .dropdown-submenu.open>a:hover, #navbar .dropdown-submenu.open>a:focus {
	background: #15d8d8;
    color: #fff;
    border: none;
}
#navbar.navbar-default .navbar-nav>li {
    border-right: 1px #126091 solid;
}
#navbar.navbar-default .navbar-nav>li:last-child {
    background: none
}
.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-submenufv:hover>.dropdown-menu {
    display: block;
}
#navbar > ul > li.dropdown.open > ul > li.dropdown-submenu > ul{
	background: #00AA01;
	color:#fff;
}
#navbar >ul >li>ul >li.dropdown-submenu >ul>li{
	
}
#navbar >ul >li>ul >li.dropdown-submenu >ul>li>a{
	padding: 8px 10px;
    color: #fff;
    text-transform: uppercase;
}
#navbar >ul >li>ul >li.dropdown-submenu >ul>li>a:focus,
#navbar >ul >li>ul >li.dropdown-submenu >ul>li>a:hover{
	text-decoration: none;
    color: #fff;
    background-color: #118739;
}
/* MENU MOBILE */
#mobilemenu {
    display: none;
} 
#mobilemenu.mm-opened {
    display: block;
} 
#mobile-bar {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #0375bc;
    border-bottom: 1px solid rgb(179, 160, 1);
}
#mobile-bar .mobile-box {
   margin: 10px;
}
.menu-trigger:active {
    opacity: 1;
}
#mobile-bar > div > a.menu-trigger {
    border: 1px rgba(255, 255, 255, 0.4) solid;
    padding: 8px 8px 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
#mobile-bar > div > a > i{
	font-size:20px;
	color: #fff;
} 
.mm-menu.mm-offcanvas.mm-current #banner{
	margin-top:0 !important
}
 
.dropdown-menu.mm-listview{
	position:relative;
	top:0;
	left:0
}
 

/* Head-Nav */

.header-nav {
    position:absolute;
    top:0;
    left:0;
    height:51px;
    width:100%;
    color:#fff;
    background:transparent;
}

.header-nav a,
.header-nav a:hover {
    color:#fff;
}

.header-nav a.button {
    display:inline-block;
    padding:8px;
    color:#fff;
    line-height:1;
    background:#1182C8;
    border-width:2px;
    border-color:transparent transparent #1182C8 #1182C8;
    border-style:solid;
    border-radius:5px;
    -webkit-border-radius:5px;
}

.header-nav a.button:hover,
.header-nav a.active {
    background-color:#333 !important;
}

/* TIP POPUP and FTIP POPUP */

#tip,
#ftip {
    position:absolute;
    color:#333 !important;
    background:#eee;
    max-width:485px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    z-index:1000;
    display:none;
}

#tip {
    top:51px;
    right:0;
    min-height:51px;
    margin-right:10px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

#ftip {
    bottom:45px;
    left:0;
    min-height:51px;
    margin-left:10px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .bg,
#ftip .bg {
    padding:15px;
    border-bottom:#a7a6a6 1px solid;
}

#tip .bg {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

#ftip .bg {
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .tip-footer,
#ftip .tip-footer {
    background:#e1e1e1;
    border:1px solid #ccc;
    padding:10px;
}

#tip .tip-footer {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    margin:10px -15px -16px;
}

#ftip .ftip-footer {
    margin:10px -15px -15px;
}

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

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

#tip a {
    color:#333 !important;
}

#tip .socialList a {
    color:#fff !important;
}

/* Blocks social-icons,contactDefault and personalArea */

.social-icons,
.personalArea {
    line-height:51px;
    float:right;
    margin:0 10px;
}

.contactDefault {
    position: absolute;
    top:0;
    left:0;
    line-height:51px;
    margin:0 10px;
}

.personalArea {
    margin-left:50px;
}

.personalArea a.button.user,
.personalArea a.button.user:hover {
    width:30px;
    height:30px;
    margin-top:11px;
    border-width:0;
    border-radius:15px !important;
    -webkit-border-radius:15px !important;
    background-color:transparent !important;
    background-size:contain;
}

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

/* block counter */
.counter.display-table{
    width:100%
}

.counter span + span{
    text-align: right;
}

/* guestBlock */

.guestBlock {
    width:350px;
}

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

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

.socialList li,
.contactList 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;
}
 

/* Footer-NAV2 */

.footerNav2 {
    position: relative;
    width: 100%;
    background: #024E82;
    padding: 10px 0;
    color: #FFFFFF;
}

.footerNav2 .theme-change {
    float:left;
    margin-left:10px;
    margin-right:10px;
    height:40px;
}

.footerNav2 .theme-change a,
.footerNav2 .theme-change span {
    display:inline-block;
    margin-top:5px;
    margin-right:10px;
    line-height:30px;
    width:30px;
    background:#102D4C;
    color:#fff;
    text-align:center;
    border-radius:15px;
    -webkit-border-radius:15px;
}

.footerNav2 .theme-change span {
    color:#2469B5;
    background:#102D4C;
}

.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change span:hover {
    color:#fff;
    background:#147bbf;
}

.footerNav2 .theme-change .fa-lg {
    font-size:14px;
}

.footerNav2 .theme-change .fa-mobile {
    font-size:20px;
    margin-right:-2px;
}

.footerNav2 .bttop {
    float:right;
    width:40px;
    height:40px;
    margin-right:10px;
}

.footerNav2 .bttop a {
    display:block;
    line-height:40px;
    background:#102D4C;
    color:#fff;
    font-size:14px;
    text-align:center;
    border-radius:20px;
    -webkit-border-radius:20px;
}

.footerNav2 .bttop a:hover {
    color:#fff;
    background:#147bbf;
}

.footerNav2 .bttop em {
    margin-right:-2px;
}
.paddtb{padding:10px 0}
 
.list-group-tophit{
	
}
.list-group-tophit li{
	border-bottom: 1px #ccc solid;
	padding:8px 0;
}
.list-group-tophit li a:first-child{
	display:block;
 
}
.list-group-tophit li a:first-child img{
	margin-right:10px;
}
.static{margin:10px 0;}
/* Footer */

#footer {
    position: relative;

    width: 100%;
    background: #0375bc;
    padding: 10px 0;
    font-size: 13px;
}

#footer,
#footer a {
    color:#fff;
}

#footer h3 {
    font-weight:700;
    font-size:15px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    margin-bottom: 10px;
    color:#333;
}

#footer h3 a {
    color:inherit;
}

#footer p {
    margin:0;
    padding:0;
}

/* Block Footer-Menu */

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

#footer .menu li {
    position:relative;
    display:inline-block;
    width:49%;
    padding:0;
    margin:0;
}

#footer .menu li:nth-child(2n+1) {
    padding-right:8px;
}

#footer .menu li:nth-child(2n) {
    padding-left:7px;
}

#footer .menu li a {
    display:block;
    white-space:nowrap;
    border-bottom:1px #fff solid;
    padding:8px 0;
}

#footer .menu li a:before {
    content:"\f111";
    color:#fff;
    font-family:FontAwesome;
    font-size:5px;
    padding-right:6px;
    vertical-align:middle;
}

#footer .menu li a:hover {
    border-bottom-color:#ccc;
    color:#ccc;
}

#footer .menu li a:hover:before {
    color:#ccc;
}

/* Block copyright*/

.copyright {
    color:#fff;
}

.copyright span a {
    color:#fff !important;
}

.copyright span a:hover {
    text-decoration:underline
}

/* Block Company info */

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

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

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

/* 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:4px 5px 0 5px!important;
}

.nv-social-share li {
    display:inline-block;
    margin-bottom: 0!important;
    height: 20px;
}

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

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

/* Block global */

.nv-block-banners {
    position:relative;
    margin-bottom:10px;
    text-align:center;
}

.nv-block-banners .link {
    position:absolute;
    top:0;
    left:0;
}

.nv-block-banners img {
    max-width:100% !important;
    height:auto;
}

.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 */

.panel-body p {
    margin:0;
}

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

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

.panel-body img {
    margin-right: 5px;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.panel-body ul li:last-child {
    margin-bottom:0;
}

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

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

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

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

.panel-heading {
    background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
    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:700;
    line-height:22px;
    padding:0 0 5px 2px;
}

blockquote {
    font-size:13px;
}

.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{
	z-index: 1050 !important
}
#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
    }
}

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

.chromeframe {
    position:fixed !important;
    top:0 !important;
    right:0;
    left:0;
    width:100% !important;
    z-index:99999999999999 !important;
    background:#ffff00 !important;
    color:#000 !important;
    height:25px;
    line-height:25px;
    padding:0.2em 0;
    text-align:center !important;
}

#timeoutsess {
    display:none;
}

#timeoutsess a {
    color:#0000FF !important;
}

/* Block featured-products */

.featured-products > .row {
    margin-bottom:35px;
}

.featured-products > .row:last-child {
    margin-bottom:0;
}

.featured-products .img-thumbnail {
    margin-top:3px;
    margin-bottom:10px;
    background-color:#fff !important;
    border-width:1px !important;
    padding:0 !important;
}

.featured-products ul {
    margin:0;
    padding:0;
}

.featured-products ul > li {
    margin-bottom:5px;
}

.featured-products ul > li:before {
    font-family:'FontAwesome';
    content:"\f105";
    margin-right:5px;
}

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

/* module Contact*/
.contact-result{
    position:absolute;
    top:40px;
    left:5%;
    width:90%;
    float:left;
    z-index:2;
    padding:30px 20px;
    display:none
}

/* Block module-menu */
.module-menu{
    display:block;
    float:left;
    width:100%;
    background: #333
}
.module-menu ul{
    margin:0;
    padding:0
}
.module-menu a {
    display:block;
    border-bottom:1px solid rgba(0,0,0,0.1);
    background:#4189C7;
    background-image:linear-gradient(to right,#428BCA 4px,#4189C7 4px);
    background-repeat:repeat-x;
    color:#fff;
    text-decoration: none;
    margin:0;
    padding: 9px 10px 9px 20px;
    cursor: pointer;
}
.module-menu a:before{
    font-family:'FontAwesome';
    content:" \f105 ";
    margin-right:5px;
}
.module-menu a.home:before{
    content:" \f07c ";
}
.module-menu a.active{
    background:#333;
}
.module-menu a:hover,.module-menu a.active,.module-menu a:focus{
    color:#fff;
    text-decoration:none;
    background-image:linear-gradient(to right,#FF6600 4px,rgba(0,0,0,0) 4px);
}
.calendar-icon{
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}

/*alert*/
.nv-alert {
    position:fixed !important;
    top:25% !important;
    right:0;
    left:0;
    width:350px !important;
    margin:auto;
    z-index:99999999999999 !important;
    text-align:center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

ul.menutree{padding:0;margin:0}
ul.menutree li{
	padding: 2px 0;
    display: block;
    clear: both;
}
ul.menutree li a{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
    display: block;
    width: 100%;
	padding:10px
}
ul.menutree ul{
	padding:0;
	margin:0;
	margin-top: 6px;
	margin-left:10px
}
ul.menutree ul li{
	padding:0;
	margin-bottom:6px
}
#menu-color7{margin-bottom: 0;}


#menu-color1 a, #menu-color9 a{
	background:#34a7fc;
}
#menu-color2 a, #menu-color10 a{
	background:#B567FC;  	 
	color:#fff;
	border-bottom:1px #ccc dotted;
}
#menu-color3 a, #menu-color11 a{
	background:#3ec654 !important;
	color:#fff;
	border-bottom:1px #ccc dotted;
}
#menu-color4 a, #menu-color12 a{
	background:#fc5053; 
	color:#fff;
}
#menu-color5 a, #menu-color13 a{
	background:#fe9317;
	color:#fff;
	border-bottom:1px #ccc dotted;
}
#menu-color6 a, #menu-color14 a{
	background:#fc679f;
	color:#fff;
	border-bottom:1px #ccc dotted;
}
#menu-color7 a, #menu-color15 a{
	background:#676efc;
	color:#fff;
	border-bottom:1px #ccc dotted;
}
#menu-color8 a, #menu-color16 a{
	background:#a7a70e;
 
	color:#fff;
	border-bottom:1px #ccc dotted;
}

#menu-color1 a:hover, #menu-color2 a:hover, #menu-color3 a:hover, #menu-color4 a:hover, #menu-color5 a:hover, #menu-color6 a:hover, #menu-color7 a:hover, #menu-color8 a:hover{opacity:0.8}

#windowphone{
	/* overflow:hidden */
} 
#windowphone > ul.col {
    float: left;
    width: 50%;
	padding:0;
	margin:0;
} 
#windowphone > ul.col > li {
    width: 50%;
	height: 90px;
	float: left;
	overflow: hidden;
    margin-bottom: 1px;
	position: relative;
	text-align:center;
	list-style: none outside none;
}
#windowphone > ul.col li a {
	display:block;
	color: #fff;
	width:100%;
	height:100%;
	border:1px #ededed solid;
	position: absolute;
	background-repeat: no-repeat;
	right: 0;
    text-align: center;
    top: 0;
}

#windowphone > ul.col.c-left > li:nth-child(3)
{
	width:100%;
	height:52px;
}
#windowphone > ul.col.c-left > li:nth-child(4)
{
	width:100%;
	height:52px;
}
#windowphone > ul.col.c-right > li:nth-child(1)
{
	width:100%;
	height:52px;
}
#windowphone > ul.col.c-right > li:nth-child(2)
{
	height:144px;
}
#windowphone > ul.col.c-right > li:nth-child(3)
{
	height:144px;
}
#windowphone > div.itemo{
	float: left;
    height: 55px;
    position: relative;
    width: 100%;
}
#windowphone > div.itemo a{	 
	color:#fff;
    display:block;
	width:100%;
	height:100%;
	position: absolute;
    background-repeat: no-repeat;
}
#windowphone > ul > li.item1{
	background: none repeat scroll 0 0 #D6A808;
}
#windowphone > ul > li.item1 > a.x1 {
    background-color: #1A980D;
	background-image: url("../images/vfa/email.png");
    background-position: center 9px;
    padding-top: 52px;
} 
#windowphone > ul > li.item1 > a.x2 {
    background-color: #09B3D7;
	background-image: url("../images/vfa/email.png");
    background-position: center 40px;
	padding-bottom: 52px;
    padding-top: 10px;
    display: none;   
} 
#windowphone > ul > li.item2 > a.x1 {
    background-color: #0E09D7;
	background-image: url("../images/vfa/lanhdaocuc.png");
    background-position: center 9px;
    float: left;
    height: 90px;
    padding-top: 52px;
    
} 
#windowphone > ul > li.item2 > a.x2 {
    background-color: #A40EA9;
	background-image: url("../images/vfa/lanhdaocuc.png");
    background-position: center 40px;
	padding-bottom: 52px;
    padding-top: 10px;
    display: none;   
} 
#windowphone > ul > li.item3 > a.x1 {
    background-color: #5C0991; 
	background-image: url("../images/vfa/duthao.png");
    background-position: center left;
    padding: 10px 38px;
} 
#windowphone > ul > li.item3 > a.x2 {
    background-color: #913F09;
	background-image: url("../images/vfa/duthao.png");
    background-position: center right;
	padding: 10px 38px;
    display: none;   
} 
#windowphone > ul > li.item4{
	background: none repeat scroll 0 0 #39DF0C;
}
#windowphone > ul > li.item4 > a.x1 {
    background-color: #CBCD05;
	background-image: url("../images/vfa/duthao.png");
    background-position: center left 4px;
    padding: 10px 38px;
} 
#windowphone > ul > li.item4 > a.x2 {
    background-color:#B72E04;
	background-image: url("../images/vfa/duthao.png");
    background-position: center right 4px;
    padding: 10px 38px;
    display: none;   
} 
#windowphone > ul > li.item5 > a.x1 {
    background-color: #9F005D;
    background-image: url("../images/vfa/lichcongtac.png");
    background-position: center left 4px;
    padding-left: 16px;
	padding-top: 16px;
} 
#windowphone > ul > li.item5 > a.x2 {
    background-color:#0F8A06;
    background-image: url("../images/vfa/lichcongtac.png");
    background-position: center right 4px;
    padding-right: 16px;
    padding-top: 16px;
    display: none;   
} 
#windowphone > ul > li.item6{
	background: none repeat scroll 0 0 #E6B0FD;
}
#windowphone > ul > li.item6 > a.x1 {
    background-color: #F70303;
	background-image: url("../images/vfa/canhbao.png");
    background-position: center 10px;
    padding-right: 0;
    padding-top: 53px;
} 
#windowphone > ul > li.item6 > a.x2 {
    background-color:#F76503;
    background-image: url("../images/vfa/canhbao.png");
    background-position: center 75px;
    padding-bottom: 53px;
    padding-right: 0;
    padding-top: 15px;
	display: none;   
} 
#windowphone > ul > li.item7 {
	background: none repeat scroll 0 0 #AFE6FB;
}
#windowphone > ul > li.item7 > a.x1 {
    background-color: #037CF7;
	background-image: url("../images/vfa/hoidap.png");
    background-position: center 85px;
    padding-top: 44px;
} 
#windowphone > ul > li.item7 > a.x2 {
    background-color:#9F005D;
	background-image: url("../images/vfa/hoidap.png");
    background-position: center 10px; 
    padding-top: 54px;
    display: none;   
} 

#windowphone > div.item8 > a.x1 {
    background-color: #FF8A00;
	background-image: url("../images/vfa/solieu1.png");
    background-position: center left 4px;
    padding: 20px 44px;
} 
#windowphone > div.item8 > a.x2 {
    background-color:#9F00A6;
	background-image: url("../images/vfa/solieu1.png");
    background-position: center right 4px;
	padding: 20px 44px;
    display: none;   
} 
#windowphone > div.item9{
	background: none repeat scroll 0 0 #037CF7;
}
#windowphone > div.item9 > a.x1 {
    background-color: #037CF7;
	background-image: url("../images/vfa/tracuu.png");
    background-position: center left 4px;
    padding: 20px 44px;
} 
#windowphone > div.item9 > a.x2 {
    background-color:#87C503;
	background-image: url("../images/vfa/tracuu.png");
    background-position: center right 4px;
	padding: 20px 44px;
    display: none;   
} 
 

#cfacebook{
        position: fixed; 
        bottom: 0px;
        right: 8px;
        z-index: 999999999999999;
        width: 250px; height: auto;
        box-shadow: 6px 6px 6px 10px rgba(0,0,0,0.2);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
    }
    #cfacebook .fchat{float: left; width: 100%; height: 295px; overflow: hidden; display: none; background-color: #fff;}
    #cfacebook .fchat .chat-single{float: left; line-height: 25px; line-height: 25px; color: #333; width: 100%;}
    #cfacebook .fchat .chat-single a{float: right; text-decoration: none; margin-right: 10px; color: #888; font-size: 12px;}
    #cfacebook .fchat .chat-single a:hover{color: #222;}
    #cfacebook .fchat .fb-page{margin-top: -130px; float: left;}
    #cfacebook a.chat_fb{
        float: left;
        padding: 0 25px;
        width: 250px;
        color: #fff;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);        
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAqCAMAAABFoMFOAAAAWlBMV…8/UxBxQDQuFwlpqgBZBq6+P+unVY1GnDgwqbD2zGz5e1lBdwvGGPE6OgAAAABJRU5ErkJggg==);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: 0 0;
        background-color: #0065BF;
        border: 0;
        border-bottom: 1px solid #0065BF;
        z-index: 9999999;
        margin-right: 12px; font-size: 18px;}
   #cfacebook a.chat_fb:hover{color: yellow; text-decoration: none;}
   
 
 
 
/*menu windows phone*/
 

/* .static .col2{
    width: 140px;
}
.static .canhbao{
    width: 65px;    
}
.static .canhbao a.x1{
    width: 65px;
}
.static .canhbao a.x2{
    width: 65px;
} */

.news-block-right a.titles {
	border-bottom: 1px dotted #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    display: inline-block;
    text-align: left;
	color: #333;
}
.news-block-bottom .titles {
    padding: 0 10px 0 0;
    font-weight: bold;
}
.news-title {
    padding: 5px 10px 0 0px;
    font-weight: bold;
    font-size: 14px;
    display: block;
}
.icon-tin-tuyen-sinh {
    background: url(../images/icon.png) no-repeat scroll -36px -146px transparent;
    height: 32px;
    width: 38px;
}
.title-block {
    font-size: 16px;
    padding: 3px 0 0 10px;
    font-weight: bold;
}
.header-block {
    display: inline-flex;
    width: 100%;
    background: -moz-linear-gradient(45deg, #fff 0%, #fff 44%, #f1f3f2 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffffff), color-stop(44%, #ffffff), color-stop(100%, #f1f3f2));
    background: -webkit-linear-gradient(45deg, #fff 0%, #fff 44%, #f1f3f2 100%);
    background: -o-linear-gradient(45deg, #fff 0%, #fff 44%, #f1f3f2 100%);
    background: -ms-linear-gradient(45deg, #fff 0%, #fff 44%, #f1f3f2 100%);
    background: linear-gradient(45deg, #fff 0%, #fff 44%, #f1f3f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f2', endColorstr='#ffffff',GradientType=1 );
}
.header-block a{
	font-size: 16px;
    font-weight: bold;
}
.header-block span{
	font-size: 16px;
    padding: 3px 0 0 10px;
    font-weight: bold;
}
.block-content {
    border: 1px solid #ECEAF3;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
    overflow: hidden;
	margin-bottom: 10px;
	background:#fff;
} 

.link-img img:hover {
    opacity: 0.8;
}
.news-block-bottom .img {
    max-height: 90px;
    overflow: hidden;
	text-align:center;
}
.news-block-bottom .img img {
   display:inline-block;
   text-align:center;
}
.news-block-bottom {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #eee;
}

.news-block-right {
    border-left: 1px solid #eee;
    padding: 0 0 0 10px;
}
.image-news-home{
	text-align:center
}
.image-news-home a{
	display:inline-block
}

#page-bodyhtml, #column-center{
	text-align:justify
}
#page-bodyhtml table, #column-center table{
	width:100% !important;
}
#page-bodyhtml table td, #page-bodyhtml table th,  #column-center table td,  #column-center table th{
	padding: 4px;
}

#column-center{
	padding: 10px;
	background: #fff;
}

.irs-social{
	display: inline-block;
    position: absolute;
    right: 12px;
    top: 6px;

}
.irs-social img{
	width: 20px;

}

.header, #header-part {
    background: #09539c;
    font-size: 14px;
}

.header-top {
    background: #157ac2;
    border-bottom: 1px solid #0a569f;
    line-height: 30px;
    height: 30px;
    position: relative;
    z-index: 9;
}

.contact_head {
    display: inline-block;
    float: right;
}

    .contact_head li {
        display: inline-block;
        float: right;
        padding-left: 10px;
    }

.header-top ul {
    margin: 0;
    display: inline-block;
    float: right;
}

.header-top * {
    color: #fff;
}

.header .header_code {
    position: absolute;
    width: 432px;
    height: 87px;
    right: -54px;
    top: 76px;
    background-image: url(../images/header_code.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    z-index: 9;
    line-height: 69px;
    display: none;
}
.header .header_code a {
    font-size: 15px;
    font-weight: bold;
    color: #fff200;
}
.header .header_code a:hover {
    color: #fff;
}

.header .img_logo {
    height: 65px;
    position: absolute;
    top: 0;
    margin: 5px 0 0;
}

.header .social {
    display: inline-block;
    float: right;
}

    .header .social ul li {
        display: inline-block;
        padding: 0 5px;
    }

    .header .social .hotline {
        background: url(../images/icon_hotline_head.jpg) no-repeat left center;
        padding-left: 30px;
        display: inline-block;
        height: 30px;
    }

    .header .social .email {
        background: url(../images/icon_email_head.jpg) no-repeat left center;
        padding-left: 30px;
        display: inline-block;
        height: 30px;
    }

.header .separator {
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
    margin-bottom: -2px;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
    --blue: #4285f4;
    --indigo: #6c63ff;
    --purple: #7952B3;
    --pink: #d6456a;
    --red: #d72924;
    --orange: #ff6e0d;
    --yellow: #ffc107;
    --green: #00b191;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #666666;
    --gray-dark: #343a40;
    --primary: #6c63ff;
    --secondary: #000;
    --success: #00b191;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #d72924;
    --light: #f6f6f6;
    --dark: #1b1b1b;
    --pink: #d6456a;
    --purple: #7952B3;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.second-header {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
    background: transparent;
    border: 0;
    float: right;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.navigation .navbar .navbar-nav li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #167AC6;
    width: 245px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}
.navigation .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.navigation .navbar .navbar-nav li {
    position: relative;
}
.navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li a {
    font-size: 14px;
    padding: 6px 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    white-space: normal;
    text-transform: initial;
}
ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
a#btnSearchShow {
    color: #fff !important;
    margin-left: 30px;
}
.header .header_code {
    position: absolute;
    width: 432px;
    height: 87px;
    right: -54px;
    top: 76px;
    background-image: url(../images/header_code.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    z-index: 9;
    line-height: 69px;
    display: none;
}
.breadcrumbs {
    padding: 20px 0 15px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.w-100 {
    width: 100% !important;
}
.breadcrumbs ul {
    font-size: 14px;
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none;
}
.breadcrumbs ul li {
    height: 25px;
    line-height: 22px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0 20px;
    float: left;
    margin-left: 4px;
    margin-bottom: 5px;
}
.breadcrumbs ul li:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}
.breadcrumbs a:after, .breadcrumbs a:before {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 17px;
    right: -8px;
}
.breadcrumbs a:before {
    left: -8px;
}
.breadcrumbs ul li:last-child, .breadcrumbs ul li:last-child a:after, .breadcrumbs ul li:last-child a:before {
    border-color: #ddd !important;
}
.breadcrumbs a:hover {
    color: #2196f4;
}
.breadcrumbs ul li:first-child {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    margin-left: 0;
}
.breadcrumbs ul li:first-child a:before {
                display: none;
            }

#footer-part {
    width: 100%;
    position: relative;
}
.footer-top {
    background-color: #07294d;
}

.footer-about {
    text-align: center;
}

    .footer-about p {
        color: #fff;
        padding-top: 15px;
    }

    .footer-about ul li {
        display: inline-block;
        margin-right: 30px;
    }

        .footer-about ul li:last-child {
            margin-right: 0;
        }

        .footer-about ul li a {
            width: 50px;
            height: 50px;
            display: inline-block;
            line-height: 50px;
            font-size: 30px;
            color: #fff;
            text-align: center;
            background-color: #021d3a;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

            .footer-about ul li a.youtube {
                background: #e94102;
            }

            .footer-about ul li a.instagram {
                background: #faa030;
            }

            .footer-about ul li a.facebook {
                background: #527dc2;
            }

            .footer-about ul li a.zalo {
                background: url(../images/zalo_footer.png) no-repeat;
                background-size: cover;
            }

            .footer-about ul li a.tiktok {
                background: url(../images/tiktok_footer.png) no-repeat;
                background-size: cover;
            }

            .footer-about ul li a.twitter {
                background: #3cb0fb;
            }

            .footer-about ul li a.google-plus {
                background: #575e57;
            }

            .footer-about ul li a:hover {
                background-color: #0066b3;
                color: #021d3a;
                -webkit-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }


.footer-title h6 {
    font-size: 18px;
    color: #fff;
}

.footer-link {
    overflow: hidden;
}

    .footer-link ul {
        width: 50%;
        float: left;
        overflow: hidden;
    }

        .footer-link ul li {
            line-height: 35px;
        }

            .footer-link ul li a {
                color: #fff;
                font-size: 15px;
                -webkit-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

                .footer-link ul li a i {
                    margin-right: 8px;
                    color: #fff;
                    -webkit-transition: all 0.4s linear;
                    transition: all 0.4s linear;
                }

                .footer-link ul li a:hover {
                    color: #0066b3;
                }

                    .footer-link ul li a:hover i {
                        margin-right: 15px;
                    }

.support ul {
    float: left;
    width: 100%;
}

.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}

    .footer-address ul li:last-child {
        margin-bottom: 0;
    }

    .footer-address ul li .icon i {
        font-size: 18px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .footer-address ul li .cont {
        padding-left: 35px;
    }

        .footer-address ul li .cont p {
            color: #fff;
        }

.footer-copyright {
    background-color: #0066b3;
}

    .footer-copyright .copyright p {
        color: #fff;
        margin: 0;
    }

        .footer-copyright .copyright p span {
            font-weight: 600;
        }
.pt-15 {
    padding-top: 15px;
}
.pb-30 {
    padding-bottom: 30px;
}
.bg_cover {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.our_location {
    position: relative;
    background-image: url(../images/ts_footer.jpg);
    clear: both;
    overflow: hidden;
    background-size: 100% 100% !important;
}
.btn-light {
    color: #1b1b1b;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.position-fixed {
    position: fixed !important;
}
.back-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.back-top {
    text-align: center;
    padding: 12px 15px;
}
.back-top.backtop-is-visible {
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 99;
    visibility: visible;
    opacity: 1;
}
.back-top.backtop-fade-out {
    transition: opacity 0.3s 0s, visibility 0s 0s;
    opacity: 0.5;
    bottom: 100px;
}
.top-menu, .footer-copyright {
    font-size: 0.875em;
}
.footer-copyright {
    background-color: #0066b3;
}
.pb-10 {
    padding-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.our_service h2, .our_product h2, .our_location h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #111;
    letter-spacing: 0.03em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
}
.div-title h2 {
    text-transform: uppercase;
    font-size: 24px;
}
.div-title h2 a {
    position: relative;
    color: #0e6092;
    text-align: center;
    display: inline-block;
    min-width: 400px;
    padding-bottom: 15px;
    background: url(../images/bg_border_bottom_grey.png) no-repeat bottom center;
    background-size: 50%;
}
.our_location .div-title h2 a {
    color: #fff;
}
.div-title h2.white a {
    background: url(../images/bg_border_bottom_w.png) no-repeat bottom center;
    background-size: 75%;
}
div.location_con .map {
    float: left;
    width: 45%;
    overflow: hidden;
    position: relative;
    padding: 10px 10px 3px 10px;
    background: #f5ebeb2e;
}
.our_location:before {
    left: 0;
    top: 0;
    content: " ";
    background: rgba(1, 60, 136, 0.66);
    position: absolute;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
div.location_con .com_info dl {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
    min-height: 40px;
    overflow: hidden;
    font-size: 16px;
    margin: 0;
}
div.location_con .com_info dl dd {
    float: left;
    color: #fff;
    margin: 0;
    margin-top: 10px;
    width: calc(100% - 150px);
}
div.location_con .com_info dl dt {
    float: left;
    color: #fff;
    font-weight: normal;
    text-align: left;
    width: 110px;
    margin: 10px 20px 0 0;
}
.location_con dt i {
    font-size: 20px;
    width: 25px;
}
div.location_con .com_info dl dt::after {
    content: '';
    float: right;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    width: 5px;
    height: 14px;
    margin-top: 5px;
}
div.location_con .com_info dl dd {
    float: left;
    color: #fff;
    margin: 0;
    margin-top: 10px;
    width: calc(100% - 150px);
}
div.location_con .com_info dl dd a {
    color: #fff;
}
.location_con .com_info {
    width: 55%;
    float: left;
    border-color: rgba(255, 255, 255, 0.1);
    padding-right: 15px;
}
.b-1 {
    bottom: 1em;
}
.r-1 {
    right: 1em;
}
a.btn-light {
    color: #1b1b1b;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.top-news {
    margin-bottom: 13px;
}
.mt-20 {
    margin-top: 20px;
}
.news-cont {
    padding: 0;
    width: 95%;
}
.top-news h3 {
    color: #e4515b;
}
.news-cont p {
    text-align: justify;
    color: #666666;
    margin-top: 0;
    margin-bottom: 1em;
}
a.view-more {
    display: inline-block;
    background: #06cce7;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
}
a.view-more:hover {
    background: #e0666f;
    color: #fff;
}
.sticky {
    margin-bottom: 1.5em;
}
.block-area, .widget {
    position: relative;
    clear: both;
    margin-bottom: 17px;
}
.wTopLink a {
    background: #d6456a;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #fff;
    display: block;
    border-radius: 10px;
    padding-left: 63px;
    margin-bottom: 12px;
}
.wTopLink a:hover {
            color: #ddd;
            text-decoration: none;
        }

    .wTopLink .link-1 {
        background: #e4515b url(../images/icon_link_1.png) no-repeat;
    }

    .wTopLink .link-2 {
        background: #2a95dd url(../images/icon_link_2.png) no-repeat;
    }

    .wTopLink .link-3 {
        background: #ff9201 url(../images/icon_link_3.png) no-repeat;
    }

    .wTopLink .link-4 {
        background: #90278c url(../images/icon_link_4.png) no-repeat;
    }

    .wTopLink .link-6 {
        background: #90278c url(../images/icon_link_6.png) no-repeat;
    }

    .wTopLink .link-7 {
        background: #90278c url(../images/icon_link_7.png) no-repeat;
    }

    .wTopLink .link-41 {
        background: #3b5898;
    }
        .wTopLink .link-41 .fa {
            position: absolute;
            top: 10px;
            left: 14px;
            font-size: 35px;
        }
.title-box-stripe {
    margin: 0;
    background: url(../images/icon_block_title.jpg) no-repeat;
    padding-left: 57px;
    height: 41px;
    line-height: 41px;
    width: 100%;
    clear: both;
    font-size: 1.5em;
}
.wDaoTao {
    padding: 8px;
    background: #fff;
}

    .wDaoTao a {
        background: #0070b8;
        width: 100%;
        height: 52px;
        line-height: 52px;
        color: #fff;
        display: block;
        text-align: center;
        margin-bottom: 12px;
        border-radius: 0;
        padding-left: 0;
    }

        .wDaoTao a:hover {
            color: #ddd;
            text-decoration: none;
        }

        .wDaoTao a.link-1 {
            background: #00a69a;
        }

        .wDaoTao a.link-2 {
            background: #0070b8;
        }

        .wDaoTao a.link-3 {
            background: #018f45;
        }

        .wDaoTao a.link-4 {
            background: #ed5a24;
        }

        .wDaoTao a.link-5 {
            background: #2e3190;
        }

        .wDaoTao a.link-6 {
            background: #be272e;
        }

        .wDaoTao a.link-7 {
            background: #00a69a;
        }

        .wDaoTao a.link-8 {
            background: #0070b8;
        }









@media (min-width: 576px)
{
.container {
    max-width: 560px;
}
}
@media (min-width: 768px)
{
    .right-sidebar-lg {
    padding-top: 100px;
}
    .header .header_code {
    display: block;
}
    .navbar-expand-lg .navbar-collapse {
    margin-top: 20px;
    float: right;
}
.container {
    max-width: 750px;
}
}
@media (min-width: 992px)
{
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5em;
    padding-left: 0.5em;
}
    .navbar-expand-lg .navbar-toggler {
    display: none;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.container {
    max-width: 970px;
}
}
@media (min-width: 1200px)
{
.container {
    max-width: 1170px;
}
}
@media (max-width: 767.98px)
{
    div.location_con .map, .location_con .com_info {
    width: 100%;
        margin-top: 0;
}
.navigation .navbar {
    padding: 8px 0px;
}
}
.navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.navbar {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.navigation .navbar .navbar-nav li {
    position: relative;
}
.navigation .navbar .navbar-nav li a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: block;
    white-space: nowrap;
}
#btnSearchShow {
    color: #eaf6ff;
    font-size: 20px;
}
.form-search-hide {
    position: absolute;
    right: 0;
    top: 59px;
    z-index: 99;
    display: none;
}
.form-search .form-control {
    height: 31px;
    border-radius: 0;
    margin-top: 3px;
    margin-bottom: 3px;
    border: none;
    background-color: rgb(255 255 255 / 64%);
    font-size: 13px;
    font-style: italic;
    padding: 3px 10px;
    width: 250px;
}
.form-search .btn-search {
    position: absolute;
    right: 0;
    top: 1px;
    height: 34px;
    line-height: 21px;
    background-color: rgb(70 72 74 / 18%);
    z-index: 1;
    color: #fff !important;
    border-radius: 0;
    padding: 6px 12px;
    cursor: pointer;
}
@media (max-width: 767.98px)
{
    .mobile_toolbar1 ul li a span {
    display: block;
    line-height: 100%;
}
    .mobile_toolbar1 ul li {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.mobile_toolbar1 ul li a {
    width: 100%;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.mobile_toolbar1 .icon-phone {
    width: 23px;
    height: 28px;
    background: url(../images/icon-phone.png) no-repeat;
    background-size: 100%;
    display: inline-block;
}
.mobile_toolbar1 .icon-sms {
    width: 32px;
    height: 28px;
    background: url(../images/icon-sms.png) no-repeat;
    background-size: 100%;
    display: inline-block;
}
.mobile_toolbar1 .icon-zalo {
    width: 59px;
    height: 28px;
    background: url(../images/icon-zalo.png) no-repeat;
    background-size: 100%;
    display: inline-block;
}
.mobile_toolbar1 .icon-message {
    width: 32px;
    height: 28px;
    background: url(../images/icon-message.png) no-repeat;
    background-size: 100%;
    display: inline-block;
}
    .mobile_toolbar1 ul {
    margin: 0;
    padding: 0;
}
    .mobile_toolbar1 {
    background-image: -moz-linear-gradient(0, #744fff 0%, #20d497 100%);
    background-image: -webkit-linear-gradient(0, #744fff 0%, #20d497 100%);
    background-image: -ms-linear-gradient(0, #744fff 0%, #20d497 100%);
    display: block;
    padding: 1.8vw;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 500;
    height: auto;
}
    a#btnSearchShow {
    display: none
}
    .navigation .navbar .navbar-nav li .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
}
.navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    padding: 5px 10px;
    margin-top: -7px;
}
.navigation .navbar .navbar-nav li {
    margin-right: 0;
}
.navigation .navbar .navbar-nav li a {
    padding: 8px 10px;
    display: block;
    color: #2196f4;
}
}
img{
    max-width: 100% !important;
}
.zalo-chat-widget {
    bottom: 25px !important;
    right: 100px !important;
}
.refresh{cursor:pointer}





























