<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @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/dlv_arrow_green.png") no-repeat 0 8px;
}

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

/* Fonts Color */

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

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

/* Fonts Weight */

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

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

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

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

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

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

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

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

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

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

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

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

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

/*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 &gt; div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 14px;
}

/*nv-info*/
.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f7f7f7;
    color: #ff0000;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
	font-size: 16pt;
	line-height: 1.31;
}

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

.nv-info.success {
    background-color:#edf4fa !important;
    border-color:#82b2dc !important;
}
.mobile {
	display: none;
	
}
.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:#de495b;
}

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

.clear {
    clear:both;
}

.fl {
    float:left;
}

.fr {
    float:right;
}
.tinmoi .pointer {
    cursor: pointer;
    max-width: 510px;
}
.pointer {
    cursor:pointer;
}

.middle{
    vertical-align:middle
}

.align-bottom{
    vertical-align: bottom
}

.align-top{
    vertical-align: top
}

ul,
ol {
    list-style:none;
}

.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;
}
#questionlist .question-item {
	margin: 10px 50px 30px 50px;
	text-align: justify;
}
.testing .col-md-24 {
	margin: 0px 30px 0px 30px;
	text-align: justify;
}
.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%);
}

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

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

.display-table {
    display:table;
}

.display-table &gt; * {
    display:table-row;
}

.display-table &gt; * &gt; * {
    display:table-cell;
    padding:3px;
}

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

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #ea0504;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #ea0504;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #ea0504;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ea0504;
}

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

.tooltip-inner img.pull-right{
    margin:3px 1px 0 5px;
}
.roww .col-sm-12 {
    display: block;
    width: 39%;
    margin-right: 1%;
    float: left;
}
.roww .col-sm-13 {
    display: block;
    width: 60%;
    float: left;
}
.roww .col-sm-12 .panel-default .panel-heading {
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    height: 30px;
    width: 100%;
    padding: 6px;
    border-top: 2px solid #033e85;
}
.title-contac {
    text-align: left;
    font-weight: bold;
    color: #033e85;
}
/* 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: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 86%, #f5f5f5 98%) repeat scroll 0 0;
    box-shadow: -2px -1px 5px -3px;
}
figure.article img{
    float: left;
    height: 120px;
    padding: 3px;
    width: 161px;
	display:none;
}
figure.left{
    float: left;
    height: 127px;
    width: 20%;
}
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
}
.textmember {
    text-align: center;
    font-weight: bold;
    vertical-align: center;
}
/* Global */

html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0
}

body {
    color: #333;
    font-family: arial;
    font-size: 14px;
    line-height: 1.45em;
    background:#f0f0f0;
}

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

a:hover,
a:focus {
    text-decoration:none;
    color:#DF2928;
}

a.dimgray  {
    color:#707070;
}

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

a.black  {
    color:#333;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    margin:0;
    padding:0;
    line-height: 20px;
}
h1,
h3,
h4,
h5,
h6 {
    font-weight:bold;
    font-family:arial;
    font-size: 16px;
}

.gioithieu {
	display:block;
	width:100%;
	margin:auto;
}
.col-sm-12 .thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 0 #cdcdcd;
    margin: 0 0 10px;
    padding-top: 4px;
    text-align: justify;
    transition: border 0.2s ease-in-out 0s;
}
//.col-sm-12 .thumbnail img{
    float: left;
    height: 69%;
    margin: 3px;
    transition: border 0.2s ease-in-out 0s;
}
.col-sm-12 .thumbnail .caption h4{
    font-size: 1em;
    font-weight: 500;
    text-align: left;
}
.col-sm-8 .panel-primary .panel-body ul li {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 5px;
}
.gioithieu .text{
    float: right;
    font-style: italic;
    padding: 5px;
    text-align: justify;
    width: 70%;
}
.gioithieu h3 a{
    float: right;
	margin-left:200px;
}
.gioithieu .anh {
    float: left;
    width: 30%;
}
.gioithieu .anh img{
    width: 100%;
	padding:5px;
}
.hometext{
    float: right;
    font-weight: 700;
    text-align: justify;
    width: 100%;
}
.bodytext {
word-break: keep-all;
max-width: 100%;
overflow-x: hidden;
overflow-y: visible;
line-height: 1.8em;
text-align: justify;
}

.bodytext p{
    margin-bottom: 15px;
}

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

.tieude {
    font-weight: bold;
    font-family: arial;
    font-size: 2em;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    color: #cd0000;
}

.wraper {
    position:relative;
    width:100%;
    margin:0 auto;
}

.container,.rel {
    position:relative;
    width:auto;
}
.second-nav .container {
	margin: 0 auto;
    width: 1100px;
}
.fa-pointer {
    cursor:pointer;
}

.fa-horizon {
    width:20px;
}

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

span.keyword {
    background-color:yellow;
}

.nv-fullbg {
    min-height:100%;
    padding: 10px;
    background-color:#fff;
}

a.btn {
    color:#fff;
}
.fixeds {
	position: fixed;
	width: 1100px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eaeaea 5%, #f6f6f6 10%) repeat local 0 1px;
	padding: 14px;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	border-bottom: 3px solid #ff0000;
}
.fixedss {
	position: fixed;
	width: auto;
	margin: 0px;
	//background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eaeaea 5%, #f6f6f6 10%) repeat local 0 1px;
	padding: 10px 10px 0px 10px;
	//box-shadow: 0 0 4px rgba(0,0,0,0.15);
	//border: 1px solid #ff0000;
	right: 360px;
	z-index: 99999;
	border-radius: 10px;
	margin-top: 180px;
}
.thoigian {
z-index: 100;
transition: all 0.3s cubic-bezier(0, 0, 0.82, 0.94) 0s;
}
.fix {
	background-color: #0281ce;
}
header {
	background: url(../images/banner.png);
	background-size: 100%;
	height: 100px;
	background-repeat: no-repeat;
	width: 1100px;
	margin: 0 auto;
}
@-webkit-keyframes myy {
	 0% { color: #F8CD0A; } 
	 50% { color: #fff;  } 
	 100% { color: #FFF;  } 
 }
 @-moz-keyframes myy { 
	 0% { color: #F8CD0A;  } 
	 50% { color: #fff;  }
	 100% { color: #FFF;  } 
 }
 @-o-keyframes myy { 
	 0% { color: #F8CD0A; } 
	 50% { color: #fff; } 
	 100% { color: #FFF;  } 
 }
 @keyframes myy { 
	 0% { color: #F8CD0A;  } 
	 50% { color: #fff;  }
	 100% { color: #FFF;  } 
 } 
 .texts {
    animation: 700ms ease 0s normal none infinite running my;
    font-size: 30px;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 60px;
    text-align: left;
}
.left .panel-body ul li {
    font-size: 1em;
    padding: 2px 10px 6px;
}
.navbar-nav li{
    float: left;
    margin: 0;
	height:36px;
}
.navbar-nav &gt; li &gt; a {
    font-weight: bold;
    line-height: 0px;
    padding: 0px 12px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav&gt;li&gt;a:hover {
    font-weight: bold;
    line-height: 25px;
    padding: 5px 12px;
    text-transform: uppercase;
    background: #ff6600;
}
.alert-warning h3 {
	color: #db1908;
	font-size: 1.4em;
	padding: 10px;
}
.baithi {
    color: #db1908;
    font-size: 2em;
    line-height: 39px;
    text-align: center;
    padding: 15px 0px 0px 0px;
}
.alert-warning {
    background-color: #e3ffe0;
    border-color: #e1ffc7;
    color: #115486;
    font-size: 23px;
    line-height: normal;
}
.luuy {
    font-style: italic;
    font-size: 1em;
    color: #115486;
}
.alert {
padding: 10px;
margin-top: 0px;
border: 1px solid transparent;
border-radius: 10px;
font-size: 25px;
text-align: center;
line-height: 1.3;
margin-bottom: 5px;
}
.sile_full {
	display:block;
	width:100%;
}
.body-bg {
    background: #f0f0f0;
    color: #333333;
    //float: left;
    width: 100%;
}
...body-bg {
    position:absolute;
    top:0;
    left:0;
    min-width:100%;
    min-height:100%;
    background-color: #ffffff;
    background-image:url(../images/header.png),linear-gradient(to bottom,#428bca 0,#245682 51px,rgba(255,255,255,1) 51px,rgba(255,255,255,1) 100%);
    background-repeat:no-repeat,repeat-x;
    background-position:left 51px,left top;
    background-size:100%,auto;
}

/* Header */

#header {
    position:relative;
    background:transparent;
	//margin-top:22px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.thumbnail .caption {
    color: #333;
    padding: 5px;
}
.form-control {
    margin-bottom: 10px;
    width: 100%;
    height: 33px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: normal;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}
#header .logo h1, #header .logo .site_name {
    display:none;
}

#header .logo h2, #header .logo .site_description {
    color:#707070;
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    font-family:"Times New Roman";
    line-height:1.1;
    margin:0;
    padding:0;
    display: block;
}
.hover{
    width:350px;
    height:180px;
    display:block;
    overflow:hidden;
    border-radius:0px;
}
.hoverr{
    width:750px;
    height:450px;
    display:block;
    overflow:hidden;
    border-radius:0px;
}
.hoverr img{
    width:100%;
    height:100%;
    -moz-transition:-moz-transform 0.5s ease;
    -webkit-transition:-webkit-transform 0.5s ease;
    -o-transition:-o-transform 0.5s ease;
    transition:transform 0.5s ease;
}
.hoverrr{
    width:50%;
    height:90px;
    display:block;
    overflow:hidden;
    border-radius:0px;
	margin:5px;
	float:left;
}
.hoverrrr{
    width:36%;
    height:150px;
	float:left;
    display:block;
    overflow:hidden;
    border-radius:0px;
	margin:5px;
}
.hoverrr img{
    width:100%;
    height:100%;
    -moz-transition:-moz-transform 0.5s ease;
    -webkit-transition:-webkit-transform 0.5s ease;
    -o-transition:-o-transform 0.5s ease;
    transition:transform 0.5s ease;
}
.hoverrrr img{
    width:100%;
    height:100%;
    -moz-transition:-moz-transform 0.5s ease;
    -webkit-transition:-webkit-transform 0.5s ease;
    -o-transition:-o-transform 0.5s ease;
    transition:transform 0.5s ease;
}
.hover img{
    width:100%;
    height:100%;
    -moz-transition:-moz-transform 0.5s ease;
    -webkit-transition:-webkit-transform 0.5s ease;
    -o-transition:-o-transform 0.5s ease;
    transition:transform 0.5s ease;
}
.hover:hover img{
    -moz-transform:scale(1.1) rotate(3deg);
    -webkit-transform:scale(1.1) rotate(3deg);
    -o-transform:scale(1.1) rotate(3deg);
    transform:scale(1.1) rotate(3deg);
}
.hoverr:hover img{
    -moz-transform:scale(1.1) rotate(3deg);
    -webkit-transform:scale(1.1) rotate(3deg);
    -o-transform:scale(1.1) rotate(3deg);
    transform:scale(1.1) rotate(3deg);
}
.hoverrr:hover img{
    -moz-transform:scale(1.1) rotate(3deg);
    -webkit-transform:scale(1.1) rotate(3deg);
    -o-transform:scale(1.1) rotate(3deg);
    transform:scale(1.1) rotate(3deg);
}
.hoverrrr:hover img{
    -moz-transform:scale(1.1) rotate(3deg);
    -webkit-transform:scale(1.1) rotate(3deg);
    -o-transform:scale(1.1) rotate(3deg);
    transform:scale(1.1) rotate(3deg);
}
.gallery{
    position:relative;
    z-index:0;
}
//.col-md-18 .news_column {
    display: block;
    float: left;
    margin-right: 2%;
    width: 98%;
	padding:3px;
}
.col-md-18 .column {
	clear:both;
}
.featured{
    position:relative;
    z-index:0;
}
.col-sm-12 .thumbnail{
    position:relative;
    z-index:0;
	max-height:115px;
}
.hover{
    /*---code before----*/
    position:Relative;
    -moz-transition:box-shadow 1s;
    -o-transition:box-shadow 1s;
    -webkit-transition:box-shadow 1s;
    transition:box-shadow 1s;
}
.hoverr{
    /*---code before----*/
    position:Relative;
    -moz-transition:box-shadow 1s;
    -o-transition:box-shadow 1s;
    -webkit-transition:box-shadow 1s;
    transition:box-shadow 1s;
}
.hoverrr{
    /*---code before----*/
    position:Relative;
    -moz-transition:box-shadow 1s;
    -o-transition:box-shadow 1s;
    -webkit-transition:box-shadow 1s;
    transition:box-shadow 1s;
}
.hoverrrr{
    /*---code before----*/
    position:Relative;
    -moz-transition:box-shadow 1s;
    -o-transition:box-shadow 1s;
    -webkit-transition:box-shadow 1s;
    transition:box-shadow 1s;
}
.hover img{
    /*---code before----*/
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
}
.hoverr img{
    /*---code before----*/
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
}
.hoverrr img{
    /*---code before----*/
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
}
.hoverrrr img{
    /*---code before----*/
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
}
.hover:hover{
    box-shadow:0 0 15px rgba(0,0,0,0.7) inset;
}
.hoverr:hover{
    box-shadow:0 0 15px rgba(0,0,0,0.7) inset;
}
.hoverrr:hover{
    box-shadow:0 0 15px rgba(0,0,0,0.7) inset;
}
.hoverrrr:hover{
    box-shadow:0 0 15px rgba(0,0,0,0.7) inset;
}
.col-md-14 {
	padding: 0px;
}
.col-xs-222 {
    float: left;
    padding: 5px;
    width: 40%;
}
.col-xs-333 {
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 5px;
    width: 25%;
}
.col-xs-444 {
    float: right;
    padding: 5px;
    width: 28%;
}
.col-md-18 .news_column .panel-primary .home_text {
	height:52.5px;
	overflow:hidden;
}
a.picture{
    display:block;
    font-size:0;
    position:relative;
}
a.picture:before{
    content:"";
    position:absolute;
    width:0;
    height:0;
    bottom:0;
    right:0;
    border-width:30px;
    border-style:solid;
    border-color:#fff;
}
a.picture:before{
    /*--code before--*/
    border-left-color:transparent;
    border-top-color:transparent;
    border-right-color:#fff;
    border-bottom-color:#fff;
    box-shadow:-3px -3px 3px rgba(0,0,0,0.5);
}
a.picture:before{
    /*--code before--*/
    border-width:0px;
    -moz-transition:border-width 0.2s ease;
    -webkit-transition:border-width 0.2s ease;
    -o-transition:border-width 0.2s ease;
    -ms-transition:border-width 0.2s ease;
    transition:border-width 0.2s ease;
}
a.picture:hover:before{
    border-width:30px;
}
@keyframes placeHolderShimmer {
0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}
@keyframes loopopacity {
0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.login_register .logo {
    height: 141px;
    margin-left: 5px;
    width: 300px;
}
.login_register .logo {
    cursor: pointer;
    font-size: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
}
.login_register .logo::after {
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #fff 60%, rgba(255, 255, 255, 0) 100%) no-repeat scroll 0 0;
    border-radius: 80%;
    content: "";
    height: 210%;
    left: -5px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transform: rotate(30deg);
    width: 180%;
    z-index: 2;
}
/* breadcrumb */
.breadcrumbs-wrap{
	position: relative;
	width:80%;
	float:left;
}

.breadcrumbs-wrap .display{
	height: 25px;
	overflow: hidden;
}

.breadcrumbs {
    display: inline-block;
}

.breadcrumbs li {
    float:left;
    margin:0 .5em 0 1em;
}

.breadcrumbs a, .show-subs-breadcrumbs {
    background-color: #e8e8e8;
    padding: 0.2em 0.1em;
    float: left;
    text-decoration: none;
    color: #333;
    position: relative;
}

.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
    background: #ea0504;
    color: #fff;
}

.breadcrumbs a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1em;
    border-width: 0.9em 0 1em 1em;
    border-style: solid;
    border-color: #e8e8e8 #e8e8e8 #e8e8e8 transparent;
    left: -1em;
}

.breadcrumbs a:hover:before {
    border-color:#ea0504 #ea0504 #ea0504 transparent;
}

.breadcrumbs a:after, .show-subs-breadcrumbs:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1em;
    border-top-width: 1em;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 0.9em;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #e8e8e8;
    right: -1em;
}

.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
    border-left-color:#ea0504;
}

/*.breadcrumbs li:last-child a,
.breadcrumbs li:last-child a:hover {
    font-weight:bold;
    background:none;
}

.breadcrumbs li:last-child a:after,
.breadcrumbs li:last-child a:before {
    content:normal;
}

*/

.subs-breadcrumbs{
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}

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

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

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

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

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

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

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

.show-subs-breadcrumbs{
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}

.fix_banner_left {
    width:1px;
	margin-top:6%;
    height:485px;
    position:fixed;
    top:145x;
    left:0px;
    display:none;
}

.fix_banner_right {
    width:1px;
	margin-top:6%;
    height:485px;
    position:fixed;
    top:145px;
    right:0px;
    display:none;
}
#net-news .panel-body .col-md-24 {
	float:left;
	width:40%;
	display:block;
	margin:0;
    border: 1px solid #c3c3c1;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 86%, #f5f5f5 98%) repeat scroll 0 0;
	box-shadow: -1px 1px 6px -3px;
}
#net-news .panel-body .col-md-24 .margin-bottom-sm {
    padding: 10px;
    clear: both;
    float: left;
    height: 50px;
    line-height: 18px;
}
#net-news .panel-body .col-md-24 .text-right {
    padding-left: 10px;
}
#net-news .panel-body .col-md-24 .img-thumbnail{
    height: 190px;
    padding: 5px;
    width: 320px;
}
#net-news .panel-body .col-md-24 .margin-bottom {
    float: left;
    height: 191px;
    margin: 0;
    width: 100%;
}
#net-news .panel-body .col-md-25 {
	float:right;
	width:59%;
	display:block;
	margin:0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 86%, #f5f5f5 98%) repeat scroll 0 0;
	box-shadow: -1px 1px 6px -3px;
    border: 1px solid #c3c3c1;
    padding: 10px 5px 0px 10px;	
}
#net-news .panel-body .col-md-25 ul li {
    font-size: 1em;
    padding: 0;
    height: 100px;
}
#net-news .panel-body .col-md-25 .image{
    border-bottom: 1px solid #dddddd;
    line-height: 15px;
    width: 100%;
}
.xemchitiet {
    text-align: right;
    width: 55%;
    float: right;
    font-size: 14px;
    margin-top: -25px;
    padding-right: 5px;
    border-bottom: 1px dashed #e8e8e8;
}
#net-news .panel-body .col-md-24 .xemchitiet a {
    color: #272727;
    font-weight: normal;
    font-size: 14px;
}
.right .panel-primary li img {
	width:100%;
}
.slideshow { 
        position:relative; /*Make the slideshow container  position:relative and make the sub elements absolute to position the sub element absolute to the container*/
        height:133px; /*The slide show height*/
        overflow:hidden;
    }
    .slideshow div {
        position:absolute; 
        top:0px;;
        left:0;
        z-index:8;
    }
    .slideshow div img
    {
        width:269px; /*The image slide show width*/
        height:133px; /*The image slide show height*/
    }
    .slideshow div.active {
        z-index:10;
    }
    .slideshow div.lastactive {
        z-index:9;
    }
/* SECOND NAV */
.second-nav{
    z-index:3;
	margin:auto;
	background:rgba(0, 0, 0, 0) linear-gradient(#036aa9 2.52%, #009fff 97.48%) repeat local 0 32px;
}
.second-nav .bg {
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

/* THIRD NAV */

.third-nav {
    position:relative;
}

.third-nav .bg {
    background-color:#fff;
}

.third-nav .current-time {
    display: inline-block;
    line-height: 22px;
    padding: 5px;
    vertical-align: middle;
}

.third-nav ul + .current-time{
    float:right;
    margin-top:-35px
}
.navbar-default {
    float: left;
    width: 82%;
}
.col-md-36 {
    float: right;
    width: 18%;
}
.headerSearch {
    float: right;
    margin: 5px 8px;
    width: 100%;
}

.headerSearch input {
    border-color:#cccccc;
    background-color:#fff !important;
}

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

.headerSearch .btn-info {
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #0655b5 36%, #084ea3 69%) repeat local 0 32px;
    color:#fff;
	border:none;
}

.headerSearch .btn-info:focus,
.headerSearch .btn-info.focus,
.headerSearch .btn-info:hover,
.headerSearch .btn-info:active,
.headerSearch .btn-info.active {
  background-color: #e6b902;
  border-color: #caa202;
  color:#333333;
}

/* Bootstrap Menu */

#header .navbar-default ul li img{
	width:28%;
}
#header .navbar-default ul li{
	display:table;
}
#header .navbar-default .navbar-collapse ul li {
	width:16.5%;
    height:60px;
	text-align:center;
}
#header .navbar-default .navbar-collapse ul li:hover {
	width:16.6%;
    height:60px;
	text-align:center;
	background:#006600;
	color:#272727;
    transition: all 0.3s linear 0s;
}
#header .navbar-default .navbar-collapse ul li:active {
	background:#006600;
	color:#272727;
}
#header .navbar-default .navbar-collapse ul li a{
	line-height:0px;
	padding:0px;
}
#menusite .navbar-default .navbar-nav &gt; li:first-child {
    margin-left:0px;
}

#menusite .navbar-default .navbar-nav &gt; li:last-child {
    margin-right:0px;
}

#menusite .navbar-default .navbar-nav &gt; li &gt; a {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-transform: capitalize;
}
.tinmoinhat {
	width:78%;
	float:right;
}
sticknav {
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #a40100 -30%, #ea0504 60%) repeat local 0 36px;
	height: 35px;
	//width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	//left: 0px;
	//right: 0px;
	z-index: 9999;
}
.fixed {
	position:fixed;
}
thongbao {
    margin-top: 36px;
    width: 283px;
    z-index: 9999;
}
.fixedd {
	position:fixed;
}
.col-sm-16, .col-md-18 {
	padding-left:6px;
	padding-right:6px;
    background: #fff;
    width: 74.5%;
    margin-right: 0.5%;
	text-align: justify;
}
.container .testing h1 {
	font-weight: bold;
	font-family: Times New Roman;
	font-size: 25pt;
	line-height: 1.31;
}
.col-md-35 {
    float: left;
    margin-right: 2%;
    width: 48%;
}
.col-md-355 {
    float: left;
    margin-right: 2%;
    width: 48%;
}
.col-md-65 {
    float: right;
    width: 100%;
}
.col-md-75 {
    width: 75%;
    float: left;
}
.col-md-25 {
    width: 24%;
    float: right;
	margin: 0.5%;
}
.col-md-255 {
    width: 24%;
    float: right;
	//margin: 0.5%;
	background:#fff;
}
.home {
	padding-left:0px;
	padding-right:0px;
	float:left;
	width:55%;
}
.homes {
	padding-left:0px;
	padding-right:0px;
	float:left;
	width:74%;
}
.homes .top1{
	float:left;
    margin-bottom: 5px;
	width:100%;
}
.homes .top2{
	float:left;
	width:100%;
}
.homes .top1:nth-child(2n+1) {
	float:left;
}
.homes .top1:nth-child(2n) {
	float:right;
}
.col-md-13 {
	padding-left:2px;
	padding-right:2px;
	width:75%;
}
.info_pro {
    right: 5px;
    position: absolute;
    top: 5px;
}
.product-box .caption {
    color: #333;
    float: right;
    padding: 42px 5px 5px;
    text-align: left;
    width: 55%;
}
.product-box .caption .text{
    color: #333;
    font-size: 0.9em;
    font-style: italic;
}
.product-box .caption h3 a {
    color: #cc3300;
    font-size: 1.4em;
    line-height: 0;
}
.product-box .img {
    color: #333;
    float: left;
    padding: 5px;
    width: 45%;
}
.label {
    border-radius: 16px 0;
    color: #fff;
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 1em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.label-info {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a40100 10%, #ea0504 90%) repeat local 0 30px;
}
.left {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: 18%;
}
.left .panel-body h3{
    background: rgba(0, 0, 0, 0) url("../images/bg_tinhot.png") no-repeat scroll -2px center;
    clear: both;
    height: 30px;
    line-height: 27px;
    padding-left: 27px;
}
.left .panel-body, .left .panel-default, .right .panel-body {
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 86%, #f5f5f5 98%) repeat scroll 0px 0px;
    box-shadow:-1px 1px 6px -3px;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.fixedd .panel-primary &gt; .panel-body {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 50%, #f5f5f5 100%) repeat scroll 0 0;
    box-shadow: -1px 8px 6px -3px;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.homes .panel-primary{
    float: left;
    overflow: hidden;
    padding: 0;
	width:100%;
}
.homes .panel-body .tab-content{
    border-radius: 5px;
    box-shadow: -1px 1px 6px -3px;
    float: left;
    height: 314px;
    overflow: hidden;
    padding: 0;	
	
}
.tab-content .col-md-6{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
    padding-bottom: 3px;
    width: 100%;
}
.tab-content .col-md-6 a img{
	padding:5px;
}
.tab-content .col-md-6 h3{
    float: right;
    font-weight: normal;
    width: 82%;
	padding:5px;
}
.homes .panel-primary:nth-child(2n){
	float:right;
}
.panel-primary &gt; .panel-body {
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 86%, #f5f5f5 98%) repeat scroll 0px 0px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.col-md-6 img {
vertical-align: middle;
width: 100%;
height: auto;
}
.panel-bodys {
    margin: auto;
    overflow: hidden;
    padding: 5px 10px 0px 10px;
	text-align:justify;
    position: relative;
}
#net-news a.title{font-size:12px;}
#net-news .bx-wrapper img{}
#net-news .news_column .panel-body {
    padding: 0px;
}
.right {
    float: right;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: 25%;
}
.tab-content {
    overflow: scroll;
    height: 532px;
}
.bg_top .right {
    float: right;
	margin-top:3px;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: 44.5%;
}
.right .cms_right{
    float: right;
    width: 49%;
}
.tab-content {
    display: block;
    margin: 0px 0px 5px 0px;
}
.col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12,
    .col-xs-13,
    .col-sm-13,
    .col-md-13,
    .col-lg-13,
    .col-xs-14,
    .col-sm-14,
    .col-md-14,
    .col-lg-14,
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15,
    .col-xs-16,
    .col-md-16,
    .col-lg-16,
    .col-xs-17,
    .col-sm-17,
    .col-md-17,
    .col-lg-17,
    .col-xs-18,
    .col-sm-18,
    .col-lg-18,
    .col-xs-19,
    .col-sm-19,
    .col-md-19,
    .col-lg-19,
    .col-xs-20,
    .col-sm-20,
    .col-md-20,
    .col-lg-20,
    .col-xs-21,
    .col-sm-21,
    .col-md-21,
    .col-lg-21,
    .col-xs-22,
    .col-sm-22,
    .col-md-22,
    .col-lg-22,
    .col-xs-23,
    .col-sm-23,
    .col-md-23,
    .col-lg-23,
    .col-xs-24,
    .col-sm-24,
    .col-md-24,
    .col-lg-24 {
        position: static;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px
}
.wraper section .container{
    max-width:1100px;
	margin:auto;
}
#search_form_shops .form-group {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 8px;
    float: left;
    font-size: 12px;
    height: 36px;
    padding: 3px;
    width: 100%;
	margin:27px auto 0;
}
#search_form_shops .form-group .btn-primary{
background-image: url("http://didongxanh.vn/img/icon.png");
    background-repeat: no-repeat;
    line-height: 30px;
    vertical-align: middle;
	background-position: -160px 0;
    display: block;
    height: 20px;
    margin: 5px auto 0;
    width: 20px;
}
#search_form_shops .form-group .input-sm {
    border: medium none;
    box-shadow: none;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 0;
    padding: 0;
    width: 86%;
}
html #header .col-md-16 {
    float: right;
    height: 133px;
    width: 90%;
	padding:0px;
}
#header .col-md-8 {
    height: 133px;
    padding: 0;
    width: 20%;
}
#header .col-md-8 img{
width: 31%;
height: auto;
margin-top: 5px;
margin-left: 45px;
}
.text_top img{
    margin-left: 555px;
    margin-top: 3px;
    width: 8%;
    z-index: 33333333333333;
    position: absolute;
}
#menusite .navbar-default .navbar-nav &gt; li &gt; a.home {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0352a2 0%, #0365cb 100%) repeat scroll 0px 31px;
    width: 110px;
}
#menusite .navbar-default .navbar-nav &gt; li &gt; a.home .fa-lg {
    color: #fff;
    font-size: 1.5em;
    line-height: 14px;
}
#menusite .navbar-nav &gt; li &gt; a {
    white-space:nowrap;
}

#menusite .dropdown-menu {
    background-color:#0352a2 !important;
    border-color:#0365cb !important;
    border-width: 1px !important;
    border-style: solid !important;
    width:100%;
    -webkit-border-bottom-left-radius:3px !important;
    -webkit-border-bottom-right-radius:3px !important;
    border-bottom-left-radius:3px !important;
    border-bottom-right-radius:3px !important;
}

#menusite .dropdown-menu &gt; li {
    border-bottom-width :1px;
    border-bottom-style: solid;
    border-bottom-color: #465BA7;
}

#menusite .dropdown-menu &gt; li:last-child {
    border-bottom:none;
}

#menusite .dropdown-menu &gt; li &gt; a {
    color: #fff !important;
    line-height: 18px !important;
    padding: 8px !important;
    width: 160px;
}
.left .nav-tabs {
    border-bottom: none;
	display:none;
}
.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: 35px;
    margin-top: 3px;
    width: 100%;
}
.nav-tabs h2 {
    color: #cdcdcd;
    float: right;
    font-size: 1.5em;
    padding-right: 10px;
    padding-top: 2px;
}	
.panel-body .nav-tabs .active {
	color:#033e85;
    background: rgba(0, 0, 0, 0) url("../images/center.png") repeat-x scroll 0 0;
    border-radius: 8px 8px 0 0;
    font-size: 13px;
    -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: 13px;
    font-weight: bold;
    margin-left: 5px;
	margin-top: 3px;
    padding: 0px 5px;
}
.nav-tabs &gt; li &gt; a {
    display: block;
    padding: 5px;
    position: relative;
	color:#033e85;
	font-weight:bold;
}
//.nav-tabs &gt; li &gt; a:hover {
	color:#fff;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #a40100 10%, #ea0504 90%) repeat local 0 30px;
	font-weight:bold;
}
//.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 69%, #f5f5f5 93%) repeat scroll 0 0;
    display: block;
    float: left;
    width: 100%;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.tab-content .list-group-item {
    //background: rgba(0, 0, 0, 0) url("../images/icon-link.png") no-repeat scroll left 7px;
    border-bottom: 1px dashed #dbdbdb;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 10px;
    width: 98%;
}
.tab-content .list-group-item .imgs{
	width:25%;
	float: left;
}
.tab-content .list-group-item .title{
	width:77%;
    padding-left: 0px;
    font-weight: bold;
	float:right;
    font-family: arial;
}
.left .panel-body .img-thumbnail {
    border: 2px solid #f0f0f0;
    transition: all 0.2s ease-in-out 0s;
    width: 30%;
	margin-right:2px;
}
#menusite .navbar-default .navbar-nav &gt; li &gt; a:hover,
#menusite .navbar-default .navbar-nav &gt; li &gt; a:focus,
#menusite .navbar-default .navbar-nav &gt; .active &gt; a,
#menusite .navbar-default .navbar-nav &gt; .active &gt; a:hover,
#menusite .navbar-default .navbar-nav &gt; .active &gt; a:focus,
#menusite .navbar-default .navbar-nav &gt; .open &gt; a,
#menusite .navbar-default .navbar-nav &gt; .open &gt; a:hover,
#menusite .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0352a2 0%, #0365cb 100%) repeat scroll 0px 31px;
    color: #ffffff !important;
    height: 35px;
	padding: 5px 12px;	
    line-height: 27px;
    transition: all 0.3s linear 0s;
}
.metismenu .sidebar-nav ul li a:hover{
    //background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0352a2 0%, #0365cb 100%) repeat scroll 0px 31px;
    color: #DF2928;
	padding: 5px 16px;
	font-weight:bold;
	border-top:none;
    transition: all 0.3s linear 0s;
}
.titleslider {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 12px;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.owl-carousel a {
	color:#fff;
	font-size:1.2em;
}
#menusite .dropdown-menu &gt; li &gt; a:hover,
#menusite .dropdown-menu &gt; li &gt; a:focus,
#menusite .dropdown-menu &gt; .active &gt; a,
#menusite .dropdown-menu &gt; .active &gt; a:hover,
#menusite .dropdown-menu &gt; .active &gt; a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
#menusite .navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%) !important;
    color:#fff !important;
}

#menusite .dropdown-submenu {
    position:relative;
}

#menusite .dropdown-submenu li a {
    color:#333;
    display:block;
}

#menusite .dropdown-submenu&gt;.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 5px 5px 5px;
    border-radius:0 5px 5px 5px;
}

#menusite .dropdown-submenu:hover&gt;.dropdown-menu {
    display:block;
}

#menusite .dropdown-submenu&gt;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:#333;
    margin-top:10px;
    margin-right:-5px;
}

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

#menusite .dropdown-submenu.pull-left&gt;.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:5px 0 5px 5px;
    border-radius:5px 0 5px 5px;
}

/* Head-Nav */

.header-nav {
    width: 1000px;
	margin:auto;
	position:absolute;
	z-index:999;
}
.header-nav .container{
    background-color: #fff;
    border-bottom: 2px solid #dcdcdc;
    border-left: 2px solid #dcdcdc;
    border-radius: 0 0 10px 10px;
    border-right: 2px solid #dcdcdc;
    color: #ffe422;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22%;
}

.header-nav a {
    color:#272727;
}

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

.header-nav a.button {
    display:inline-block;
    padding:5px;
    color:#dcdcdc;
    line-height:1;
    background-color:#ff6600 !important;
    border-radius:3px;
    -webkit-border-radius:5px;
}

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

/* TIP POPUP and FTIP POPUP */

#tip,
#ftip {
    position:absolute;
    color:#333 !important;
    background-color:#eeeeee;
    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:6px;
    border:1px solid #aaaaaa;
}

#tip .bg {
    border-radius:3px;
}

#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-color:#e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    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:5px;
}

#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 {
    float: right;
    height: 0;
    margin: 3px 5px;
}
.iconcart em {
    font-size: 4.2em;
    padding: 10px 5px 0 0;
    text-align: center;
}
.number_cart {
    background: #fff;
    border-radius: 10px;
    color: #c62e23;
    padding: 10px;
}
.contactDefault {
	color: #FFFCF2;
    left: 0;
    line-height: 30px;
    margin: 0 10px;
    position: absolute;
    top: 0;
}
.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-color:#d9e8f4;
    border-width: 1px;
    border-style: solid;
    border-color: #a6c8e6;
    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 &gt; h3 {
    border-bottom-width :1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

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

.guestBlock &gt; h3 &gt; a:hover,
.guestBlock &gt; h3 &gt; a.current {
    background-color:#cccccc;
}

.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 {
    background-color: #b41600;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 18px;
}

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

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

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

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

.socialList li .fa {
    margin-right:-4px;
}
.form-detail .margin-bottom-lg {
	margin: 10px 0px 10px 0px;
}
.danhsachtv {
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	height: 30px;
	width: 100%;
	clear: both;
	border-top: 2px solid #033e85;
}
.danhsachtv h2 {
	color: #033e85;
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	margin-left: 8px;
	margin-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}
.table-responsive tr td {
	overflow-x: auto;
	min-height: 0.01%;
	font-family: Times New Roman;
	font-size: 13pt;
}
.table-responsive .bg-lavender td {
	overflow-x: auto;
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: bold;
}
/* Body */
.nv-block-banners{
	margin-bottom: 14px;
}
.col-md-18 .news_column, .col-md-18 .panel-default{
	background-color:#fff;
}
.col-md-18 .news_column .col-md-6{
    width: 54%;
}
.col-md-18 .news_column .col-md-18{
    width: 46%;
}
//.margin-top-lg {
	border-top: 2px solid #393939;
	color: #033e85;
	font-size: 16pt;
	font-weight: bold;
	line-height: 39px;
	margin-left: 2px;
	margin-top: 0px;
	text-transform: uppercase;
	white-space: nowrap;
}
#body {
	border-color:#dcdcdc;
	border-style:solid;
	border-width:0 0px 0 0px;
    background: #fff;
}
.btn {
background: nnone;
border: 1px solid #f5f5f5;
color: #272727;
padding: 3px 8px;
font-weight: bold;
margin-bottom: 3px;
font-family: Arial;
font-size: 14px;
}
#nv-block-login {
    text-align: right;
	padding-right:5px;
}
.login_mobile {
	display:none;
}
.login_register {
    float: right;
    margin: auto;
    width: 29%;
}
.login_register .userBlock {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #ffffff 58%, #ea0504 50%) repeat scroll 0 0;
    color: #fff;
    float: right;
    height: 106px;
    margin: auto;
    padding: 5px;
}
.logout {
	text-align:center;
}
.login_register h3 {
    float: left;
    margin: auto;
    text-align: left;
    width: 100%;
}
.login_register .login_admin {
    float: left;
    margin: auto;
    width: 60%;
}
.login_register h3 a {
	color:#fff;
}
.nv-list-item li em {
	color:#272727;
}
.btn-sm, .btn-group-sm &gt; .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    margin-top: -10px;
    padding: 1px 3px;
}
.col-md-246 {
    width: 100%;
	padding-left:0px;
	padding-right:0px;
	clear:both;
}
.col-md-2468 {
    width: 100%;
	display:none;
}
.col-md-246 .metismenu .sidebar-nav ul li{
    border-left: 1px solid #009946;
    border-right: 1px solid #01803b;
    float: left;
    text-align: center;
    width: 11.1%;
}
.col-md-246 .metismenu .sidebar-nav ul li a{
	color:#fff;
	text-decoration: underline;
	font-size:1em;
	font-weight:bold;
}
.col-md-246 .metismenu .sidebar{
    border: 3px solid #fff;
    border-radius: 5px 5px 0px 0px;
    display: block;
    float: left;
    width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #038d42 0%, #009946 100%) repeat scroll -10px 12px;
}
.col-xs-24 {
    width: 100%;
}
.tinmoi .panel-heading a {
    color: #033e85;
    font-weight: 600;
    text-transform: capitalize;
}
.tinmoi {
    width: 54%;
    float: left;
	margin-right: 1%;
}
.times {
    float: left;
    width: 20%;
	margin-right: 1%;
}
.headerSearch {
    width: 20%;
}
.col-md-18 .viewcat_list{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 86%, #f5f5f5 98%) repeat scroll 0 0;
    box-shadow: -2px -1px 5px -3px;
    margin: auto;
    overflow: hidden;
    padding: 5px;
    position: relative;	
}
.col-md-18 .viewcat_list .clearfix{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0352a2 0%, #0365cb 50%, #0352a2 100%) repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    height: 27px;
    line-height: 26px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: capitalize;
    width: 100%;
}
.col-md-18 .viewcat_list .clearfix a{
    color: #fff;
}
.roww .col-md-12 {
    width: 70%;
}
.roww #tabs {
    width: 30%;
}
.dl-horizontal dt {
	text-align:left;
}
dl {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 86%, #f5f5f5 98%) repeat scroll 0 0;
    box-shadow: -2px -1px 5px -3px;
    margin: auto;
    overflow: hidden;
    padding: 5px;
    position: relative;	
}
.panel-default &gt; .panel-heading h4 a {
    color: #fff;
}
.text-danger {
color: #cb0606;
font-weight: bold;
font-size: 20px;
padding: 10px;
}
.time {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a40100 -30%, #ea0504 60%) repeat local 0 36px;
    border: 2px solid #ff0000;
    border-radius: 5px;
    box-shadow: -2px -1px 5px -3px;
    color: #fff;
    float: right;
    margin-right: 0.3%;
    margin-top: 0.1%;
    width: 16%;
}
.tinchay {
    width: 82%;
	float:left;
}
.tinchay #tieudiem{
    float: right;
    height: 27px;
    line-height: 24px;
    width: 85%;
}
.tinchay .img_tieudiem{
    float: left;
    height: 27px;
    line-height: 24px;
    width: 15%;
}
.tinchay .img_tieudiem img{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.col-md-14 {
    width: 64%;
	margin-right:1%;
}
.col-md-10 {
    width: 35%;
}
.col-md-10 .nv-fullbg {
    background-color: #fff;
    min-height: 100%;
	padding: 5px;
}
#go_top{
    display:block;
    width:31px;
    height:31px;
    position:fixed;
    background-color:#ea0504;
    bottom:3px;
    right:113px;
}
#go_top:before{
    content:"";
    position:Absolute;
    width:0;
    height:0;
    border:11px solid transparent;
    border-bottom:11px solid white;
    left:5px;
    top:-8px;
}
#go_top:after{
    content:"";
    position:Absolute;
    width:10px;
    height:17px;
    background-color:white;
    left:11px;
    top:14px;
}
/* Footer-NAV2 */

.footerNav2 {
    display: none;
    position:relative;
    width:1250px;
	max-height:30px;
	margin:auto;
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #a40100 -30%, #ea0504 60%) repeat local 0 36px;
    padding:1px 0;
    color:#dcdcdc;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.col-sm-24 {
	width:100%;
	float:left;
	padding:5px;
}
.footerNav2 .wraper{
    width:1250px;
	margin:auto;
}
.footerNav2 .theme-change {
    float:left;
    margin-left:10px;
    margin-right:10px;
    height:32px;
}
.footerNav2 .theme-change a,
.footerNav2 .theme-change span {
    background-color: #ff6600;
    border-radius: 20px;
    color: #dcdcdc;
    display: inline-block;
    margin-top: 6px;
    text-align: center;
    width: 20px;
}
.theme-change img, .bttop img {
	width:100%;
}
.footerNav2 .theme-change span {
    color:#dcdcdc;
    background-color:#ff6600;
}

.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change span:hover {
    color:#ff6600;
    background-color:#dcdcdc;
}

.footerNav2 .theme-change .fa-lg, .footerNav2 .bttop .fa-lg {
    font-size: 1.2em;
    line-height: 0.8em;
    vertical-align: -1px;
}
.footerNav2 .theme-change .fa-mobile {
    font-size: 1.2em;
    line-height: 1.2em;
    vertical-align: 0%;
}

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

.footerNav2 .bttop a {
    background-color: #ff6600;
    border-radius: 12px;
    color: #dcdcdc;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    width: 20px;
}

.footerNav2 .bttop a:hover {
    color:#ff6600;
    background-color:#dcdcdc;
}

.footerNav2 .bttop em {
    //margin-right:-2px;
}

/* Footer */

#footer .wraper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#footer{
    position: relative;
    min-height: auto;
    max-width: 1100px;
    margin: auto;
    background: rgba(0, 0, 0, 0) linear-gradient(#ffffff 50%, rgb(234, 234, 234) 48%, #ffffff) repeat local 0 72px;
    padding: 0px 0;
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;
    border-top: 1px solid #e1e1e1;
    line-height: 20px;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
#footer a {
    font-size: 1em;
}
#footer a:hover {
    color: #ff0000;
    font-size: 1em;
}
#footer h3 {
    border-bottom: 1px solid #f0f0f0;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

#footer h3 a {
    color:inherit;
}
#footer p {
    margin:0;
    padding:0;
}
.detail .flexslider .slides {
	width:50%;
	margin-bottom:5px;
}
.detail .flexslider img {
	width:998px;
}
.flex-caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    left: 0;
    line-height: 18px;
    margin-bottom: 0;
    padding: 1%;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    top: 45px;
    width: 100%;
}
.tab-content p {
	text-align:justify;
	padding:5px;
}
.left .panel-body .tab-content ul li {
	width:100%;
	height:44px;
	float:left;
}
.tab-content ul li {
	width:100%;
	height:auto;
	float:left;
}
.tab-content ul li .text {
    float: right;
    height: 36px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 3px;
    text-align: justify;
    width: 75%;
}
.tab-content ul li .img {
	float:left;
	width:25%;
	padding:2px;
}
.tab-content ul li .img img {
	float:left;
	width:100%;
	padding:0px;
}
.tab-content ul li .icon {
    color: #cdcdcd;
    float: right;
    font-size: 0.9em;
    padding-right: 5px;
    text-align: right;
    width: 66%;
}
.detail .nav-tabs &gt; li.active &gt; a, .detail .nav-tabs &gt; li.active &gt; a:hover, .detail .nav-tabs &gt; li.active &gt; a:focus {
	color: #cc3300;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 8px;
    position: relative;
}
dl {
    margin-bottom: 0px;
    margin-top: 0;
}
.dl-horizontal dd {
    margin-left: 10px;
}
/* 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-width: 1px;
    border-bottom-color: #6aa3d5;
    border-bottom-style: dotted;
    padding:8px 0;
}

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

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

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

/* Block copyright*/

.copyright {
    color:#414141;
	padding-top:0px;
	padding-left:10px;
}

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

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

/* Block Company info */
.company_info {
    padding-top: 6px;
    text-align: center;
}
.company_info .company_name {
    text-transform: uppercase;
}
.company_info li {
    clear: both;
    list-style: outside none none;
    margin-bottom: 0px;
    text-align: center;
    color: #272727;
}

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

.company_info li.company_name &gt; span {
    display:inline;
    color: #272727;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    text-transform: uppercase;	
}
.col-md-24 #detail .panel-default .panel-primary {
	display:none;
}
.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 */
.thongbao {
	text-align: center;
	font-size: 22pt;
	margin-bottom: 20px;
	line-height: 1.41;
	color: #ad0000;
	font-weight: bold;
}
.nv-hr {
    clear:both;
    height:1px;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: 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;
}

/* sub-list-icon */
.sub-list-icon &gt; li:first-child &gt; *:before,.cat-icon:before{
    content: "&lt;img src="http://hoanggiatravel.com.vn/assets/img/icont.png"&gt;";
    
    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 &gt; li + li &gt; *: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 &gt; li:first-child + li &gt; *:before{
    content: " \f101 ";
    font-size: 12px;
    margin-top: -2px;
}

/* List none */

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

/* Block global */
.bg_top {
	background:#fff;}
.nv-block-banners {
    position:relative;
	clear:both;
    margin-top:0px;
    text-align:center;
}
.nv-block-banners img {
	width: 100%;
	height: auto;
}
.jssort11 {
    position: absolute;
    width: 625px;
    height: 190px;
    top:345px;
    -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;
}
.bgtitleslide {
    position: absolute;
    top: 285px;
    background-color: #eaeaea;
    color: #272727;
    padding: 5px;
    width: 625px;
    opacity: 0.8;
}
.titleslide {
    font-weight: 600;
    line-height: 28px;
    font-size: 22px;
    font-family: arial;
    height: 58px;
}
.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:368px;
    height:239px;
    display:inline-block;
    margin-left:0px;
    padding:10px;
    vertical-align:top;
}
.cat_imgin{
    width: 348px;
    height: 227px;
    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: 280px;
    height: 190px;
    display: inline-block;
    margin-left: 0px;
    padding: 10px;
    vertical-align: top;
    float: left;
}
.catt_imgin {
    width: 260px;
    height: 160px;
    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);
}
.catli_img{
    width:110px;
    height:90px;
    display:inline-block;
    margin-left:0px;
    vertical-align:top;
    float: left;
}
.catli_imgin{
    width: 110px;
    height: 90px;
    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;
    width: 78%;
}
.col-md-16 .title {
    font-size: 16px;
    padding: 3px 0px 3px 0px;
    margin: 0px;
    font-weight: bold;
    overflow: hidden;
}
.col-md-16 .othernews {
    text-align: justify;
    padding-left: 0px;
    height: 100px;
    overflow: hidden;
}
#net-news .panel-body .col-md-25 .othernews {
    text-align: justify;
    padding-left: 12px;
    height: 41px;
    font-size: 15px;
    overflow: hidden;
    font-family: arial;
}
.col-md-123 {
    width: 50%;
    display: block;
    float: left;
}
.tab-content .othernews {
    text-align: justify;
    padding-left: 12px;
    height: 42px;
    overflow: hidden;
}
.thumbcat{
    width:200px;
    height:170px;
    display:inline-block;
    padding:0px;
    margin-right:10px;
    vertical-align:top;
    float:left;
}
.thumbcatt{
   border: 5px solid #fff;
   border-radius: 3px;
   box-shadow: 0 0 4px rgba(0,0,0,0.18);   
   width:200px;
   height:170px;
   background-color:#3e3e3e;
   background-image:none;
   background-repeat:no-repeat;
   background-position:top center;
   background-size:cover;
}
.thumb:hover, .thumbb:hover, .cat_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;
}
.col-md-14 h1 {
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
    font-family: arial;
}
.panel-bodys h1 {
    font-weight: bold;
    line-height: 30px;
    font-size: 25px;
    font-family: arial;
}
.news_column h2 {
   font-weight: bold;
   line-height: 27px;
   font-size: 18px;
    font-family:arial;
}
.news_column h3 {
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    height: 68px;
    overflow: hidden;
    font-family: arial;
}
.news_column .h3 {
   font-weight: bold;
   line-height: 20px;
   font-size: 18px;
}
.news_column .h5 {
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    font-family: arial;
}
.content-area h3 {
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    font-family: arial;
}
.col-md-123 .h5 {
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
    font-family: arial;
}
.news_column ul li h4, .related li a {
    font-weight: normal;
    line-height: 27px;
    font-size: 16px;
    padding-right: 5px;
    font-family: arial;
    display: inline-block;
}
.news_column h4 {
   font-weight: bold;
   line-height: 20px;
   font-size: 15px;
    font-family: arial;
}
.input-group {
    margin-bottom: 10px;
}
.thumbtext h1 {
   font-weight: bold;
   line-height: 22px;
   font-size: 16px;
    font-family: arial;
}
.thumbtext h2 {
   font-weight: bold;
   line-height: 22px;
   font-size: 14px;
    font-family: arial;
}
.title{
font-size: 16pt;
padding: 10px 0px 10px 0px;
margin: 0px;
line-height: 30px;
font-weight: bold;
font-family: 'Times New Roman', serif;
text-transform: uppercase;
text-align: center;
}
#news-bodyhtml {
    line-height: 27px;
    font-size: 16px;
    font-family: arial;    
}
#news-bodyhtml img{
    display: block;
    margin: 0 auto;
}
#news-bodyhtml em{
    text-align: center;
}
.titless {
   font-size:16px;
   background:rgba(0, 0, 0, 0) url("../images/bg-home.png") repeat-x scroll 0 0;
   border-bottom:1px solid #ccc;
   padding:6px;
   margin:0px;
   font-weight:bold;
}
.textdo {
	color: #ff0000;
	display: -webkit-inline-flex;
}
.nv-block-banners .link {
    position:absolute;
    top:0;
    left:0;
}
.left .nv-block-banners img {
    border-radius: 3px;
    height: auto;
	width:90%;
	padding:0px;
    box-shadow:-1px 1px 6px -3px;	
}
.right .nv-block-banners img {
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    height: auto;
	width:100%;
	padding:0px;
    box-shadow: -2px -1px 5px -3px;	
}
.show {
	height: auto;
	overflow:hidden;
}
.nv-block-rss li {
    border-bottom-width:1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: 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-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    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-width:1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color:#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 */

.product-box .caption p, .panel-body p {
    margin:0;
    text-align: justify;
}
.news_colum .panel-body p {
    height: 56px;
    margin: 0;
    overflow: hidden;
}
.news_colum .panel-body .text-right {
    height: 2em;
    margin: 0;
    overflow: hidden;
}
.home .panel-body ul .diem {
    float: left;
    width: 50%;
}
.container .m-bottom {
	font-weight: bold;
	font-family: Times New Roman;
	padding-top: 10px;
	font-size: 25pt;
	line-height: 1.31;
	text-align: center;
}
.container .rows {
	font-weight: bold;
	font-family: Times New Roman;
	font-size: 14pt;
	line-height: 1;
	text-align: center;
}
.container #questionlist .m-bottom {
	font-weight: bold;
	font-family: Times New Roman;
	font-size: 22pt;
	line-height: 1.31;
	text-align: justify;
}
.home .panel-body ul .diem a {
	text-align:justify;
}
.home .panel-body ul .diem .img img {
    float: left;
    margin: 0;
    padding: 5px;
    width: 40%;
}
.panel-body ul {
    margin:0;
    padding:0;
}
.panel-body ul li ul li a:before {
    content: "\f104";
    color:#dcdcdc;
    font-family:FontAwesome;
    font-size:14px;
    padding-right:2px;
    vertical-align:middle;
}
.panel-body ul li {
    font-size: 1em;
    padding: 2px 5px 0;
}
.right .nav-tabs &gt; li &gt; a {
    display: block;
    background: none;
    border: none;
    padding: 5px;
    position: relative;
}
.homes .panel {
    background: none;
}
.col-md-55 .panel-body {
    width: 100%;
    float: left;
}
.col-md-55 .col-md-36 {
    width: 18%;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    color: #555555;
    background-color: none;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}
.panel-body #menu_34 li {
    background: rgba(0, 0, 0, 0) url("../images/list.png") no-repeat scroll 9px 11px;
    border-bottom: 1px solid #dddddd;
    font-size: 1em;
    padding: 2px 0px 2px 20px;
}
.panel-body #menu_42 li {
    background: rgba(0, 0, 0, 0) url("../images/list.png") no-repeat scroll 9px 11px;
    border-bottom: 1px solid #dddddd;
    font-size: 1em;
    padding: 2px 0 2px 20px;
}
.panel-body #menu_57 li {
    background: rgba(0, 0, 0, 0) url("../images/list.png") no-repeat scroll 9px 11px;
    border-bottom: 1px solid #dddddd;
    font-size: 1em;
    padding: 2px 0 2px 20px;
}
.panel-default {
	margin:auto;
}
.panel-default &gt; .panel-heading {
    color: #fff;
    float: left;
    line-height: 1em;
    padding: 9px;
    text-transform: capitalize;
}
.panel-default .cms_right img{
	margin:auto;
	float:right;
	width:50%;
}
.panel-default span img{
	float:left;
	width:50%;
}
.col-xs-333 .panel-body ul li {
    background: rgba(0, 0, 0, 0) url("../images/list.png") no-repeat scroll 2px 7px;
    border-bottom: 1px solid #dddddd;
    font-size: 1em;
    padding: 4px 0 3px 20px;
}
.news_colum .panel-body {
    font-size: 1em;
    padding: 5px 10px 5px 5px;
}
.news_colum .panel-body img {
	margin-right:8px;
	width:25%;
}
.news_colum .col-md-8 {
    float: right;
    width: 31.333%;
}
.col-md-25 .panel-body img, .col-md-251 .panel-body img {
    margin-right:5px;
	width:100%;
}
.panel-body ul li:last-child {
    margin-bottom:0;
}

.nv-infodie .logo {
    width: 69% !important;
    margin-bottom: 10px;
    margin-left: auto;
    height: auto;
    margin-right: auto;
    display: block;
}
.text-mutedd {
    float: right;
    font-size: 0.79em;
	color:#666;
    text-align: right;
	padding-right: 5px;
    width: 66%;
}
.block_download .dl-horizontal {
	display:none;}
/* Form */

input[type="checkbox"] {
    border-width:1px;
    border-style:solid;
    border-color:#aaaaaa;
    clear:none;
    cursor:pointer;
    display:inline-block;
    line-height:0;
    height:16px;
    margin:16px 8px 16px 0px;
    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:#707070;
    -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-width:1px;
    border-style:solid;
    border-color:#aaaaaa;
    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:#707070;
    -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-left: 10px;
    line-height: inherit;
}
.btn-primary, .btn-default, .btn-danger {
color: #fff;
background: rgba(0, 0, 0, 0) linear-gradient(#e20303, #920202 97.48%) repeat local 0 30px;
border-color: #ffffff;
padding: 6px;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
border-radius: 6px;
margin-bottom: 10px;
font-family: Arial;
}
.btn-success {
color: #fff;
background: rgba(0, 0, 0, 0) linear-gradient(#16a903, #2f9202 97.48%) repeat local 0 30px;
border-color: #ffffff;
padding: 6px;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
border-radius: 6px;
margin-bottom: 10px;
font-family: Arial;
}
.centered h2 {
    color: #fff;
    background: rgba(0, 0, 0, 0) linear-gradient(#036aa9 2.52%, #009fff 97.48%) repeat local 0 29px;
    border-color: #ffffff;
    padding: 6px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    width: 50%;
    margin: auto;
    border-radius: 5px;
}
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:#333333;
}

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:#333333;
}

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

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

.navbar-inverse {
    background-color:#d9e8f4;
    border-color:#2a6496;
}

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

.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    color:#ffffff;
    background-color:#2a6496;
}
.col-md-10 .panel-primary&gt;.panel-heading {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0352a2 0%, #0365cb 50%, #0352a2 100%) repeat scroll 0 0;
    border-bottom: 3px solid #0365CB;
    display: block;
    overflow: hidden;
    line-height: 30px;
    padding-left: 15px;
}
.tinhot {
    background: rgba(0, 0, 0, 0) url("../images/bg-home.png") repeat-x scroll 0 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
	height:35px;
	margin-top:3px;
}
.tinhot .readmore{
	color:#033e85;
}
.tinhot h2 {
	color:#033e85;
    background: rgba(0, 0, 0, 0) url("../images/center.png") repeat-x scroll 0 0;
    border-radius: 8px 8px 0 0;
    font-size: 13px;
    -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: 13px;
    font-weight: bold;
    margin-left: 4px;
    padding: 7px 10px;
    text-decoration: none;	
}
.panel-primary&gt;.panel-heading {
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    height: 30px;
	width:100%;
	clear: both;
	border-top:2px solid #033e85;
}
b, strong {
font-weight: bold;
line-height: 1.2;
}
.panel-primary &gt; .panel-heading h2 span{
	font-size:1em;
}
#hot-news .panel-body {
    background: #fff none repeat scroll 0 0;
    box-shadow: -2px -1px 5px -3px;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.panel-primary&gt;.panel-heading h2{
    border-top: 2px solid #393939;
    color: #033e85;
    float: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 25px;
    margin-left: 2px;
    margin-top: -7px;
    text-transform: uppercase;
    white-space: nowrap;
}
.block_download h1{
    color: #033e85;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 27px;
    margin-left: 2px;
    text-transform: capitalize;
    font-family: UTM Helve;
    text-align: justify;
}
.panel-primary&gt;.panel-heading i {
    font-weight: 600;
    margin-left: 5px;
}
//.panel-primary&gt;.panel-heading b{
    border-bottom: 32px solid #0352a2;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    float: left;
    height: 0;
    width: 0;
	padding:0px;
}
.panel-primary&gt;.panel-heading .readmore{
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    color: #033e85;
    float: right;
    font-size: 0.8em;
    margin: -2px;
    padding: 0 3px;
    text-transform: uppercase;
}
.panel-primary&gt;.panel-heading h2 a{
    color: #033e85;
	font-weight:bold;
}
.panel-primary&gt;.panel-heading&gt;a {
    color:#fff;
}
.text_top {
    background: url(../images/bg_top.png);
    color: #fff;
    float: left;
    font-size: 2.6em;
    font-weight: bold;
    height: 141px;
    margin-left: 30px;
    position: absolute;
    width: 63%;
    z-index: 23456789;
}
.login_register .img img{
    float: left;
    margin-top: 2px;
    width: 15%;
}
.text_sologan {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	margin:45px 0 0 45px;
}
.panel-primary&gt;.panel-heading&gt;a:hover {
    color:#dcdcdc;
}

table caption {
    color:#357ebd;
    text-align:left;
    font-size:13px;
    font-weight:700;
    line-height:22px;
    padding:0 0 5px 2px;
}
.col-md-33 {
    float: left;
    margin: 0%;
    width: 100%;
	display:none;
}
blockquote {
	font-size: 20pt;
	padding: 0;
	margin-top: 20px;
	padding-left: 10px;
	text-align: justify;
	line-height: 1.31;
	color: #036aa9;
	border: none;
}
.col-md-24 .panel-default {
	margin: auto;
	font-size: 14pt;
	font-family: Times New Roman;
	line-height: 1.41;
	padding: 0px 5px 20px 5px;
}
.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, #sitemodalTerm .close{
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height:24px;
    background-color: #000;
    color:#fff;
    font-size:11px;
    opacity:0.8;
    border-width:2px;
    border-style: solid;
    border-color: #cccccc;
    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-color:#ffff00 !important;
    color:#000 !important;
    height:25px;
    line-height:25px;
    padding:0.2em 0;
    text-align:center !important;
}

#timeoutsess {
    display:none;
}

#timeoutsess a {
    color:#2f70a7 !important;
}

/* Block featured-products */

.featured-products &gt; .row {
    margin-bottom:3px;
}

.featured-products &gt; .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 &gt; li {
    margin-bottom:5px;
}

.featured-products ul &gt; 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-color: #333
}
.module-menu ul{
    margin:0;
    padding:0
}
.module-menu a {
    display:block;
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,0.1);
    background-color:#428BCA;
    background-image:linear-gradient(to right,#428BCA 4px,#428BCA 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-color:#a6c8e6;
}
.module-menu a:hover,.module-menu a.active,.module-menu a:focus{
    color:#333;
    text-decoration:none;
    background-image:linear-gradient(to right,#42cac5 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
}
/* text hover image */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /&gt;&lt;feGaussianBlur stdDeviation="3" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
*/

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* Tim Kiem, dang nhap */
#page .btn-open-popup{display: inline-block; color: #fff; font-size: 1.8em; transition: 0.3s; display:none;}
#page .btn-open-popup:hover{color: #ff6600;}
/***popup***/
#background-popup {z-index:85; position: fixed; display:none; height:100%; width:100%; background:#000; top:0px; left:0px;}
#to-popup{    
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333333;
    display: block;
    opacity: 0.89;
    padding: 2px;
    position: absolute;
    top: -2px;
    width: 18.5%;
    z-index: 90;
}
#btn-close{transition:0.2s; display: block; width: 40px; height: 40px; position: absolute; top: 0; right: 0; cursor: pointer;}
#btn-close:before{    
	background: rgba(0, 0, 0, 0) url("http://truongchinhtrithainguyen.vn/nangcap/login/images/close.png") repeat scroll 0 0 / 100% auto;
    border-radius: 0;
    content: "";
    display: none;
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%;
}
#btn-close:hover{background: rgba(235, 95, 96, 0.2);}
#popup-content{width: 100%; height: 100%;}

#loading-title{display: block; line-height: auto; text-align: center;}</pre></body></html>