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

}

.icon_new_small {
}

.icon_list {
}

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

.margin-lg {
    margin:15px;
}

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

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

.margin-top-lg {

}

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

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

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

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

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

.boder-top{
    border-top-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
}

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

/*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:#dcdcdc;
    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:#edf4fa !important;
    border-color:#82b2dc !important;
}

.nv-info.info{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

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

.nv-info.info:before {
    content: "\f05a";
    color:#31708f;
}

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

.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-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #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: #de495b;
}

div.radio-box label,
div.check-box label {
    margin-bottom: 0;
}

div.radio-box label [type="radio"],
div.check-box label [type="radio"] {
    margin-top: -2px;
}

.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:#255986;
    border-radius:4px;
    height: auto;
    overflow: auto
}

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

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

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

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

.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-color: #939393;
}
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-color: #357ebd;
    color:#fff;
    font-size:11px
}

/* Global */

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

body {
    color: #333;
    font-family: 'Roboto',"Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

a,
a:link,
a:active,
a:visited {
    color:#1a3f5e;
}

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

a.dimgray  {
    color:#707070;
}

a.dimgray:hover {
    color:#1676eb;
}

a.black {
    color: #1a3f5e!important;
    text-align: left;
    font-family: 'Roboto', Arial;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

a.black:hover {
    color:#1676eb;
}

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

.title{
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
}

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

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

span.keyword {
    background-color:yellow;
}

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

a.btn {
    color:#fff;
}

.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:absolute;
    z-index: 9999;
    background: transparent;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    height: 93px;
    opacity: 0.9;
    background: #ffffff;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #0000003b;
}
/*header-trang gioi thieu*/
#header-detail {
    z-index: 9999;
    width: 100%;
    background: transparent;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    margin-top: 49px;
    opacity: 0.9;

}
img.logo1 {
    width: 100%;
    height: 60px;
}
.logo-header1{

}
#header .logo {
    position:relative;
    margin:0;
    padding:20px 10px;
}

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

/* breadcrumb */
.breadcrumbs-wrap{
    position: relative;
}

.breadcrumbs-wrap .display{
    height: 35px;
    overflow: hidden;
    margin-top: 10px;
    background: #f2f2f2;
    clear: both;
    border-top: 1px solid #eee;
}
ul.breadcrumbs.list-none li a span {
    color: #000;
    font-size: 15px;
}

.breadcrumbs {
    display: inline-block;
}

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


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

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



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

/*.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: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:#cccccc;
    background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
    -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;
    background: #f2f2f2;
    margin-bottom: 25px;
}

.third-nav .row{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
}

.third-nav .bg {
    background-color:#eeeeee;
    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 {
   padding: 0px;
}

.headerSearch input {
    border-color:#cccccc;
}

.headerSearch input:hover,
.headerSearch input:focus {
}

.headerSearch .btn-info {
    background: transparent;
    border: none;
    display: block;
    height: 36px;
    min-width: 0;
    padding: 7px;
    text-indent: -9999px;
    cursor: pointer;
    height: 35px;
    background-size: 20px 20px;
    border: none;
    text-indent: -5000px;
    border-bottom: 1px solid #b6acd1;
    -webkit-appearance: none;
    width: 35px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height:32px!important;
}
.headerSearch .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 35px!important;
    font-size: 14px;
    background: none;
    color: #ccc;
    border: none;
    border-bottom: 1px solid #b6acd1!important;
    -webkit-appearance: none;
    border:none;
    box-shadow: none;
    padding: 0px;
}
.headerSearch .btn-info:focus,
.headerSearch .btn-info.focus,
.headerSearch .btn-info:hover,
.headerSearch .btn-info:active,
.headerSearch .btn-info.active {

}

/* Bootstrap Menu */
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555!important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: none!important; 
    -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;
}


input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    display: inline-block;
    padding: 9px 46px 9px 46px;
    margin: 1px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: medium none transparent;
}
#menu-site-default {
}
.navbar-nav>li>a {
}
a.home {
    background: #80deea;
    color: #fff!important;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #fff!important;
    background: #80deea!important;
}

#menusite .navbar-default {
    background-color:#428BCA;
    border-bottom-color:#428BCA;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

#menusite .navbar-default .navbar-nav > li {
    margin-left:1px;
}

#menusite .navbar-default .navbar-nav > li:first-child {
    margin-left:4px;
}

#menusite .navbar-default .navbar-nav > li:last-child {
    margin-right:4px;
}

#menusite .navbar-default .navbar-nav > li > a {
    color:#fff !important;
}

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

#menusite .dropdown-menu {
    background-color:#dcdcdc !important;
    border-color:#aaaaaa !important;
    border-width: 1px !important;
    border-style: solid !important;
    -webkit-border-bottom-left-radius:5px !important;
    -webkit-border-bottom-right-radius:5px !important;
    border-bottom-left-radius:5px !important;
    border-bottom-right-radius:5px !important;
}

#menusite .dropdown-menu > li {
    border-bottom-width :1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.5);
}

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

#menusite .dropdown-menu > li > a {
    color:#333 !important;
    line-height:30px !important;
    padding:3px 15px !important;
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    background:linear-gradient(to bottom,#82b2dc 0%,#428BCA 100%) !important;
    color:#ffffff !important;
}

#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%) !important;
    color:#333333 !important;
}

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

#menusite .open .dropdown-submenu {
    display: block;
}

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

#menusite .dropdown-submenu>.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>.dropdown-menu {
    display:block;
}

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

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

#menusite .dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:5px 0 5px 5px;
    border-radius:5px 0 5px 5px;
}
.dropdown-menu {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width:173px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: none!important;
    border-radius: none!important;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    background: #fff;
    box-shadow: 1px 5px 5px rgb(21 20 20 / 72%);
}
.dropdown-menu>li>a {
    display: block!important;
    padding: 10px 20px!important;
    clear: both!important;
    font-weight: bold!important;
    line-height: 1.42857143!important;
    white-space: nowrap!important;
    font-size: 12px!important;
    color:#1d86c0;
    font-weight: bold;
    text-transform: uppercase;
}
ul.dropdown-menu li {
    border-bottom: 1px dotted rgba(0,0,0,.15);
}
.btn-primary {
    color: #fff!important;
    background-color: #1e73be!important;
    border-color:#1e73be!important;
}
/* Head-Nav */

.header-nav {
    position:absolute;
    top:0;
    left:0;
    height:31px;
    width:100%;
    color:#dcdcdc;
    background-color:#1E73BE;

}

.header-nav a {
    color:#fff;
    font-weight: bold;
}

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

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

.header-nav a.button:hover,
.header-nav a.active {
    background-color:#245682 !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:15px;
    border-bottom-color:#aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: 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-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:15px;
}

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

#tip a {
    color:#333;
}

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

/* 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-color:#d9e8f4;
    border-width: 1px;
    border-style: solid;
    border-color: #a6c8e6;
    padding:10px;
    z-index:9998;
    display:none;
}

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

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

/* guestBlock */

.guestBlock {
    width:350px;
}

.guestBlock > h3 {
    border-bottom-width :1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.guestBlock > h3 > 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 > h3 > a:hover,
.guestBlock > h3 > a.current {
    background-color:#cccccc;
}

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

.socialList li,
.contactList li {
    display:inline-block;
}

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

.socialList li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: 1px solid #333;
    line-height: 35px;
    font-size: 16px;
    color: #333;
}

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

/* Body */

#body {
    background-color:#fff;
    border-color:#dcdcdc;
    border-style:solid;
    border-width:0 1px 0 1px;
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
}

/* Footer-NAV2 */

.footerNav2 {
    position:relative;
    width:100%;
    background-color:#fff; 
    font-size: 13px;
    background-repeat: repeat-x;
    background-size: inherit;
    background-position-y: bottom;
    padding: 15px 0px;
    background: #1676eb;
    text-shadow: 1px 1px rgb(35 35 35 / 68%);
    height: 56px;
}

.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-color:#245682;
    color:#428BCA;
    text-align:center;
    border-radius:15px;
    -webkit-border-radius:15px;
}

.footerNav2 .theme-change span {
    color:#dcdcdc;
    background-color:#428BCA;
}

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

.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;
    top: -11px;
    position: absolute;
    right: 0;
}

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

.footerNav2 .bttop a:hover {
    color:#fff;
    background-color:#428BCA;
}

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

/* Footer */

#footer {
    position: relative;
    min-height: 100px;
    width: 100%;
    font-size: 13px;
    background-repeat: repeat-x;
    background-size: inherit;
    background-position-y: bottom;
    border-style: solid;
    border-width: 0px 0 0px 0;
    color: #FFFFFF;
    background: #fff;
    margin-top: 20px;
    color: #c4d7ed;
    background: url(../images/footerbg.png);
}

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

#footer h3 {
  font-weight: bold;
  font-size: 14px;
  margin: 0px 0 15px 0;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

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

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

/* Block copyright*/

.copyright {
    color:#fff;
    font-size: 15px;
}

.copyright span a {
    color:#fff;
    font-size: 15px;
    text-shadow: 1px 1px rgb(35 35 35 / 68%);
}

.copyright span a:hover {
    color:rgb(33, 72, 115) !important;
}

/* Block Company info */

.company_info li {
    clear:both;
}

.company_info .company_name {
    text-transform:uppercase;
    margin-bottom: 20px;
}

.company_info li > em,
.company_info li > span {
    vertical-align:middle;
    color:#fff;
}

.company_info li.company_name > span {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 1px #232323;
    background: url(../images/footerbg1.png) bottom left no-repeat;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.company_info li em {
    font-size:1.4em;
    width:26px;
    text-align:center;
    padding-right:10px;
    color: #fff;
}

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

/* Page break line */

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

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

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

/* List item */

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

.nv-list-item li {
    padding:4px;
    margin:0 !important;
}

.nv-list-item.sm li {
    padding:2px;
}

.nv-list-item.xsm li {
    padding:1px;
}

.nv-list-item.lg li {
    padding:10px;
}
.page .nv-list-item li{
    display: flex;
}
.page .nv-list-item li em{
    position: relative;
    top: 2px;
}

/* sub-list-icon */

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

/* List none */

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

/* Block global */

.nv-block-banners {
    position:relative;
}

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

.panel-body p {
    margin:0;
}

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

}
.nav nav-tabs{
    margin:0;
    padding:0;
}
.panel-body ul li {
    margin-bottom:10px;
}

.panel-body img {
    margin-right:14px;
}

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

.nv-infodie .logo {
    max-width:90% !important;
    margin-bottom: 10px
}

/* Form */

input[type="checkbox"],
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-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:#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 > 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:#2a6496;
    }

    .panel-heading {
        background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: 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:#dcdcdc;
    }

    table caption {
        color:#357ebd;
        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 .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 > .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-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
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single
{
    height: 32px !important;
    padding-top: 2px;
}
.voting-col-2 {
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}
.padding-voting ul li {
    margin: 0px 10px;
    padding: 10px 0px;
    list-style: disc;
    text-align: justify;
}
.sum-voting {
    margin-top:5px;
}
.html .header-button-1{
    margin-top: 51px!important;
}
.header-button {
    width: 100%;
    height: 40px;
    background: #c63337;
    line-height: 40px;
    border-radius: 99px;
    padding-left: 10px;
    text-align: center;
}
a.button.secondary {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
a.button.primary {
    color: #fff;
    font-weight: 700;
}
.full-slide{
    position:absolute;
    top:60%;
    z-index:99999;
    left:25%;
    border-radius: 10px;
    background: #1f4e81bf;
    padding: 18px 20px;
    width: 672px;
    height: 166px;
    text-align: center;
}


.show:hover{
    text-decoration: none;
    color: #1676eb!important;
}
.overlay {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    width: 100%;
    transition: .5s ease;
}
a.catchuoi{
    padding: 0;
    font-size: 1.5em;
    margin-top: .6em;
    margin-bottom: .6em;
    color: #fff;
    font-weight: bold;
}
.read {
    width: 159px;
    height: 39px;
    background: #c63337;
    line-height: 39px;
    opacity: 0.9;
    border-radius: 99px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
a.readmore {
    border: 1px solid #006ac0;
    color: #006ac0;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.4s;
}
.owl-nav {
    display: none;
}

.title-comm:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    border-top: 2px solid #d0d2d3;
    z-index: 1;
    display: block;
}
.title-comm .title-holder {
    min-width: 350px;
    height: 45px;
    background-color: #ffa801;
    height: auto;
    line-height: 45px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    min-width: 280px;
}
.title-comm {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-top: 55px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}
.title-comm a{
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-top: 55px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}
.title-holder:before {
    content: "";
    position: absolute;
    right: -15px;
    border-width: 0;
    bottom: 0;
    border-style: solid;
    border-color: #ffa801 transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #ffa801;
}
.title-holder:after {
    content: "";
    position: absolute;
    left: -15px;
    border-width: 0;
    bottom: 0;
    border-style: solid;
    border-color: #ffa801 transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 15px solid #ffa801;
}
img.img-new {
    width: 100%;
    height: 247px;
}
li.treeview1 {
    font-size: 14.4px;
    border-bottom: 1px solid #ececec;
    border-color: rgba(255,255,255,0.08);
    padding: 8px;
}
.adree {
    font-size: 14px;
    margin-top: 28px;
}
.fex{
    border: 4px solid #fff;
    background: #fff;
    margin-top: 5px;
    box-shadow: 3px 3px 10px #d1d1d1;
}
.full-title {
    height: 56px;
    line-height: 56px;
}
.img-new1 {
    width: 100%;
    height: 172px;
}
.lammo {
   border: 1px solid rgb(0, 87, 138);
   background: rgb(0, 87, 138);
   padding: 10px;
   overflow: hidden;
   height: 89px;
   width: 100%!important;
   margin-bottom: 19.6px;
   text-align: center;
   box-shadow: 3px 3px 10px #d1d1d1;
}
.lammo1 {
   border: 1px solid rgb(0, 87, 138);
   background: rgb(0, 87, 138);
   padding: 10px;
   overflow: hidden;
   height: 68px;
   width: 100%!important;
   margin-bottom: 19.6px;
   text-align: center;
}
.lammo1:hover{
    background: #c63337!important;
    border: #c63337!important;
}
a.new-title {
    color: #fff;
    font-size: 16.2px;
    font-weight: 700;
}
a.catchuoi{
    font-weight: 500!important;
    font-size: 12.8px;
    color: #a8a8a8!important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    margin-top: 10px;
}
h5.new-title {
    font-family: "roboto", sans-serif;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    color: white;
    margin-bottom: 8px;
    height: 41px;
    overflow: hidden;
}
.water{
    width: 100%;
    margin-top: 2.1em;
    margin-bottom: .1em;
    height: 47px;
}
a.Show-slide {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-family: "SFUFuturaBold", sans-serif;
    text-transform: uppercase;
}
.string {
    color: #fff;
    font-size: 16px;
    padding: 10px;
}
.img-banner.img-responsive {
    background-image: url(../images/nhadep.jpg);
    height: 286px;
    background-size: cover ;
    background-repeat: no-repeat ;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position-y: 43px;
    background-size: 1920px;
    background-color: #ddeaf7;
    background-blend-mode: soft-light;

}
.img-new {
    background-image: url(../images/img-new.jpg);
    height: 770px!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-size: 1920px;
    background-color: #ddeaf7;
    background-blend-mode: soft-light;

}
.img-video{
    background-image: url(../images/video.jpg);
    height: 960px!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position-y: 43px;
    background-size: 1920px;
    background-blend-mode: soft-light;

}
.over{
  position: absolute;
  top:0px;
  bottom: 0;
  left: 0;
  right: 0;
  height:287px;
  width: 100%;
  transition: .5s ease;
}
.over-new{
  position: absolute;
  top:0px;
  bottom: 0;
  left: 0;
  right: 0;
  height:770px;
  width: 100%;
  transition: .5s ease;
}
.contact {
    position: relative;
    margin-top: -43px;
}
.text-left1 {
    position: absolute;
    top: 37px;
    width: 100%;
}
.text-text {
   padding: 10px;
   height: 236px;
}
p.email-word {
    color: #ffa801;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: 'Prompt', sans-serif;
}
.email-email{
    text-align: center;
}
input#newsnotice_email {
    width: 100%;
    height: 35px;
    margin-top: 27px;
    padding: 17px;
    color: #8e7575!important;
}
button.subscribe {
    margin-top: 27px;
    width: 100%;
    height: 35px;
}
.product-contact {
    position: relative;
    margin-top: 29px;
}
.product-contact-contact{
    position: relative;
}
.panel-primary>.panel-heading {
    color: #fff!important;
    background-color: #102a4d!important;
    border-color: #102a4d!important;
    text-align: center;
    font-size: 16px;
}
.title-row{
    background: #fff;
}
/*menu-mobile*/
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color:#1b296d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    height:100%;
}

.sidepanel a {
    padding: 17px 8px 17px 14px!important;
    text-decoration: none!important;
    font-size: 13px;
    display: block!important;
    transition: 0.3s!important;
    color: #fff;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: 700;
}
.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 24px;
    color: #fff;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    padding: 24px 21px;
    border: none;
}

.openbtn:hover {
    background-color: #fff;
    color: #333;
}
.a_chommua {
    color: #fff!important;
    font-weight: 700;
    background: #66b642;
    border: #67b943;
    width: 125px;
    height: 27px;
    line-height: 27px;
    text-transform: uppercase;
    font-size: 11.4px;
    margin-top: 10px;
}
.a_chommua a{
    color: #fff!important;
}
.left-left {
    margin-top: 20px;
}
ul.dropdown-menu {
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0;
}
ul.dropdown-menu li {
    width: 100%;
}
.collapse {
    display: none;
}
.collapse .in {
    display:block;
}
.collapse:hover {
    display: block!important;
}
li.frist {
    padding: 4px;
    margin-top: 10px;
    color: #fff;
}

/*end menu-mobile*
/*tìm kiếm*/
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-top:-13px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
    height: 93px;
    padding: 30px;
    left: -106px;
    border-radius: 20px;
    top: 28px;
    width: 290px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}
/*tìm kiếm*/
.hot-line{
    margin-top: 37px;
    margin-left: -14px;
}
/*giới thiệu*/
.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.row .container {
    padding-left: 0;
    padding-right: 0;
}
.full-width .ubermenu-nav, .container, .row {
    max-width: 1120px;
}
.section-title-container {
    margin-bottom: 1.5em;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1080px;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
body, .container, .full-width .ubermenu-nav, .container-width, .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 28px;

}
.lala {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 28px;
    margin-top: -43px;
}

.section-title span {
    text-transform: uppercase;
    font-size: 25.6px;
}

h1>span, h2>span, h3>span, h4>span, h5>span, h6>span, p.headline>span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.gioi-thieu-section{
    position: absolute;
    font-size: 300px;
    color: rgba(37,37,37,.05);
    right: -10%;
    top: -41px;
    line-height: 300px;
    font-family: "UTM Bebas";
    font-size: 250px;

}
.section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background-image: url('../images/line.png');
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
.full-text {
    color: #1f4e81;
    margin-left: 1px;
    font-size: 16px;
    margin-top: -60px;
}
.heading2 {
    top: 0px;
    color: rgba(37,37,37,.05) !important;
}
.heading2 {
    position: absolute;
    font-size: 300px;
    color: rgba(37,37,37,.05);
    right: -6%;
    top: 138px;
    line-height: 300px;
    font-family: "UTM Bebas";
    font-size: 250px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color:#1676eb!important;
    background-color: transparent!important;
}
img.green {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.h3-title {
    margin-top: 17px;
    text-align: center;
}
a.text-title {
    text-align: center!important;
    text-transform: capitalize!important;
    color: #c43236;
    font-size: 20px;
    font-family: "SFUFuturaBold", sans-serif;
    font-weight: bold;
}
p.text-body {
    margin-top: -10px;
    padding-left: 23px;
    font-family: "roboto", sans-serif;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
}
p.footer-footer {
    color: #262626;
    font-weight: 700;
}
.overlay-video {
    position: absolute;
    top: 69px;
    width: 100%;
}
/*hiệu ứng động*/
@keyframes rain{0%{background-position:0 0}100%{background-position:500px 1000px}}
@-webkit-keyframes rain{0%{background-position:0 0}100%{background-position:500px 1000px}}
.effect-rain{background-image:url("../img/effects/rain.png");-webkit-animation:rain 2s linear infinite;animation:rain 2s linear infinite}
@keyframes sparkle{0%{background-position:0 0,0px 0,0px 0}100%{background-position:-500px -1000px,-400px -400px,300px 300px}}
@-webkit-keyframes sparkle{0%{background-position:0 0,0px 0,0px 0}100%{background-position:-500px -1000px,-200px -400px,300px 300px}}
.effect-sparkle{background-image:url("../img/effects/sparkle1.png"),url("../img/effects/sparkle2.png");-webkit-animation:sparkle 60s linear infinite;animation:sparkle 60s linear infinite}
@keyframes glass{0%{background-position:0 0,0px 0,0px 0}100%{background-position:500px 1000px,400px 400px}}
@-webkit-keyframes glass{0%{background-position:0 0,0px 0,0px 0}100%{background-position:500px 1000px,-400px -400px}}
.effect-sliding-glass{background-image:url("../img/effects/glass1.png"),url("../img/effects/glass2.png");-webkit-animation:glass 30s linear infinite;animation:glass 30s linear infinite}
@keyframes confetti{0%{background-position:0 0,0px 0,0px 0}100%{background-position:500px 1000px,400px 400px,300px 300px}}
@-webkit-keyframes confetti{0%{background-position:0 0,0px 0,0px 0}100%{background-position:500px 1000px,400px 400px,300px 300px}}
.effect-confetti{background-image:url("../img/effects/confetti1.png"),url("../img/effects/confetti2.png");-webkit-animation:confetti 10s linear infinite;animation:confetti 10s linear infinite}
@keyframes snow{0%{background-position:0 0,0px 0,0px 0}100%{background-position:500px 1000px,400px 400px,300px 300px}}
@-webkit-keyframes snow{0%{background-position:0 0,0px 0,0px 0}100%{background-position:500px 1000px,400px 400px,300px 300px}}
.effect-snow{background-image:url("../img/effects/snow1.png"),url("../img/effects/snow2.png");-webkit-animation:snow 20s linear infinite;animation:snow 20s linear infinite}
.effect-snow{background-image:url(https://4.bp.blogspot.com/-mG7J4VOYAQU/WfTw99wmvqI/AAAAAAAACaU/9FmlVldKLlMspQESGzkQk071_Y9L0hKZwCLcBGAs/s1600/snow1.png),url(https://4.bp.blogspot.com/-WS00-ZDLUQo/WfTw-CveUvI/AAAAAAAACaQ/XLwbH_6SF8YMxuh_9OlFCesjJHpuoxmkQCLcBGAs/s1600/snow2.png);-webkit-animation:snow 20s linear infinite;animation:snow 20s linear infinite}
.fill{position:absolute;top:177px;left:0;height:100%;right:0;bottom:0;padding:0!important;margin:0!important}
/**/
.fill {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0!important;
  margin: 0!important;
  height: 100%
  width: 100%
}
.jw-error .jw-display-icon-container, .jwplayer .jw-display-icon-container {
    width: auto;
    height: auto;
    box-sizing: content-box!important;
    border-radius: 10px!important;
}
.jw-breakpoint-4 .jw-display .jw-icon, .jw-breakpoint-5 .jw-display .jw-icon, .jw-breakpoint-6 .jw-display .jw-icon, .jw-breakpoint-7 .jw-display .jw-icon {
    height: 48px!important;
    line-height: 88px!important;
    width: 68px!important;
}
.jw-state-idle .jw-icon-display:before {
    content: "\E60E";
    position: relative;
    top: -17px;
    font-size: 28px!important;
    color: #fff!important
}
span.imade {
    color: #999;
    font-style: italic;
}
a.treview {
    color: #204874!important;
}
a.treview:hover{
    border-bottom: 1px solid #204874;
}
ul#navigation135 {
    margin-left: -36px;
}
/*footer*/
.text-center>div, .text-center>div>div, .text-center .is-divider, .text-center .star-rating, .text-center .is-star-rating {
    margin-left: auto;
    margin-right: auto;
}
.text-right .button:last-of-type, .text-center .button:last-of-type {
    margin-right: 0 !important;
}
.text-center .button:first-of-type {
    margin-left: 0 !important;
}
.accordion-title.active, .has-icon-bg .icon .icon-inner, .logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a, .nav-outline >li.active > a, .cart-icon strong, [data-color='primary'], .is-outline.primary {
    color: #1f4e81;
}
.last-reset *:last-child {
    margin-bottom: 0;
}
.primary.is-underline, .primary.is-link, .primary.is-outline {
    color: #446084;
}
.button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline {
    border: 2px solid currentColor;
    background-color: transparent;
}
.button.is-outline {
    line-height: 2.19em;
}
.nut-xem-chi-tiet {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0;
}
.full-width, .expand {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
}
.lowercase {
    text-transform: none !important;
}
.icon-box-text.last-reset {
    width: 100%;
    margin-top: 19px;
    margin-left: -13px;
}
span.clas {
    font-family: 'Roboto', sans-serif;
}
.icon-angle-right:before {
   content: "\f105";
   top: 0;
   left: 0;
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   padding-right: 7px !important;
}
.write:hover{
    border-radius: 99px;
    color: #1f4e81;
    background: red;
    text-align: center;
}

.full-full-full:hover {
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
   transform: translateY(-6px);
   transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
   transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.boxtext {
    padding-left: 12px;
    padding-right: 12px;
}
.text-row {
    position: absolute;
    top: -261px;
    width: 100%;
}
.full-topic{
    padding-left: 12px;
    padding-right:12px;
}
.play {
    position: absolute;
    width: 100%;
    height: 30%;
    background-image: url(../images/play-button-blue.png);
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center left;
    top: 33%;
    transform: translateY(-50%);
    transition: all 1s;
    transform-origin: center left;
}
.play:hover{
    opacity: 0;
    transform: scale(5) translateX(10px);
}
/*header*/
header{
 color: #fff;
 display: flex;
 flex-flow: row wrap;
 width: 100%;
 top: 0;
 left: 0;
 z-index: 9;

}
header .container{
  display:flex;
  flex-flow: row wrap;
  align-items:center;
  padding:15px 0;
}

.hero-banner{
}
.hero-banner:after{
}
.hero-banner h2{
}
.about{
  text-align:center;
  line-height:2;
}
.portfolio{
  text-align:center;
  line-height:2;
  background:#f1f1f1;
}
header.fixed {
  background: #fff;
  position: fixed;
  top: -41px;
  left: 0;
  width: 100%;
}
header.fixed nav a, header.fixed .logo a{
  color:#333;
}
header.in-view{
  opacity:1;
  visibility:visible;
  transition: all 0.3s ease;
  transform:translate(0, 0);
  background: #fff;
  opacity: 0.9;
  height: 119px;
}
@media only screen and (max-width: 640px) {
  header.fixed{
    height: 118px;
}
}
.in-view #header {
    position: absolute;
    width: 100%;
    background: transparent;
    align-items: center;
    height: 74px;
    opacity:1;
    background:#fff;
    margin-top: -1px;
    border-radius: initial;
}
.panel-heading11{
    margin-top: 31px;
}
.tab-coment {
    position: relative;
    width: 100%;
    height: 1093px;
}

.tab-tent {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted#ccc;
}
.full-tab {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}
.full-body ul {

}
.tab-content {
    margin-top: -15px;
}
.box-text.text-center {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 10% 0;
}
.box-text1 {
    position: absolute;
    bottom: -84px;
    width: auto;
    margin: 10%;
    background-color: #FFF;
    opacity: 1 !important;
    box-shadow: none;
    padding: 10px;
}
.box-text.text-center {
    padding-left: 10px;
    padding-right: 10px;
}
.text-center {
    text-align: center;
}
.is-large {
    font-size: 1.15em;
}
.box-text {
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em;
}

.box, .box-image, .box-text {
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.text-center>div, .text-center>div>div, .text-center .is-divider, .text-center .star-rating, .text-center .is-star-rating {
    margin-left: auto;
    margin-right: auto;
}
.tab-new {
    font-size: 13px;
    line-height: 18px;
    color: #333!important;
    text-align: center!important;
}
.box-text-inner{
    text-align: center;
}
.box-inner{
    text-align: center;
    margin-top:5px;
}
.box-text p a {
    margin-top: .1em;
    margin-bottom: .1em;
}
.box-text1:hover{}
.tab-doc-thumb {
    float: left;
    margin-right: 8px;
    width: 90px;
}
.tab-doc-thumb img {
    border-color: #ccc;
}
.tab-doc-thumb img {
    padding: 1px;
    border-width: 1px;
    border-style: solid;
}
.tab-doc-title {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

.img-thumbnail-img:hover{
    transform: scale(1.1);
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
}
.item-item {
}
.qc1 {
    padding: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: white !important;
    color: #033258;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: none;
    font-size: 12px;
    color: #ccc;
    cursor: default;
    border:none;
    border-bottom-color: transparent;
    color: #E75280;
    transition: transform .5s;
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;

}
.nav>li>a:hover, .nav>li>a:focus{
    text-decoration: none;

    background-color:linear-gradient(150deg,#052342 0%,#005182 100%)!important;
}
.nav-tabs>li>a {
    margin: 0 4px;
    position: relative;
    background: -moz-linear-gradient(-60deg,#052342 0%,#005182 100%);
    text-transform: none;
    border-bottom: 1px solid #ddd!important;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 16px;
    color: #ccc;
    border-radius: 3px;
    transition: transform .5s;
    font-family: helvetica, arial, sans-serif;
}
.nav-tabs>li>a:hover{
    background: #eee;
}
.tab-content>.active {
    display: block;
    border: 1px solid #ddd;
}
.panel-new{
    border-radius: 10px;
    box-shadow: 2px 2px 5px #00000012;
}
.featured{
   border-radius: 10px;
   box-shadow: 2px 2px 5px #00000012;
}
.blog-archive a .imghome{
    border:1px solid transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.welcom1 {
}
.show-title2{
    margin-left: 55px;
}
.ful-new{
    margin-top: 20px;
}
h2.title-center {
    margin-top: 6px;
    padding-left: 0;
    height: 116px;
    background: url(../images/bgsoc.png);
    display: block;
    padding: 5px;
    font-family: 'Roboto', Arial;
}
.p-new{
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: normal;
    color:#003770;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}
.nav-tabs {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.margin-bottom a{
    text-transform: capitalize!important;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: bold;
    color: #1a3f5e;
    font-size: 17px;
    height: 60px;
    overflow: hidden;

}
.margin-bottom p {
    font-size: 15px;
}
.section span:after {
    content: "";
    display: table;
    clear: both;
    background-image: url(../images/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
h2.section {
    text-align: center;
    font-size: 25.6px;
    margin-top: -15px;
}
p.p-new1 {
    color: #a10005;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
#socialList {
    margin-top: 10px;
    margin-bottom: 10px;
}
.frisst3 {
    margin-top: 10px;
}
.frisst2{
    margin-top: -11px;
}
.img-over{
    background-image: url(../images/process.jpg);
    height: 493px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.contact-header {
    margin-top: -9px;
    font-family: Tahoma, Arial;
    font-size: 12px;
}
.html-header {
    margin-left: 101px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {

}

.fa-star:before {
    content: "\f005";
    color: #7a9c59;
}
.happy{
    font-family: 'Roboto', sans-serif!important;
}
.in-left {
    display: block;
    font: 700 18px/35px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #003770;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 5px;
}
.in-right {
    display: block;
    height: 1px;
    width: 45px;
    background: #f00;
    position: relative;
    border: none;
    top: -1px;
}
.show-last2{
    float: left;
    width: 67%;
    height: 100%;
    margin-top: 4px;
    line-height: 15px;
    margin-top: 0px;
    line-height: 23px;
}
img.baiviet {
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #eaeaea;
    border-radius: 5px 5px 0px 0px;
}
.is-small{
    display: block;
    height: 45px;
    background-size: 100%;
    left: -11px;
    bottom: 61%;
    background-image:url(../images/title-bg.png);
}
a.post-title.is-large {
    color: #fff;
}
.box-text {
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto !important;
    left:-8px;
    right: 0;
}
.box-text-a {
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto !important;
    z-index: 16;
    left:-5px;
    right: 0;
}
.linebot {
    background: red;
    width: 45px;
    height: 3px;
    display: block;
    margin-bottom: 35px;
}
.linebot1 {
    background: red;
    width: 45px;
    height: 3px;
    display: block;
    margin-left: 21px;
    margin-bottom: 25px;
}
.p-new1 a {
    text-transform: uppercase;
    display: inline-block;
    font: 700 18px/35px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #003770;
    margin-top: -10px;
}
.p-a {
    text-transform: uppercase;
    display: inline-block;
    font: 700 18px/35px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #003770;
    margin-left: 13px;
}

.text-title{
    display: inline-block;
    font: 700 18px/35px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #003770;
    margin-top: 18px;
}
a.post-title.is-large-a {
    color: #fff;
    margin-left: 5px;
}
/*.fuk{
    padding-left: 20px;
    padding-right: 20px;
    }*/
    .title-header{
        width: 100%;
        height: 70px;
    }
    .jw-display-icon-container .jw-icon:before {
        font-size: 33px;
        position: relative;
        top: -1px;
    }
    .tieu-de-1 .in-left {
        display: block;
        font: normal 16px/35px 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        color: WHITE;
        border-bottom: 1px solid #1e73be;
        padding-top: 5px;
    }

    .boder-a {
        margin-left: -8px;
    }

    ul.company_info {
        color: #333!important;
        font-size: 15px!important;
        padding: 0px;
    }
    .news-1 {
        width: 13.9%;
        display: inline-block;
    }
    .hed-1 {
        padding: 0px;
    }
    .fix {
        margin-top: 43px;
    }
    .img-slile{
        background-image: url(../images/index-1.png);
        height:11px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 50% 50%;
    }
    .img-left{
        background-image: url(../images/a.png);
        height:163px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 50% 50%;
        background-color: rgba(242, 242, 242, 0.85);
    }
    .img-color{
        background-color: rgba(242, 242, 242, 0.85);
        height:163px;
    }

    .simble {
        margin-left: -6px;
    }
    .footer_left4 {
    }
    #header-detail1 {
        height: 100px;
        z-index: 9999;
        width: 100%;
        background: transparent;
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        margin-top: 30px;
        opacity: 0.9;
        box-shadow: 2px 2px 10px #0000003b;
    }
    .can_giua1{
        margin-top: 26px;
    }
    .pia{ 
        margin-top: 10px;
        border: 1px solid #eee;
    }
    .news_column1{
        display: flex;
        width: 100%;
        margin-top: 10px;
        border: 1px solid #eee;
    }
    .news-2 {
        width: 13.9%;
        display: inline-block;
    }
    a.post-title {
        font-family: "Roboto Condensed", sans-serif;
        /*color: #333;*/
    }
    .welcome {
        color: #d00000;
    }
    .welcome {
        text-transform: uppercase;
        font-weight: bold;
    }
    .ht-block {
        font-size: 15px;
        font-family: 'Roboto Condensed',sans-serif;
    }

    .header-tool {
       background: rgba(0, 0, 0, 0) url(../images/search-bar-background.jpg) repeat-x scroll 0 0;
       margin-bottom: 6px;
   }
   span.current-time {
       font-size: 12px;
       color: #888;
       line-height: 31px;
       color: #000;
       font-weight: bold;
       padding: 4px 10px;
   }
   .tool1 {
    padding:0px;
}
.tool2{
}
.block-title {
    border-color:#1676eb;
}
.newsevent-title {
}
.block-title {
    height: 34px;
    border-style: solid;
    border-width: 0 0 2px 0;
}
.block-title h3 {
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    position: relative;
}
.ico-title {
    color: #fff;
}
.ico-title {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #1676eb;
    float: left;
    position: relative;
}
.block-title h3 a {
    color: #fff;
}
.block-title h3 a {
    display: block;
    float: left;
    padding: 0px 9px 2px 9px;
    font-size: 20px;
    font-weight: 700;
    background: #1676eb;
    color: #fff;
    text-transform: none;
}
.block-title h3::after {
 border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1676eb rgba(0, 0, 0, 0);
}
.block-title h3::after {
    content: '';
    bottom: 0px;
    right: -26px;
    display: inline-block;
    border-width: 0 26px 32px 0px;
    border-style: solid;
    position: absolute;
    z-index: 0;
}
.nes-item-thumb img {

}
.nes-item-thumb img {

}
.news-block-title {
    background: #102a4d;
    border-color: #102a4d;
}

.news-block-title {
    height: 34px;
    border-style: solid;
    border-width: 2px 0 0 0;
}
.news-block-title h3 {
    background: #fff;
    color: #d10000;
}
.news-block-title h3 {
    margin: 0 0 0 10px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.news-block-title .ico-title {
    color:#102a4d;
}
.news-block-title .ico-title {
    width: 32px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    float: left;
    position: relative;
    background: #fff!important;
}
.ico-title {
    color: #fff;
}
.ico-title {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    float: left;
    position: relative;
}

.fa-bookmark:before {
    content: "\f02e";
}
.news-block-title h3 a {
    color:#102a4d;
}

.news-block-title h3 a {
    display: block;
    float: left;
    padding: 0 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
}
.news-block-content {
    background: #fff;
    border-color: #ccc;
}
.news-block-content {
    margin: 0 0 20px 0;
    padding: 0 10px;

}
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.news-block-content li {
    border-color: #ccc;
}
.news-block-content li {
    padding: 10px 0;
    border-width: 0 0 1px 0;
    border-style: dotted;
}
.nbc-title .fa {
    color: #008d40;
}
.news-block-content li a {
    color: #008d40;
    font-family: Tahoma, Arial;
    font-size: 13px;

}

.date span {
    margin-right: 7px;
    display: inline-block;
}
.date .fa {
    font-size: 13px;
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.date label {
    margin: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 11px;
    font-family: Tahoma, Arial;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}
.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}
.mCSB_scrollTools {
    right: -2px !important;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0,0,0,.2);
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

#mCSB_1_container ul {
    padding: 0px;
}
.scrollbar {
    float: left;
    height: 300px;
    margin-bottom: 25px;
    width: 100%;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 450px;
}
#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
#style-1::-webkit-scrollbar-thumb {
    background-color:rgba(0,0,0,.75)!important;
    width: 6px;
    height: 167px;
    border-radius: 16px;
}
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
div#block-news-category-76 {
    border-bottom: 1px solid #ddd; 
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-bottom: 14px;
}
.qc5 {
    padding: 0;
}
.dc-thumb {
   float: left;
   margin-right: 7px;
   font-size: 6px;
   color: #cc0d0b;
   margin-top: 19px;
}
.show {
   display: block;
   color: #000!important;
   font-size: 16px;
   text-transform: none;
   font-weight: normal;
   display: block;
   text-align: justify;
   font-weight: bold;
}
ul.topic {
    padding: 0px 5px;
}
.block_tophit_cat li {
}

.block_tophit_cat li {
}
a.catchuoi1 {
    color: #333;
    font-style: italic;
    font-family: Tahoma, Arial;
    font-size: 13px;

}
.block_tophit_cat {
    background: #f5f8fb;
}
/*menutrai*/
.navigation {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
  position: relative;
  z-index: 500;
  float: left;
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;

}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: 0;
  left: 99%;
}

.navigation ul li { 
    float: none;

}

.navigation ul ul { margin-top: 0.05em; }

.navigation {

  background: #fff;
  font-family: 'roboto', Tahoma, Arial, sans-serif;
  zoom: 1;
}

.navigation:before {
  content: '';
  display: block;
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation a {
  display: block;
  padding: 12px 6px;
  color: #0352d3!important;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.navigation > ul { width: 100%; }

.navigation ul ul {  }

.navigation > ul > li > a {
  color: #ffffff;
}

.navigation > ul > li > a:hover { color: #ffffff; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a {background: rgba(0,0,0,0.03);}

.navigation li { position: relative; }

.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.navigation ul ul {

}

.navigation ul ul {
    border: 1px solid rgba(0,0,0,0.03);
    background: #fff;
    width: 238px;
    height:auto;
    margin-left: 4px;
    border-top: 1px solid #0a6fbb;
    border-right: 1px solid #0a6fbb;
    border-bottom: 1px solid #0a6fbb;
    border-left: 1px solid #0a6fbb;
}

.navigation ul ul a { color: #ffffff; }

.navigation ul ul a:hover { color: #ffffff; }

.navigation ul ul li { border-bottom: 1px solid  rgba(0,0,0,0.03);background:#fff; }

.navigation ul ul li:hover > a {
  background: #fff;
  color: #ffffff;
}

.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #34A65F;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.navigation{
    border-left: 1px solid #0a6fbb;
    border-right: 1px solid #0a6fbb;
    border-bottom: 1px solid #0a6fbb;
}

li.has-sub:nth-child(2n){
    background: #c9effc;
}
.submenu-content li:nth-child(2n){
    background: #c9effc;
}
ul li.has-sub a:before{
    color: #d00000;
    content: "\f105";
    display: inline-block;
    font-family: 'FontAwesome';
    margin: 0 6px 0 3px;
    font-weight: 700;
}
.alo2 {
    margin-top: 24px;
}

.big {
    padding: 0px;
}

ul.counter.list-none.display-table {
    border-color: #0a6fbb;
    border-style: solid;
    border-width: 0px 1px 2px 1px;
    font-family: Tahoma, Arial;
    font-size: 13px;

}
.alo5 {
    margin-top: 16px;
}
.qc3 {
}
.alo1 {
    margin-top: 11px;
}
.body-panel.full-body1 {
    border-color: #0a6fbb;
    border-style: solid;
    border-width: 0px 1px 2px 1px;
    background: #fff;
}
/*view_cat*/
.cw-container {
    border-color: #0a6fbb #ccc #ccc #ccc;
}
.cw-container {
    border-style: solid;
    border-width: 0 1px 1px 1px;
}
.cw-title {
    background: #f5f5f5;
    border-color: #0a6fbb;
}
.cw-title {
    height: 34px;
    border-style: solid;
    border-width: 2px 0 0 0;
}
.cat-widget {
    margin-bottom: 20px;
    padding-left: 16px;
}
.cw-title h3 {
    background: #0a6fbb;
    color: #fff;
}
.cw-title h3 {
    margin: 0 0 0 10px;
    padding: 0;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    position: relative;
}
a.con {
    color: #fff;
    margin: 0px 10px 0px 0px;
}
a.bag {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    font-family: Tahoma, Arial;
    text-transform: none;
    color: #0352d3;
    margin: 0 12px 12px 0;
}
.img-thumbnail-n {
    width: 160px;
    height: 106.8px
}
span.luotxem{
    font-family: Tahoma, Arial;
    font-size: 12px;
}
.date span {
    margin-right: 7px;
    display: inline-block;
}
.text-muted1 {
    margin-bottom: 10px;
}
.text-muted{
    font-weight: bold;
    font-size: 15px;
}
.vi-slider {
    overflow: hidden;
    background: url(../images/bgsoc.png);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}
p.text-chuoi {
    font-family: Tahoma, Arial;
    font-size: 13px;
    margin: 0 0 12px 0;
}
/*menu*/
#panel {
    display: none;
}
.flip1{
    display: none;
}
.flip{
    display: none;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.panel-default .panel-heading1 {
    padding: 10px;
    border-radius: 0;
}
.panel-heading1 {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading1 {
    border-bottom: 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-heading1 .panel-title a {
   font-weight: bold;
   text-transform: uppercase;
   color: #0352d3!important;
   font-size: 13px;
   font-family: Tahoma, Arial;
   margin: 3px 0px 0px 0px;
   border: 1px solid #ddd;
}
.panel-title a {
    background: url(panel_open.png) no-repeat center right 5px;
}
.fa.arrow:before {
    content: " \f107 ";
}
.arrow {
    float: right;
    margin-top: -33px;
    margin-right: 6px;
    color: #ddd!important;
    cursor: pointer;
    text-align: center;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background: rgba(0,0,0,0);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 20px;
}
.panel-title a {
    display: block;
    padding: 0;
}
.collapse.in {
    display: block;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    font-family: Tahoma, Arial;
    font-size: 13px;

}
.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-default .panel-body {
    padding: 8px 3px;
    padding: 8px 9px 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table-bordered {
    border: 1px solid #ddd;
    background: #fff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
}
.table-bordered>tbody>tr>td{
    border: 1px solid #ddd;
}
.table>tbody>tr>td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}
ul.related a.show1:before {
    content: '';
    width: 0;
    height: 0;
    color: : #0B5DBA;
    text-decoration: none;
    color: #222;
    line-height: 18px;
    padding-bottom: 3px;
    padding-left: 15px;
    background: url(../images/icon.gif) 1px 2px no-repeat;
}
ul.related {
    margin-left: -6px;
}
.w-download {
    background: #f3f5ff;
    border-color: #cce0ff;
}
.w-download {
    font-family: Tahoma, Arial;
    margin-top:20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
}
.panel-primary1-a {
    padding-left: 16px;
}
.footer-menu {
    border-color: #71c4ec transparent #004980 transparent;
    background: #005a9e;
}

.footer-menu {
    text-align: center;
    border-style: solid;
    border-width: 1px 0 1px 0;
}
p.lala {
    text-align: left;
    font-family: Tahoma, Arial;
    font-size: 13px;
}
.frisst7 {
}
a.post-title {
    /*color:#333;*/
    font-weight: bold;
    text-decoration: none;
    padding: 5px 0px 10px 0;
    text-align: justify;
    font-size: 15px;
}
.qc-12 {
}

img:hover {
    cursor: pointer;
}
ul.dropdown-menu li {
    text-align: left;
    margin: 0 !important;
}
img.icon-img {
    width: 13px;
    height: 13px;
}
.title-header1 {
    color: #888;
    font-size: 12px;
    line-height: 31px
}
.navbar {
    position: relative;
    min-height:auto;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.HPN-Right-TieuDe {
    color: #FFF;
    background: #ff025e;
    font-size: 12px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.line-block1 {
    margin-top: 5px;
}
.dc-thumb img {
    width: 3px;
    height: 5.39px;
}
a.menu-sub {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
}
img.img-right {
    width: 8px;
    margin-left: 2px;
    margin-top: -4px;
}
.left-menu {
    margin-left: -23px;
}
.navbar-default .navbar-nav>.open>a{
}
a.menu-sub:hover {
    color: #1676eb;
}

.body-panel.full-body {

}
.new-img {
    display: inline-block;
    width: 253px;
    height: 174px;
}
.img-responsive2 {
    height: 174px;
    width: 100%;
}
.HPN-Right-TieuDe.mot {
    font-style: italic;
}

.law-title {
    display: block;
    color: #333!important;
    padding: 3px 0;
    text-transform: none;
    font-weight: normal;
    display: block;
    font-size: 16px; display: block;
}
.m-bottom.item {
    padding: 7px 0px;
    margin-bottom: 0px!important;
    border-bottom: 1px dotted#ccc;
}
/*slider-new*/
.HPN-center-tinmoi {
    width: 100%;
    margin: 3px auto;
    height: 342px;
    border-bottom: 1px #ccc;
}

.HPN-center-tin {
    width: 60%;
    height: 340px;
    margin: 0 auto;
    float: left;
    border: 1px solid #ccc;
}

.HPN-center-tin-anh {
    height: 300px;
    position: relative;
    width: 100%;
}

.HPN-slide-image-tinmoi {
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    display: none;
    width: 100%;
}

.HPN-slide-image-tinmoi a,
.HPN-center-tin-tin-tieude ul li a {
    text-decoration: none;
    color: #000;
}

.HPN-slide-image-tinmoi a:hover,
.HPN-center-tin-tin-tieude ul li a:hover {
    text-decoration: none;
    color: #0078b1;
}

.HPN-slide-image-tinmoi a img {
    z-index: -1;
    height: 300px;
    width: 100%;
}

.HPN-tieudeanh {
  width: 100%;
  color: #333;
  padding: 9px 0 0px 5px;
  font-size: 17px;
  text-align: left;
  font: 16px arial;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.HPN-slide-image-tinmoi:first-child {
    opacity: 1;
    display: block;
}

.HPN-slide-pager1 {
    height: 20px;
    width: 100%;
}

.HPN-slide-pager1 ul {
    float: right;
    margin: 10px 0 0;
    padding: 0;
    width: auto;
}

.HPN-slide-pager1-slot {
    background: none repeat scroll 0 0 #999999;
    display: block;
    float: left;
    height: 15px;
    list-style: none outside none;
    margin: 0 5px 0 0;
    width: 15px;
    cursor: pointer;
}

.HPN-slide-pager1-slot:hover {
    background: red;
}

.HPN-slide-pager1 ul .focus {
    background: green;
}

.HPN-slide-control-prev1 {
    margin: 10px 40px 10px 10px;
    text-align: center;
    width: 15px;
    height: 15px;
    background: none repeat scroll 0% 0% #FFA500;
    line-height: 12px;
    color: #FFF;
    cursor: pointer;
    float: right;
}

.HPN-slide-control-next1 {
    margin: 10px -50px 10px 10px;
    text-align: center;
    width: 15px;
    height: 15px;
    background: none repeat scroll 0% 0% #FFA500;
    line-height: 12px;
    color: #FFF;
    cursor: pointer;
    float: right;
}

.HPN-center-tin-tin {
    width: 38.5%;
    height: 340px;
    border: 1px solid #d5e1f2;
    float: right;
    margin-right: 3px;
}

.HPN-center-tin-tin-tieude {
    color: red;
    line-height: 20px;
    background-image: linear-gradient(#0288d1, white);
    height: 30px;
    box-shadow: inset 0px 1px 0px 0px #b0d3eb;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px 3px 0px 0px;
}

.HPN-center-tin-tin-tieude ul li {
    padding: 3px 0;
    text-transform: none;
    font-weight: normal;
    display: block;
    /* height: auto; */
    border-bottom: 1px dotted #d5e1f2;
    /*padding: 1px;*/
    text-align: justify;
}

.HPN-center-tin-tin-tieude ul {
            /*height: 340px;
            overflow: auto; */
            margin: 15px 0;
            /* border-bottom: 1px solid #d5e1f2; */
        }

        .HPN-center-tin-tin-noidung ul {
            display: block;
            border-bottom: 1px #999999;
        }

        .HPN-center-tin-tin-noidung ul li {
            display: block;
        }

        .HPN-center-tin-tin-tieude ul li img {
            width: 3px;
        }
        /*slider-new*/
        .welcom1 {
        }
        input.form-control {
            color: #000;
        }
        .cat_box {
            margin-bottom: 3px;
        }
        .title_cat {
            height: 27px;
            line-height: 27px;
            color: #FFFFFF;
            border-bottom: 0;
            background:#0288d1;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }
        .box_title {
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
            color: #fff;
            text-align: left;
            padding-left: 12px;
            text-transform: uppercase;
            display: block;
            line-height: 28px;
        }
        .ul_expand {
            margin: 0px;
            border: 1px solid #61C0E8;
            background: #fff url(../images/bg_catalog.jpg) repeat-x;
            padding: 0px;
        }
        .title_cat {
            height: 27px;
            line-height: 27px;
            color: #FFFFFF;
            border-bottom: 0;
            background: #0288d1;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }
        .metismenu .sidebar-nav ul a{
            display: block;
            font-size: 12px;
            line-height: 10px;
            color: #222;
            padding: 5px 5px 5px 22px;
            cursor: pointer;
            margin: 0 5px 0 5px;
            border-top: 1px solid #61C0E8;
            background: url(../images/bullet_left_new.png) 6px 11px no-repeat;
        }
        a.sf-with-ul {
            font-size: 12px;
        }
        .qc-12 img {
            border: 1px solid #ddd;
            border-top: 3px solid #349DE6;
        }
        .qc-14 {
            margin-top: 15px;
            padding: 0px;
        }
        .news_box_title {
            height: 33px;
            line-height: 33px;
            border: 3px solid #ededed;
            padding: 4px 0px;
            margin: 0 2px;
            text-indent: 0px;
            position: relative;
            top: -9px;
            left: -5px;
            box-shadow: 2px 2px 3px #B9B9B9;
            border-radius: 2px;
            background: #0288d1;
            background:#0288d1;
        }
        .news_box_title a {
            line-height: 21px;
            color: #fff;
            height: 21px;
            float: left;
            font-size: 12px;
            font-family: tahoma;
            padding: 0 10px;
            text-transform: uppercase;
            font-weight: bold;
        }
        .news_column {
        }
        img.img-thumbnail1.pull-left.imghome {
            width: 180px;
            height: 113px;
            padding: 2px!important;
            margin-bottom: 15px;
        }
        a.article_title {
            color: #4182bc;
            font-weight: 100;
            text-decoration: none;
            padding: 6px 0px 10px 0;
            text-align: justify;
            font-size: 18px;
            margin-bottom: 5px;
            text-transform: none;
        }
        p.conten1 {
            color: #000;
            font-size: 15px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
        p.text-right.ttt {
            font-size: 11px;
            color: #2a76ca;
            line-height: 20px;
            float: right;
            font-weight: bold;
            font-style: italic;
        }
        .article_item_title {
            color: #2a76ca!important;
            font-weight: bold;
            font-size: 12px;
            font-family: Arial, Verdana, Helvetica, tahoma, sans-serif;
        }
        div.news_column ul.related a {
            text-align: left!important;
            /*color: #222!important;*/
            font-size: 15px!important;
            padding: 10px 15px;
            font-weight: normal;
        }
        .article_date {
            color: #6B6B6B;
            font-size: 12px;
            font-family: Arial, Verdana, Helvetica, tahoma, sans-serif;
        }
        p.text-right.ttt a {
            font-size: 11px;
            color: #2a76ca!important;
            line-height: 20px;
            float: right;
            font-weight: bold;
            font-style: italic;
        }
        .qc-1 img {
            margin-bottom: 7px;
            margin-top: 12px;
        }
        /**/
        .jwplayer .jw-display-icon-container {
            float: left!important;
            background: transparent!important;
        }
        .ytp-cued-thumbnail-overlay-image {
            background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            position: absolute;
            background-image: none!important;
        }
        .photo_album {
            border-bottom: 1px dashed #FC9B05;
            padding: 8px 0px 0px 0px;
            height: 334px;
        }

        .jw-flag-small-player .jw-title-primary, .jw-flag-small-player .jw-title-secondary {
            min-height: inherit;
            padding: 0 16px;
        }
        .jw-title-primary {
            font-weight: 700;
        }
        .jw-title-primary, .jw-title-secondary {
            padding: .75em 1.5em;
            min-height: 2.5em;
            width: 100%;
            color: #fff;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        .jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer.jw-state-idle:not(.jw-flag-cast-available) .jw-controls, .jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer.jw-state-playing.jw-flag-user-inactive:not(.jw-flag-casting) .jw-controls {
            /* background: #000; */
        }
        .jw-preview.jw-reset {
            background-image: none!important;
        }
        .videoplayer.cf.margin-bottom-lg{
            margin-top: 7px;
        }
        /**/
        .Title_Phai1 {
            background: url(../images/Title_Phai1.png);
            font-size: 12px;
            height: 27px;
        }
        .Title_Phai2 {
            background: url(../images/Title_Phai2.png);
            height: 27px;

        }
        span#dnn_ctr1998_dnnTITLE_lblTitle a {
            color: #FF5A01;
        }
        span#dnn_ctr1998_dnnTITLE_lblTitle a {
            color: #FF5A01;
            font-weight: bold;
            text-transform: uppercase;
            font-family: Tahoma, Arial, Helvetica;
            font-size: 11px;
        }
        h2.c_title {
            margin-bottom: 0px;
        }

        .alo5 {
            margin-top: -8px;
        }
        .alo6 img {
            margin-bottom: 10px;
            border:1px solid #fff;
        }
        .clop {

        }
        .qc-12 {
            padding: 0px;
        }
        .panel-default {
            border-color: #ddd;
            background: #fff;
        }
        .panel-default {
            border-color: #ddd;
            background: #fff;
            border-top:none;
        }
        .welcom2 {
            padding: 0px;
        }
        .tin-new {
            height: 419px;
            background: #fff;
        }
        .alo9 img {
            margin-bottom: 7px;
            margin-top: 7px;
        }
        .clop1 {
            -webkit-box-shadow: 0 0 10px #000000;
            background: #fff;
        }
        .qc-12 .page.panel.panel-default {
            border: 1px solid #ddd;
        }
        .page-header{
            margin: 0px;
            border:none;
        }
        img.img-responsive1.center-block {
            border-top: 0px;
        }
        div#view_image_5 {
            border-right: 1px solid #eee;
            border-left: 1px solid #eee;
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }

        div#view_image_5 .btn-primary {
            color: #fff!important;
            background-color: #1e73be!important;
            border-color: #1e73be!important;
            margin-top: -8px;
        }
        .now .metismenu .sidebar-nav ul a {
            display: block;
            font-size: 12px;
            line-height: 10px;
            color: #fff;
            padding: 17px 5px 17px 22px;
            cursor: pointer;
            margin: 0px;
            border-top:1px solid #1b296d;
            background:#1b296d;
            font-family: tahoma;
            font-weight: bold;
        }
        .now .metismenu .arrow {
            float: right;
            color: #fff;
            cursor: pointer;
            text-align: center;
            width: 28px;
            line-height: 22px;
            text-align: right;
            background: rgba(0,0,0,0);
            border-radius: 14px;
            -webkit-border-radius: 14px;
            font-size: 15px;
            color: #fff!important;
            font-weight: bold;
        }
        img.lazy.img-responsive1.center-block {
            width: 100%;
        }
        #album-gallery {
            border: 1px solid #ddd;
            padding: 10px;
        }
        .fb_iframe_widget iframe {
            position: absolute;
            width: 100%!important;
        }
        .fb_iframe_widget span {
            width: 100%!important;
        }
        .fb_iframe_widget iframe{
            width: 100%!important;
        }
        .fb-like {
            height: 30px;
            margin-right: 0px!important;
        }

        .dropdown-menu>li>a:hover{
          color: #666;
          /*background-image: url(../images/bg_over_image.gif);*/

      }
      .time {

      }
      .headerSearch {
        padding: 0px;
        border: none;
        height: 35px;
        border-bottom: 1px solid #b6acd1;
    }
    .marquee {
        color: #000;
        font-size: 13px;
        font-weight: bold;
        padding: 4px 10px;
    }
    .meta {
        font-size: 11px;
        color: #800D14;
    }
    .item-item:hover {
        background-color: #ECECEC;
    }
    .item-item:hover .tab-new{
        text-decoration: none;
        font-weight: bold;
        outline: 0 none;
    }
    .alo6 {
        margin-top: 7px;
    }
    .fulli {
    }
    p.realtime {
        font-style: italic;
        color: #828282;
    }
    ul.related {
        width: 100%;
    }
    div.news_column ul.related a{
        font-size: 15px;
    }
    div.news_column ul.related li {
    }
    .panel-body.panel-new {
        margin-bottom: 10px;
    }
    h1.title.margin-bottom-lg {
        color: #333;
    }
    img.menu1 {
        width: 20px;
        height: 21px;
    }
    img.menu2 {
        width: 17px;
        height: 17px;
    }
    img.menu3 {
        width: 14px;
        height: 18px;
    }
    img.menu5 {
        width: 20px;
        height: 15px;
    }
    img.menu4 {
        width: 20px;
        height: 16px;
    }
    .bT_lBG {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        color: #102A4D;
        border-bottom: 2px solid #ccc;
        margin: 15px 0px;
        line-height: 10px;
    }
    .bT_lBG a {
        padding: 6px 15px 3px 35px;
        background-size: 28px;
        color: #102A4D;
        font-size: 17px;
    }
    .bT_lBG a {
        background: #fff url(../images/tinhot.png) no-repeat left;
        padding: 6px 15px 3px 35px;
        background-size: 28px;
        color: #102A4D;
        font-size: 17px;
    }
    img.tabimg {
        width: 100%;
        height: 264.45px;
    }
    a.ttl {
        color: #102A4D;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 16px;
        padding: 0px;
        background: none;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    p.boddy-text {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .item  a.ttl1 {
        padding: 0px 0px 0px 17px;
        color: #102A4D;
        font-size: 14px;
        background: url(../images/icon_news_other_li.png) no-repeat left 4px;
    }
    .item  a.ttl1 {
        padding: 0px 0px 0px 17px;
        color: #102A4D;
        font-size: 14px;
        float:left;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .bT_lBG1 h2 {
        background: #fff url(../images/icon_event.png) no-repeat left center;
        background-size: 28px;
        height: 30px;
        line-height: 34px;
    }
    .bT_lBG1 h2 {
        background-size: 28px;
    }
    h2.frag_c2 a {
        display: inline;
        text-transform: uppercase;
        font-size: 17px;
        color: #102A4D;
        padding: 10px 10px 4px 34px;
        line-height: 25px;
        font-weight: bold;
    }
    .newsimg {
        margin-bottom: 20px;
    }
    .bT_lBG1 {
        border-bottom: 1px solid #ccc;
    }
    .dcreate {
        display: block;
        width: 35px;
        float: left;
        margin-right: 10px;
    }
    .date {
        width: 100%;
        height: auto;
        color: #102A4D;
        font-size: 14px;
    }
    .month {
        width: 100%;
        float: left;
        text-align: center;
        background-color: #102A4D;
        color: #e7b809;
        font-size: 12px;
    }
    #topnews1 {
        padding: 7px 0px 9px 0px;
        border-bottom: 1px dashed #FC9B05;
    }
    a.tt {
        color: #102A4D;
        font-size: 14px;
        line-height: 21px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .bT_lBG1 h2.frag_c2.notifi {
        background: #fff url(../images/icon_notifi.png) no-repeat left center;
        background-size: 28px;
    }
    .title-titleq {
        color: #102A4D;
        padding: 1px 0px 0px 16px;
        background: url(../images/icon_notifi_li_hover.png) no-repeat left 3px;
    }
    .item-item{
        margin: 10px 0px 0px 0px;
        border-bottom: solid 1px white;

    }
    .detail-a {
        display: block;
        position: absolute;
        top: 185px;
    }
    .detail-a a {
        display: inline;
        padding: 8px 15px;
        background-color: #102A4D;
        color: #e7b809;
        font-size: 15px;
        float: left;
        text-transform: uppercase;
    }
    .meta {
        top: 0;
        right: 0;
        left: initial;
        width: 100%;
        height: 100%;
        padding: 0px 0px 0px 0px; 
        text-align: left;
        background: none;
        box-sizing: border-box;
        padding: 0px;
    }
    .detail-a span {
        display: block;
        border-top: 37px solid #102A4D;
        border-right: 10px solid transparent;
        float: left;
    }
    .welcom3 {
    }
    .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #000;
        background-color: rgba(0,0,0,.75);
    }
    .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 6px;
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #fff;
        background-color: rgba(255,255,255,.75);
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)";
    }
    .mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
        transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-align: center;
    }
    .mCSB_outside+.mCSB_scrollTools {
        right: -26px;
    }
    .mCSB_scrollTools {
        right: -2px !important;
    }
    .mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
        transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    }
    .mCSB_scrollTools {
        position: absolute;
        width: 16px;
        height: auto;
        left: auto;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: .75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)";
    }
    .mCSB_scrollTools .mCSB_draggerContainer {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: auto;
    }
    .mCSB_scrollTools .mCSB_dragger {
        cursor: pointer;
        width: 100%;
        height: 30px;
        z-index: 1;
    }
    .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
        background-color: #000;
        background-color: rgba(0,0,0,.1);
    }
    .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
        width: 6px;
        background-color: #000;
        background-color: rgba(0,0,0,.2);
    }
    .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #000;
        background-color: rgba(0,0,0,.4);
        filter: "alpha(opacity=40)";
        -ms-filter: "alpha(opacity=40)";
    }
    .mCSB_scrollTools .mCSB_draggerRail {
        width: 2px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }

    #mCSB_1_container ul {
        padding: 0px;
    }
    .scrollbar {
        float: left;
        width: 100%;
        overflow-y: scroll;
        margin-bottom: 10px;
    }

    .force-overflow {
        min-height: 450px;
    }
    #style-1::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    } 
    #style-1::-webkit-scrollbar-thumb {
        background-color:rgba(0,0,0,.75)!important;
        width: 6px;
        height: 167px;
        border-radius: 16px;
    }
    #style-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    div#block-news-category-76 {
        border-bottom: 1px solid #ddd; 
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        padding-bottom: 14px;
    }
    /*scroll*/
    .title_media {
        display: inline;
        text-transform: uppercase;
        font-size: 17px;
        color: #102A4D;
        padding: 10px 10px 4px 18px;
        line-height: 25px;
        font-weight: bold;
    }
    a.title_media {
        padding: 0px 0px 0px 25px !important;
        background-size: 18px;
    }
    .title_media {
        padding: 0px 0px 0px 25px !important;
        background: url(../images/icon_gallery.png) no-repeat left center;
        background-size: 18px;
    }
    .gallery ul {
        padding: 0px;
    }
    .vi-slider {
        display: block;
        text-align: left;
        color: #102A4D;
        font-weight: normal;
        margin: 10px 0px 9px 0px;
        font-size: 12px;
        height: 58px;
    }

    .mdlvideo {
        border-bottom: 1px dashed #FC9B05;
        padding: 8px 0px 0px 0px;
        height: 334px;
    }
    .mdlvideo a.title_media {
        color: #102A4D;
        font-size: 16px;
        border: none !important;
        padding: 0px 0px 0px 25px !important;
        padding: 0px 0px 0px 25px !important;
        font-size: 15px !important;
        background-size: 20px;
    }
    .mdlvideo a.title_media {
        color: #102A4D;
        font-size: 16px;
        border: none !important;
        padding: 0px 0px 0px 25px !important;
        padding: 0px 0px 0px 25px !important;
        background: url(../images/icon_video.png) no-repeat left center;
        font-size: 15px !important;
        background-size: 20px;
    }
    .mdlvideo ul {
        padding: 0px;
    }
    a.show-vieo {
        float: left;
    }
    img.alo.pull-left {
        width: 100%;
        height: 153px;
    }
    img.alo {
        width: 100%;
        height: 67px;
        padding-top: 6px;

    }
    .widget .navbar1 {
        border-bottom: 1px solid #eaeaea;
        padding: 0;
        margin-bottom: 15px;
    }
    .navbar1 a {
        font-size: 23px;
        font-family: 'Merriweather';
        padding-left: 10px;
        position: relative;
        color: #006ac0;
        font-weight: 600;
        margin-bottom: -1px;
    }
    .widget .navbar1 a:before {
        width: 3px;
        background: #f9590f;
        bottom: 6px;
        left: 0;
        position: absolute;
        content: '';
        height: 19px;
    }
    img.img-img {
        width: 100%;
        height: 87px;
    }

    .nes-item-thumb img {
        outline: rgba(253, 253, 253, .36) solid 6px;
        outline-offset: -6px
    }
    p.text-home {
        display: block;
        font-size: 13px;
        color: #353535;
    }
    img.img-img1 {
        height: 110px;
        object-fit: cover;
        width: 100%;
        border-radius: 5px!important;
        width: 100%;
    }
    .full-option {
        line-height: 23px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 44px;
        margin-bottom: 17px;
    }
    a.col {
        font-size: 15px;
        font-weight: bold;
        color: white;
    }
    .is-divider {
        padding: 10px 15px;
        background: white;
        border: 1px solid #eaeaea;
        border-radius: 0px 0px 5px 5px;
        position: relative;
        margin-bottom: 20px;
    }
    a.mau {
        color: #122d42;
        font-weight: bold;
        font-size: 15px;
    }
    .readmore1 {
        text-align: right;
    }
    .navbar2 {
        font-size: 23px;
        font-family: 'Merriweather';
        padding-left: 10px!important;
        position: relative;
        color: #006ac0;
        font-weight: 600;
        margin-bottom: -1px;
    }
    .navbar2:before {
        width: 3px;
        background: #f9590f;
        bottom: 6px;
        left: 0;
        position: absolute;
        content: '';
        height: 19px;
    }
    .widget .navbar2 {
        border-bottom: 1px solid #eaeaea;
        padding: 0;
        margin-bottom: 15px;
    }
    img.baiviet-11 {
        height: 274px;
        width:100%;
    }
    a.show-hot {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #122d42!important;
    }
    .vieclam {
        margin-bottom: 15px;
    }
    img.img-thumbnail1 {
        height: 65px;
    }
    .lio {
        font-size: 13px;
        color: #f9590f;
        margin-top: 7px;
    }
    .top1 {
        margin-bottom: 20px;
    }

    .duhoc h2 a {
        color: #fff;
        font-size: 20px;
    }
    .other-1 {
        padding: 20px;
        border-radius: 10px;
        background: #1963ab;
    }
    a.more-1 {
        background: #1963ab;
        border-radius: 10px;
        color: white;
        width: 100%;
        text-align: center;
        padding: 10px;
        display: block;
        margin-bottom: 15px;
        font-size: 16px;
        transition: all 0.4s;
        font-weight: 100;
    }
    p.hu {
        margin-top: 10px;
        color: white;
    }
    .full-option1 {
        font-weight: bold;
        color: white;
        line-height: 22px;
        margin-top: 5px;
        font-size: 15px;
        text-align: center;
        margin-bottom: 10px;
    }
    .margin-bottom1 {
        margin-bottom: 10px;
        width: 92%;
    }
    .frisst6 {

    }
    .boder-a ul {
        padding: 0px;
    }
    ul.socialList li {
        display: inline-block;
        margin-right: 10px;
    }
    .alo3 .nv-block-banners {
        display: inline-block;
        margin-right: 10px;
    }
    .frisst9 {
        padding-left: 18px;
    }
    .footer-frist {
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 30px 0px;
    }

    .boder-a li {
        margin: 10px 0;
    }
    .boder-a li a {
        font-size: 15px;
    }
    ul.company_info li a span {
        color: #fff!important;
    }
    a.col-col {
        color: #333;
        color: #333!important;
        font-weight: bold;
    }
    .block_new_cat {
        border-left: 1px solid #ddd;
        padding: 10px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .block_new_cat ul li {
        border-bottom: 1px dashed #ccc;
        padding: 0px 0px 10px 0px;
    }
    .date-date {
        width: 100%;
        height: auto;
        text-align: center;
        color: #102A4D;
        background-color: #e7b809;
        font-size: 14px;
    }
    #view_image_2 {
        border: 1px solid #ddd;
        padding: 10px 10px;
    }
    .text-muted1 {
        color: #999;
        font-weight: bold;
        font-size: 12px;
    }
    .detail_video {
        border: 1px solid #ddd;
        padding: 10px;
    }
    .header-header {
        background:#1676eb;
    }
    .bootstrap1 ul.nav.navbar-nav li a {
        color:#ff0000!important;
        padding: 5px 0px;
        font-size: 22px;
        font-weight: 500;
        line-height: 10px;
    }
    .bootstrap1 ul.nav.navbar-nav li a:hover{
    }
    .input-group{
        height: 20px!important;
    }
    .lanimg1 {
        background: url(../images/ico_vn.gif);
        width: 20px;
        height: 20px;
        margin: 0px;
        margin-top: 13px;
    }
    .lgicon a {
        display: inline-block;
        margin-left: 5px;
        border-radius: 100%;
    }
    .page1 {
        border: 1px solid #ddd;
        padding: 10px;
    }
    .logo h1 {
        font-family: 'arial' !important;
        font-size: 33px;
        padding: 6px 0 0 0px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
    }
    .logo h2 {
        font-family: 'arial' !important;
        font-size: 20px;
        padding: 2px 0 0 0px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
    }
    img.logo-sin {
        width: 100%;
        
    }
    .fill-lay2 {
        padding: 10px 0 10px 0;
        /*	 height: 125px; */
    }
    .fot {
        background:#fff;
        height: 41px;
       
    }
    .ddsmoothmenu {
        height: 40px;
        background: #fff;
    }
    a.dropdown-toggle.month-ter {
        padding: 5px 10px 5px 10px!important;
        color: #fff;
        font-size: 14px!important;
        border-right: 1px solid #79b0ed;
        font-family: 'arial';
        margin-top: 10px;
    }


    a.dropdown-toggle.month-ter .caret1:after{
        position: absolute;
        top: 7px;
        right: 38px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        -webkit-transform: rotate(
            45deg
            );
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(
            45deg
            );
        -webkit-transition: border-color .2s ease;
        -moz-transition: border-color .2s ease;
        -ms-transition: border-color .2s ease;
        -o-transition: border-color .2s ease;
        transition: border-color .2s ease;
    }

    #menu-site-default>ul>li:hover>.month-ter .caret1::after{
        border-color: #1676eb;
    }

    #menu-site-default li:hover>ul.dropdown-menu {
        left: auto;
    }
    #menu-site-default ul.dropdown-menu li:hover>ul.dropdown-menu>li {
        height: 36px;
        padding: 5px 10px 5px 10px;
        color: #333;
    }
    /*menu*/
    #menu-site-default ul.dropdown-menul ul.dropdown-menul li {
        height: 0;
        -webkit-transition: height .2s ease;
        -moz-transition: height .2s ease;
        -ms-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease
    }
    #menu-site-default ul.dropdown-menul li.has-sub ul li:hover {
        /*background: #1daaf1;*/
        color: #ff6600;
    }
    #menu-site-default ul.dropdown-menul li.has-sub ul li:hover a {
        color: #ff6600;
    }
    #menu-site-default ul.dropdown-menul li:hover>ul>li {
        height: 36px;
        padding: 5px 10px 5px 10px;
        color: #333;
    }
    #menu-site-default ul.dropdown-menull  li a {
        padding: 8px 0 7px 5px;
        width: 260px;
        font-size: 13px;
        text-decoration: none;
        color: #333;
        border-bottom: dotted 1px #dcdcdc;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease
    }
    #menu-site-default ul.dropdown-menul ul li:last-child a {
        border-bottom: 0
    }
    #menu-site-default ul.dropdown-menul li ul {
        background: #fff;
        border-radius: 0 0 6px 6px;
        box-shadow: 1px 5px 5px rgba(21, 20, 20, .72)
    }
    #menu-site-default ul.dropdown-menul li ul li ul a {
        color: #333;
    }
    #menu-site-default ul.dropdown-menul li ul li ul a:hover{
        color: #ff6600;
    }
    #menu-site-default ul.dropdown-menul li ul li ul {
        background: #fff;
        border-radius: 0;
        box-shadow: 0 0 5px rgba(21, 20, 20, .72);
        width: auto;
        margin-left: 94%;
        border-radius: 3px;
    }
    #menu-site-default ul.dropdown-menul ul li a:hover,
    #menu-site-default ul.dropdown-menul ul li:hover>a {
        color: #014185
    }
    #menu-site-default ul.dropdown-menul ul li.has-sub>a::after {
        position: absolute;
        top: 13px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        content: "";
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: border-color .2s ease;
        -moz-transition: border-color .2s ease;
        -ms-transition: border-color .2s ease;
        -o-transition: border-color .2s ease;
        transition: border-color .2s ease
    }
    #cssmenu.align-right ul ul li.has-sub>a::after {
        right: auto;
        left: 10px;
        border-bottom: 0;
        border-right: 0;
        border-top: 1px solid #333;
        border-left: 1px solid #333
    }
    #menu-site-default ul.dropdown-menul ul li:hover>a::after {
        border-color: #014185
    }
    .section-image{
        background-image: url('../images/line1.png');
        width: 150px;
        height: 30px;
        background-repeat: no-repeat !important;
    }
    .section-heading a {
        color:#1676eb;
        font-weight: 600;
        line-height: 1.1em;
        padding: 10px;
        font-size: 30px;
        margin-top: 17px;
        margin-top: 20px;
    }
    .section-heading{
        color:#1d86c0;
        font-weight: 600;
        line-height: 1.1em;
        padding: 10px;
        font-size: 30px;
    }
    img.green1 {
        width: 100%;
        height: 183px;
        margin-bottom: 10px;
    }
    #dnn_ctr6457_TITLE1_titleLabel a {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 42px;
        font-weight: 700;
        color:#5e5e5e!important; 

    }
    img.img-group1 {
        height: 230px;
        width: 100%;
    }
    .full-other{
        background: #f8f8f8;
        background: url(../images/bgsoc.png);
        float: left;
    }
    .five {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .dte-date {
        color: #c3c3c3;
        font-size: 12px;
        text-align: right;
        padding-bottom: 0;
        font-family: 'Roboto', Arial;
        line-height: 12px;
        font-weight: 400;
    }
    .month-ter1 ul li{
        margin-top: 5px;
    }
    p.click {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    #dnn_ctr6457_TITLE1_titleLabel{
        text-transform: uppercase;
        font-size: 22px;
        line-height: 42px;
        font-weight: 700;
        color: #5e5e5e!important;
    }
    .media {
        width: 100%;
        margin-top: 5px;
        float: left;
        margin-bottom:8px;
    }
    .media .object {
        width: 56px;
        background-color: #1676eb;
        height: 56px;
        color: #fff;
        font-weight: 700;
        float: left!important;
    }
    .media .object {
        width: 56px;
        background-color: #1676eb;
        height: 56px;
        color: #fff;
        font-weight: 700;
        float: left!important;
    }
    .media .object .date1 {
        display: block;
        font-weight: normal;
        padding: 0 0 0 7px;
        font-size: 12px;
    }
    .media .object .day {
        display: block;
        padding: 4px 0 0 17px;
        font-size: 20px;
    }
    .media .body1 {
        float: left!important;
        width: calc(100% - 56px);
        text-align: justify;
        line-height: 15px;
        padding: 0px 0 0px 5px;
        color: #353535;
        font-size: 13px;
        text-align: left;
        line-height: 20px;
        height: 64px;
        overflow: hidden;
        display: block;
        margin-top: -3px;
        font-family: 'Roboto', Arial;
        background: #fbfbfb;

    }
    .media {
        clear: both;
        border-bottom: dashed 1.2px #dedede;
    }
    .box_bv {
        clear: both;
        margin-bottom: 15px;
        background: #fff;
        overflow: hidden;
    }
    .cat-box-title {
        padding: 0px 0;
        overflow: hidden;
    }
    .cat-box-title h2 {
        float: left;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 20px;
        font-family: BebasNeueRegular, arial, Georgia, serif;
    }
    .cat-box-title h2 a {
        color: #fff;
        padding: 10px;
        background: #0e2d63;
    }
    .stripe-line {
        background: no-repeat url(../images/stripe.png);
        height: 27px;
        overflow: hidden;
        margin-top: 0px;
    }
    .td_content {
        clear: both !important;
        display: block !important;
        float: none;
        -webkit-box-shadow: 0 0 3px #cacaca;
        box-shadow: 0 0 1px #cacaca;
    }

    .td_content {
        border-bottom-color: #0e2d63;
        background: #fff;
        margin: 0px;
        overflow: hidden;
    }
    .margin-bottom.city {
        padding: 15px;
    }
    .ship {
        padding: 15px 15px;
        background: #f7f7f7;
        border-top: 0px solid #FFF;
        border-bottom: 1px solid #eaeaea;
        border-left: 3px solid #eaeaea;
        transition: all .40s;
    }
    .nes-item-thumb2:hover img {
        opacity: 0.3 !important;
    }
    .nes-item-thumb2  {
        display: block !important;
        background: #000;
        font-size: 0;
    }
    .nes-item-thumb2:hover .overlay-icon:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .overlay-icon:before, .nes-item-thumb2:before {
        content: '\f15c';
        color: #FFF;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        border: 3px solid #FFF;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 18px;
        line-height: 35px;
        margin: -20px 0 0 -20px;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    img.img-img2 {
        width: 100%;
        height:60px;
    }
    span.thien {
        color: #888;
        font-size: 12px;
    }
    ul.ueh_list_news_event {
        padding: 0px;
        margin-bottom: 0px;
    }
    ul.ueh_list_news_event li {
        padding: 15px 20px;
        background: #f7f7f7;
        border-top: 0px solid #FFF;
        border-bottom: 1px solid #eaeaea;
        border-left: 3px solid #eaeaea;
        transition: all .40s;
        height: 90px;
    }
    ul.ueh_list_news_event li.icon_list {
        padding: 15px 20px;
        background: #f7f7f7;
        border-top: 0px solid #FFF;
        border-bottom: 1px solid #eaeaea;
        border-left: 3px solid #eaeaea;
        transition: all .40s;
        height: auto!important;
    }
    
    .fulli {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    ul.ueh_list_news_event li .ueh_news_date_time {
        float: left;
        width: 60px;
        height: 66px;
        text-align: center;
        padding: 2px;
        margin: 0px 12px 5px 0px;
        clear: both;
        color: #333;
        background-color: #fff;
        display: block;
        font-weight: bold;
    }
    ul.ueh_list_news_event li .ueh_news_date_time .ueh_news_day {
        font-size: 30px;
    }
    ul.ueh_list_news_event li .ueh_news_date_time .ueh_news_month {
        font-size: 12px;
    }
    ul li .ueh_news_short_event {
        display: block;
        clear: right;
        overflow: hidden;
        height: 54px;
        font-size: 14px;
        font-style: inherit;
        text-decoration: none;
    }
    img.cana {
        margin: 0 0 15px 0;
    }
    .none1 {

    }
    .noidungvdnews ul {
        padding: 0px;
    }
    .bgsoc {
        background: url(../images/bgsoc.png);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section2 .blognewsvd .noidungvd .more a{
        background: url(../images/newmore.png) 90px no-repeat #1676eb;
        color: #fff;
        padding: 3px 29px;
        border-radius: 10px;
        text-shadow: 1px 1px rgb(35 35 35 / 65%);
    }
    .section6 {
        background: url(../images/section2bgbottom.png) top center no-repeat;
        padding-top: 20px;
    }
    img.anhrdaidien {
        height: 205px;
    }
    .section2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section2 .top-sectionbotton {
        min-height: 40px;
    }
    .DnnModule {
        position: relative;
        /* z-index: 902; */
    }
    .section2 .blognewsvd {
        width: 100%;
    }
    .section2 .blognewsvd .khunganh {
        border: 1px solid #a4e1f4;
        min-height: 200px;
        border-radius: 10px;
        position: absolute;
        z-index: 1;
        top: -85px;
    }
    .section2 .blognewsvd .khunganh .anhrdaidien {
        border: 2px solid rgba(164, 225, 244, .27);
        border-radius: 10px;
        outline: rgba(160, 163, 165, .18) solid 5px;
        outline-offset: -6px;
    }
    .section2 .blognewsvd .noidungvd {
        background: #fff;
        position: relative;
        margin-top: 74px;
        border-radius: 10px;
        border: 1px solid #e8e8e8;
        box-shadow: 0 1px 5px rgb(210 210 210 / 74%);
        top: -24px;
        left: 11px;
    }
    .section2 .blognewsvd .noidungvd .catname {
        margin-top: 160px;
    }
    .section2 .blognewsvd .noidungvd .catname h1 {
        color: #4f4f4f;
        font-size: 19px;
        font-weight: 600;
        line-height: 17px;
        padding: 10px 0;
        border-left: solid 2px #1daaf1;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
    }
    .section2 .blognewsvd .noidungvd .noidungvdnews {
        padding: 0 10px 10px 10px;
    }

    .section2 .blognewsvd .noidungvd .noidungvdnews ul li {
        text-align: justify;
        color: #1e85bf;
        font-size: 20px;
        line-height: 16px;
    }
    .section2 .blognewsvd .noidungvd .noidungvdnews ul li a {
        font-size: 15px;
        font-weight: bold;
        line-height: 20px;
        /*color: #686868;*/
        height: 38px;
        padding: 0px 0px 0px 0px;
        margin-bottom: 20px;
        display: block;
        overflow: hidden;
    }
    .section2 .blognewsvd .more {
        padding-top: 0;
        padding-bottom: 25px;
        padding-right: 33px;
        text-align: right;
        position: relative;
    }
    .dnn_ctr6557_ContentPane ul {
        padding: 0px;
        background: #fff;
    }
    .DnnModule {
        position: relative;
    }
    .videos {
        background: #1d86c0;
    }
    .top-sectionbotton {
        min-height: 40px;
    }
    .videos i {
        background: url(../images/videoiconplay.png) top left no-repeat #176998;
        height: 40px;
        width: 40px;
        color: #fff;
        padding: 7px;
        float: left;
        margin-right: 10px;
    }
    .videos h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        text-shadow: 1px 1px rgb(35 35 35 / 65%);
        line-height: 40px;
        margin: 0!important;
    }
    .top-sectionbotton p {
        font-size: 12px;
    }
    .slider1 {
        padding: 20px 0;
        border-radius: 0px;
        border: 1px solid #e8e8e8;
        border-bottom: 0;
        background: #fff;
        padding: 8px;
    }
    .videos {
        background: #004ae1;
    }
    .top-sectionbotton {
        min-height: 40px;
    }
    .videos  a {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        text-shadow: 1px 1px rgb(35 35 35 / 65%);
        line-height: 40px;
        margin: 0!important;
    }
    #dnn_ctr6557_TITLE1_titleLabel a {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        text-shadow: 1px 1px rgb(35 35 35 / 65%);
        line-height: 40px;
        margin: 0!important;
    }
    .alo7 {
        background: #1676eb;
    }
    a.vi-slider1 {
        /*color: #191919;*/
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        padding: 5px 0;
        line-height: 16px;
    }

    .alex1 {
        background: #fff;
    }
    .vi-slider{
        overflow: hidden;
        background: url(../images/bgsoc.png);
        padding-left: 5px;
        padding-right: 5px;
    }
    #dnn_ctr6557_TITLE1_titleLabel {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        text-shadow: 1px 1px rgb(35 35 35 / 65%);
        line-height: 40px;
        margin: 0!important;
    }
    img.hout {
        margin-bottom: 10px;
    }
    .boder-a li a {
        color: #fff!important;
        text-shadow: 1px 1px rgb(35 35 35 / 68%);
    }
    .footer-frist{
        color: #fff!important;
        text-shadow: 1px 1px rgb(35 35 35 / 68%);
    }
    ul.company_info li {
        line-height: 30px;
    }
    .duhoc h2 {
        text-transform: uppercase;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        text-shadow: 0 1px #232323;
        background: url(../images/footerbg1.png) bottom left no-repeat;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    ul.breadcrumbs.list-none li a span:after{
        position: relative;
        display: inline-block;
        content: "\f054 ";
        font-family: FontAwesome;
        font-size: 10px;
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #ccc;
        padding: 0 0px 0 10px;
        vertical-align: middle;
    }
    span.site_name {
        font-family: 'arial' !important;
        font-size: 33px;
        padding: 6px 0 0 0px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
    }
    span.site_description {
        font-family: 'arial' !important;
        font-size: 20px;
        padding: 2px 0 0 0px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
    }
    h4.block-title.newsevent-title a span {
        display: block;
        float: left;
        padding: 0px 9px 2px 9px;
        font-size: 20px;
        font-weight: 700;
        background: #0e2d63;
        color: #fff;
        text-transform: none;
    }
    .block-title::after {
        background: no-repeat url(../images/stripe.png);
        height: 27px;
        overflow: hidden;
        margin-top: 0px;
    }
    .block-title::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0e2d63 rgba(0, 0, 0, 0);
    }
    h4.block-title.newsevent-title a span::after{
        content: '';
        bottom: 0px;
        right: -26px;
        display: inline-block;
        border-width: 0 26px 32px 0px;
        border-style: solid;
        position: absolute;
        z-index: 0;
    }
   p.post-date {
    color: #888;
    font-size: 80%;
    padding: 0px 15px;
}
.fulli h3{
    margin-bottom:5px;
}
.fulli h3 a{
    font-size: 17px;
}
img.thongbao {
    padding: 15px;
    width: 100%;
    height: 229px;
}
.y {
    padding: 0px 15px;
}
.examp1:hover {
        color: #1676eb;
    }