/*
* @ Core CSS File
* @ Author: Uoc Nguyen
* @ Fontend Developer
* @ Website: http://lamnham.com
* @ Template: Song Cong Portal
*/
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.fixed {
  position: fixed; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.tleft {
  text-align: left; }

.tright {
  text-align: right; }

.center {
  text-align: center; }

.justify {
  text-align: justify; }

.upper {
  text-transform: uppercase; }

.left,
.ap-left {
  float: left; }

.right,
.ap-right {
  float: right; }

.pointer {
  cursor: pointer; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.hidden {
  display: none; }

.xdot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.xo,
.ap-xo {
  overflow: hidden; }

.full {
  width: 100%;
  height: 100%; }

.fullw {
  width: 100%; }

.fullh {
  height: 100%; }

.block {
  display: block; }

.inline {
  display: inline-block; }

.cell {
  display: table-cell; }

.table {
  display: table;
  border-radius: 0px !important; }

.invisible,
.ap-invisible {
  opacity: 0;
  filter: alpha(opacity=0); }

.vtop {
  vertical-align: top; }

.vcenter {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.f9 {
  font-size: 9px; }

.f10 {
  font-size: 10px; }

.f11 {
  font-size: 11px; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.f15 {
  font-size: 15px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f19 {
  font-size: 19px; }

.f20 {
  font-size: 20px; }

.f21 {
  font-size: 21px; }

.f22 {
  font-size: 22px; }

.f23 {
  font-size: 23px; }

.f24 {
  font-size: 24px; }

.f25 {
  font-size: 25px; }

.f26 {
  font-size: 26px; }

.f27 {
  font-size: 27px; }

.f28 {
  font-size: 28px; }

.f29 {
  font-size: 29px; }

.f30 {
  font-size: 30px; }

.f31 {
  font-size: 31px; }

.f32 {
  font-size: 32px; }

.thin {
  font-weight: 300; }

.thick {
  font-weight: 500; }

/* Fonts */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold.svg#SFUFutura") format("svg");
  font-weight: bold;
  font-style: bold; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#SFUFutura") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#SFUFutura") format("svg");
  font-weight: 300;
  font-style: 300; }

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/roboto_condesed/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_condesed/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/roboto_condesed/RobotoCondensed-Bold.ttf") format("truetype"), url("../fonts/roboto_condesed/RobotoCondensed-Bold.svg#SFUFutura") format("svg");
  font-weight: bold;
  font-style: bold; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.aui h1,
.aui h2,
.aui h3,
.aui h4,
.aui h5,
.aui h6,
.aui p,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
.aui ul,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.0px;
  text-rendering: geometricPrecision; }

body,
.ms-WPBody {
  font-family: Arial, sans-serif !important;
  font-size: 14px;
  line-height: normal;
  background: #fff !important;
  line-height: 1.2;
  overflow-x: hidden; }

img {
  max-width: 100%; }

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

.scroll-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  color: #fff;
  line-height: 30px;
  text-align: center;
  transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  -moz-transition-transform: translate(0px, 10px);
  transition: all 0.5s ease;
  opacity: 0; }

.scroll-top .fa {
  line-height: 40px;
  font-size: 18px; }

.scroll-top:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); }

.scroll-top.show {
  opacity: 1;
  transition: all 0.5s ease;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transition-transform: none; }

.aui .container {
  max-width: 1200px;
  padding: 0px 15px;
  width: 100%; }

.image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.title-main {
  font-size: 16px !important;
  display: block;
  font-weight: bold !important;
  color: #003e7e !important;
  padding-bottom: 5px !important;
  margin-bottom: 10px !important;
  position: relative; }

.title-main > a {
  font-weight: bold !important; }

.title-main:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 17px;
  right: 0px;
  height: 3px;
  margin: auto;
  background: #016acd; }

.title-main a,
.title-main span {
  color: #212121;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  padding-left: 0px;
  z-index: 2; }

.aui .breadcrumb {
  background: none;
  border-bottom: 1px solid #dededf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 0px; }

.aui .breadcrumb > li {
  line-height: 1.2; }

.section {
  margin-bottom: 20px; }

.pagination {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.pagination > li {
  border-radius: 0px; }

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0px; }

.pagination > li > a {
  color: #212121;
  padding: 5px 10px;
  border-radius: 0px;
  line-height: auto; }

.pagination > li.active > a,
.pagination > li:focus > a {
  background: #003e7e;
  color: #fff;
  border-color: #003e7e; }

#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none; }

#overlay.show {
  display: block; }

.header {
  min-height: 0px;
  margin-bottom: 0px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #003e7e;
  border-top: 1px solid #fff; }

.header .navbar-default .navbar-nav > li > a {
  padding: 10px 20px;
  color: #fff; }

.header .navbar-nav > li:hover > a,
.header .navbar-nav > li:focus > a,
.header .navbar-nav > li.active > a {
  background: rgba(0, 0, 0, 0.1); }

.header .navbar-nav > li:first-child > a:before {
  display: none; }

.header .navbar-nav > li:hover .dropdown-menu {
  display: block;
  border-radius: 0px; }

.header .navbar-nav > li.active > a,
.header .navbar-nav > li.open > a {
  color: #fff; }

.header .navbar-nav > li.active > a:focus,
.header .navbar-nav > li.open > a:focus,
.header .navbar-nav > li.active > a:active,
.header .navbar-nav > li.open > a:active,
.header .navbar-nav > li.active > a:hover,
.header .navbar-nav > li.open > a:hover {
  background: rgba(0, 0, 0, 0.1); }

.header .navbar-nav > li > a {
  padding: 10px 10px;
  color: #fff;
  position: relative;
  font-size: 13px; }

.header .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 15px;
  width: 1px;
  background: #fff;
  margin: auto;
  left: 0px; }

.header .navbar-nav > li > a:hover {
  color: #fff; }

.header .navbar-collapse {
  padding: 0px;
  border: none; }

.header .search {
  position: relative;
  margin-top: 7px;
  margin-right: 7px;
  width: 250px;
  font-size: 15px; }

.header .search .form-control {
  padding: 3px 10px;
  height: auto;
  font-size: 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-right: 30px; }

.header .search .form-control::placeholder {
  font-style: italic; }

.header .icon {
  position: absolute;
  top: 0px;
  width: 30px;
  right: 0px;
  padding: 5px 0px;
  text-align: center;
  color: #003e7e; }

.header .nav-toggle {
  display: none; }

.header .box-search {
  display: none; }

@media (max-width: 1000px) {
  .header .box-search {
    display: block;
    margin-top: 5px; }

  .header .box-search .icon {
    top: 0px;
    right: 0px; }

  .header .nav-toggle {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 32px;
    cursor: pointer; }

  .header .navbar-nav {
    position: fixed;
    top: 0px;
    left: -100%;
    margin: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    width: 260px;
    bottom: 0px;
    background: #003e7e;
    z-index: 100;
    overflow-y: auto; }

  .header .navbar-nav.open {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease; }

  .header .navbar-nav > li {
    display: block;
    width: 100%; }

  .header .navbar-nav > li > a:before {
    display: none; }

  .header .navbar-nav > li:hover > .dropdown-menu {
    display: none; }

  .header .navbar-nav > li.active > .dropdown-menu {
    display: block; }

  .header .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    border: 0px;
    background: rgba(0, 0, 0, 0.1); }

  .header .dropdown-menu > li > a {
    color: #fff; }

  .header .dropdown-menu > li:hover > a,
  .header .dropdown-menu > li:focus > a,
  .header .dropdown-menu > li.active > a {
    background: rgba(255, 255, 255, 0.1); } }
.timesytem {
  padding: 10px 0px;
  font-style: italic;
  color: #016acd;
  text-transform: uppercase;
  margin-bottom: 10px; }

.select-custom {
  position: relative; }

.select-custom select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  box-shadow: none;
  padding-right: 15px; }

.select-custom:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  width: 0px;
  top: 7px;
  right: 20px;
  height: 0px;
  color: #666; }

.post-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin-bottom: 7px;
  margin-bottom: 10px; }

.post-image img {
  width: 100%;
  opacity: 0; }

.post-title,
.post-title > a {
  font-size: 18px;
  font-weight: bold !important;
  line-height: 22px;
  color: #212121;
  margin-bottom: 10px !important; }

.post-title:hover,
.post-title > a:hover {
  color: #009ae5; }

.post-desc {
  margin: 10px 0px !important;
  line-height: 20px; }

.post-date {
  font-size: 13px !important;
  color: #555;
  line-height: 1.2; }

.box-news {
  margin-bottom: 20px; }

.relates > li {
  padding: 7px 0px; }

.relates a {
  display: block;
  margin-bottom: 5px !important;
  color: #212121;
  font-size: 16px; }

.links > li {
  padding: 5px 0px;
  padding-left: 15px;
  position: relative;
  border-bottom: 1px solid #ddd; }

.links > li > a {
  display: block;
  color: #212121;
  margin-bottom: 5px;
  line-height: 20px; }

.links > li > a:hover {
  color: #009ae5;
  text-decoration: none; }

.links > li:last-child {
  border-bottom: 0px; }

.links > li:before {
  position: absolute;
  width: 3px;
  height: 3px;
  content: "";
  top: 13px;
  left: 0px;
  background: #4e4e4e; }

.table-vb .table th,
.table-vb .table td {
  border: 1px solid #d5d5d5 !important; }

.table-vb .table th {
  text-align: center;
  background: #edecec;
  font-weight: bold !important;
  color: #333; }

.hotnews .description {
  font-size: 15px;
  line-height: 22px; }

.top-news {
  padding: 10px;
  border: 1px solid #ddd; }

.top-news .title a {
  color: #212121;
  font-weight: normal;
  line-height: 20px; }

.top-news .title a:hover {
  color: #009ae5;
  text-decoration: none; }

.banners img,
.banner img {
  width: 100%;
  display: block; }

.banners .banner,
.banner .banner,
.banners .banner-text,
.banner .banner-text {
  display: block;
  margin-bottom: 5px; }

.categories .post-title,
.categories .post-title > a {
  font-size: 16px;
  line-height: 20px;
  color: #212121; }

.categories .post-title > a:hover,
.categories .post-title > a:focus {
  color: #009ae5; }

.tin-trong-nganh-lien-quan {
  border-left: 1px solid #ddd; }

.box-news.-video .row {
  margin: 0px -5px; }

.box-news.-video .item {
  padding: 0px 5px; }

.box-news.-video .video-time {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  left: 0px; }

.box-news.-video .video-title,
.box-news.-video .video-title > a {
  color: #212121; }

.box-news.-video .video-title:hover,
.box-news.-video .video-title > a:hover {
  color: #016acd;
  text-decoration: none; }

.box-sidebar {
  border: 1px solid #dededf;
  margin-bottom: 10px; }

.box-sidebar .head,
.box-sidebar .head a {
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #003e7e;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.box-sidebar.notify .list > li {
  border-bottom: 1px solid #dededf; }

.box-sidebar.notify .list > li:last-child {
  border-bottom: 0px; }

.box-sidebar.notify .list > li > a {
  display: block;
  padding: 10px;
  color: #212121;
  font-size: 13px;
  line-height: 1.2; }

.box-sidebar.notify .list > li > a:hover {
  color: #009ae5; }

.box-sidebar.comment {
  border-bottom: 3px solid #003e7e; }

.box-sidebar.comment .head {
  color: #fff;
  border-top: 3px solid #ffcc00;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,003388+100 */
  background: #003e7e;
  /* Old browsers */ }

.box-sidebar.comment .desc {
  padding: 10px;
  color: #003e7e; }

.box-sidebar.comment .box-body {
  padding: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8f1fe+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e8f1fe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #e8f1fe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e8f1fe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8f1fe', GradientType=0);
  /* IE6-9 */ }

.box-sidebar.comment .box-body .checkbox-inline {
  display: block;
  margin-left: 0px;
  margin-bottom: 15px; }

.box-sidebar.comment .box-body .actions {
  margin-top: 20px; }

.box-sidebar.comment .box-body .actions .btn {
  padding: 3px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  color: #003366;
  border: 1px solid #cccccc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+52,ededed+55,fcfcfc+100 */
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, white 52%, #ededed 55%, #fcfcfc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, white 52%, #ededed 55%, #fcfcfc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 52%, #ededed 55%, #fcfcfc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#fcfcfc', GradientType=0);
  /* IE6-9 */ }

.box-sidebar.comment .box-body .actions .btn:hover {
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #f9f9f9 0%, white 52%, #ededed 55%, #fcfcfc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #f9f9f9 0%, white 52%, #ededed 55%, #fcfcfc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #f9f9f9 0%, #ffffff 52%, #ededed 55%, #fcfcfc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#fcfcfc', GradientType=0);
  /* IE6-9 */ }

.box-sidebar.links .body {
  padding: 10px; }

.box-sidebar.stats .box-stat {
  padding: 15px; }

.box-sidebar.stats .box-stat #total-number {
  text-align: center;
  font-size: 18px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 20px; }

.box-sidebar.stats .box-stat #total-number span {
  padding: 1px 3px;
  margin: 0px 1px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dededf;
  position: relative;
  background: #fff; }

.box-sidebar.stats .box-stat #total-number span:before {
  content: "";
  position: absolute;
  background: #dededf;
  bottom: 1px;
  height: 1px;
  right: 0px;
  left: 0px; }

.box-sidebar.stats .stat .txt {
  width: 120px;
  display: table-cell; }

.box-sidebar.stats .stat .val {
  display: table-cell;
  text-align: right; }

.box-sidebar.stats .stat .li {
  margin-bottom: 7px;
  display: table;
  width: 100%; }

.box-sidebar.stats .stat .icon {
  margin-right: 7px;
  width: 15px; }

.box-sidebar.tt-tra-cuu {
  padding: 10px;
  padding-top: 5px; }

.box-sidebar.tt-tra-cuu .title-main {
  margin-bottom: 0px !important; }

.box-sidebar.tt-tra-cuu .list-research a {
  display: block;
  padding: 7px 0px;
  color: #212121;
  padding-left: 30px;
  line-height: 18px;
  position: relative;
  border-bottom: 1px dotted #d5d5d5; }

.box-sidebar.tt-tra-cuu .list-research a .icon {
  font-size: 16px;
  color: #003e7e;
  position: absolute;
  top: 10px;
  left: 0px; }

.box-sidebar.tt-tra-cuu .list-research a:hover {
  color: #016acd; }

.box-sidebar.tt-tra-cuu .list-research li:last-child a {
  border-bottom: 0px; }

.tabs {
  overflow: hidden;
  border-bottom: 2px solid #003e7e;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.tabs > li {
  float: left;
  border-right: 1px solid #dededf;
  margin-right: 5px;
  padding-right: 5px; }

.tabs > li > a {
  display: block;
  font-size: 18px;
  color: #999;
  font-weight: bold; }

.tabs > li.active > a {
  color: #003e7e; }

.box-cat .news-top {
  margin-bottom: 20px; }

.box-cat .news-top .image {
  display: block;
  margin-bottom: 10px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.box-cat .news-top .title a {
  font-size: 16px;
  color: #212121;
  display: block; }

.box-cat.vbm .title {
  margin-bottom: 5px; }

.banner-text {
  background: #0092a0;
  padding: 13px 10px;
  position: relative;
  padding-right: 50px;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important; }

.banner-text .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 50%;
  background: #72d0d2;
  text-align: center;
  line-height: 32px; }

.read-more {
  display: block;
  padding: 10px 0px;
  font-weight: 500;
  text-align: right;
  color: #003e7e; }

.read-more .fa {
  margin-left: 5px; }

.box-news-xx {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dededf; }

.box-news-xx .image {
  width: 220px;
  float: left;
  margin-right: 20px; }

.box-news-xx .image img {
  width: 100%; }

.box-news-xx .h2-title-xx {
  margin-bottom: 10px; }

.box-news-xx .h2-title-xx a {
  font-weight: 500;
  color: #003e7e;
  display: block;
  font-size: 17px; }

.box-news-xx .date_post {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 5px; }

.news-related {
  border: 1px solid #dededf; }

.news-related .title {
  background: #003e7e;
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 18px; }

.news-related ul li {
  border-bottom: 1px dotted #dededf; }

.news-related ul li > a {
  padding: 10px 10px;
  color: #212121;
  display: inline-block; }

.news-related ul li > a:hover {
  color: #009ae5; }

.news-related ul li small {
  font-size: 13px;
  font-style: italic;
  color: #888; }

.news-related ul li:last-child {
  border-bottom: 0px; }

.nav-page {
  padding: 20px 0px; }

.nav-page .nav {
  padding: 7px 10px;
  border: 1px solid #dededf;
  background: #f3f3f3;
  color: #212121; }

.nav-page .nav:hover {
  color: #009ae5;
  border-color: #009ae5;
  text-decoration: none; }

.article {
  line-height: 20px;
  margin-bottom: 30px; }

.article .title-news h1 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 28px; }

.article .title-news .date-post {
  color: #888;
  font-size: 14px; }

.article p,
.article div,
.article li {
  margin-bottom: 10px; }

.article li {
  margin-left: 2em;
  list-style-type: disc; }

.article img {
  max-width: 100%; }

.box-sitemap {
  padding: 30px;
  border: 1px solid #dededf;
  font-size: 14px; }

.box-sitemap .title {
  font-size: 16px;
  display: inline-block;
  width: 260px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #003e7e;
  color: #fff; }

.box-sitemap ul {
  position: relative; }

.box-sitemap ul:before {
  position: absolute;
  width: 2px;
  border-left: 1px dotted #212121;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px; }

.box-sitemap ul > li {
  position: relative;
  padding-left: 30px; }

.box-sitemap ul > li > a {
  color: #212121;
  display: block;
  position: relative;
  margin-bottom: 15px; }

.box-sitemap ul > li > a:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 2px;
  top: 0px;
  margin: auto;
  bottom: 0px;
  border-bottom: 1px dotted #212121; }

.box-sitemap ul.sitemap {
  margin-left: 50px; }

.box-sitemap ul.sitemap:before {
  border-left-color: #003e7e;
  border-left-style: solid;
  top: -20px;
  bottom: 8px; }

.box-sitemap ul.sitemap ul {
  margin-left: 20px; }

.box-sitemap ul.sitemap > li > a {
  text-transform: uppercase;
  color: #003e7e;
  padding-left: 15px;
  font-weight: bold; }

.box-sitemap ul.sitemap > li > a:before {
  border-bottom-style: solid;
  border-bottom-color: #003e7e; }

.box-sitemap ul.sitemap > li > a:after {
  width: 5px;
  height: 5px;
  background: #003e7e;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto; }

.list-video {
  margin-bottom: 20px;
  overflow: hidden; }

.list-video .title {
  font-size: 24px;
  color: #003e7e;
  display: block;
  margin-bottom: 10px; }

.list-video .box-video {
  padding: 10px;
  border: 1px solid #dededf; }

.list-video .video-item {
  margin-bottom: 30px; }

.list-video .video-time {
  display: inline-block;
  padding: 2px 5px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 13px; }

.list-video .video-time .icon {
  margin-right: 5px; }

.list-video .video-title > a {
  color: #212121;
  font-weight: normal; }

.list-video .video-title > a:hover {
  color: #003e7e; }

.list-video .video-image {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden; }

.list-video .video-image .img {
  display: block;
  height: 160px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease; }

.list-video .video-image .img:hover {
  transition: all 0.3s ease;
  transform: scale(1.1); }

.video-container {
  margin-top: 30px; }

.video-container .mejs__controls {
  margin-bottom: 0px; }

.hero-banner {
  background-color: #003e7e;
  background-image: url(../img/bg-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  overflow: hidden;
  height: 110px; }

.hero-banner a {
  display: block; }

.hero-banner img {
  width: 100%; }

.hero-banner .hero-text {
  padding: 0px 0px;
  padding-left: 100px;
  position: relative; }

.hero-banner .hero-text .logo {
  position: absolute;
  top: 10px;
  left: 0px; }

.hero-banner .hero-text .logo img {
  height: 80px;
  width: auto; }

.hero-banner .hero-text .desc {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0px; }

.hero-banner .hero-text .desc__title1 {
  font-size: 18px;
  color: #f5f307;
  line-height: 1.2; }

.hero-banner .hero-text .subtitle {
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  line-height: 1.1; }

.hero-banner .hero-text .desc__title__main {
  font-size: 32px;
  margin: 5px 0px;
  font-weight: bold;
  line-height: 1.1; }

@media (max-width: 991px) {
  .hero-banner .hero-text {
    padding-left: 80px; }

  .hero-banner .hero-text .logo img {
    height: 70px; }

  .hero-banner .hero-text .desc__title__main {
    font-size: 24px; }

  .hero-banner .hero-text .desc__title1 {
    font-size: 16px; } }
@media (max-width: 840px) {
  .hero-banner .hero-text {
    padding-left: 0px;
    width: 100%;
    text-align: center; }

  .hero-banner .hero-text .logo {
    position: relative;
    top: 0px; }

  .hero-banner .hero-text .logo img {
    height: 70px; }

  .hero-banner .hero-text .desc__title__main {
    font-size: 24px; }

  .hero-banner .hero-text .desc__title1 {
    font-size: 16px; } }
@media (max-width: 480px) {
  .hero-banner .hero-text {
    padding-left: 0px;
    width: 100%;
    text-align: center; }

  .hero-banner .hero-text .logo {
    position: relative;
    top: 0px; }

  .hero-banner .hero-text .logo img {
    height: 70px; }

  .hero-banner .hero-text .desc__title__main {
    font-size: 15px; }

  .hero-banner .hero-text .desc__title1 {
    font-size: 14px; }

  .hero-banner .hero-text .subtitle {
    display: none; } }
.hero-banner .bg {
  background: #003e7e;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: -webkit-linear-gradient(left, #003e7e 0%, #003e7e 30%, rgba(255, 255, 255, 0) 50%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #003e7e 0%, #003e7e 30%, rgba(255, 255, 255, 0) 50%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #003e7e 0%, #003e7e 30%, rgba(255, 255, 255, 0) 50%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left, #003e7e 0%, #003e7e 30%, rgba(255, 255, 255, 0) 50%);
  /* Standard syntax */ }

.hero-banner .hero-cover {
  position: relative; }

@media (max-width: 840px) {
  .hero-banner {
    height: auto;
    background: #003e7e;
    padding: 10px 0px; } }
.box-search {
  width: 250px;
  margin-top: 30px;
  position: relative; }

.box-search .form-control, .aui input[type="text"] {
  height: auto;
  padding: 5px 10px;
  border: 0px;
  padding-right: 30px;
  border-radius: 4px; }

.box-search .icon {
  position: absolute;
  top: 7px;
  right: 10px; }

@media (max-width: 840px) {
  .box-search {
    width: 100%;
    margin-top: 20px; } }
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-ms-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-moz-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn,
.nivo-caption .caption_1 a,
.nivo-caption .caption_2 a {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@-ms-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown,
.nivo-caption .caption_2 h3 {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@-ms-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@-ms-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight,
.nivo-caption .caption_1 h3,
.nivo-caption .caption_1 p {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-ms-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp,
.nivo-caption .caption_2 p {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fade,
.nivo-caption .caption_1 .text_first,
.nivo-caption .caption_2 .text_first,
.nivo-caption .caption_3 h3,
.nivo-caption .caption_3 p,
.nivo-caption .caption_3 a,
.nivo-caption .caption_3 .text_first {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none; }

#custombullet {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 270px; }

.slideshow-right {
  float: left;
  width: 100%;
  padding-left: 270px; }

#slideshow .slider-container {
  overflow: hidden;
  background-color: #ffffff;
  max-height: 645px; }

#slideshow .nivo-directionNav {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

#slideshow:hover .nivo-directionNav {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.slider-container {
  margin: 0px;
  background-color: transparent;
  position: relative;
  width: 100%; }

.apollo_slides {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.apollo_slides img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none; }

.apollo_slides a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

.apollo-html-caption {
  display: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

.nivo-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 8;
  display: none;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.slide-caption {
  position: absolute;
  margin: 0px auto;
  width: auto;
  display: inline-block;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
  padding: 10px 0px;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.slide-caption .text_first {
  font-size: 24px;
  color: #fff;
  text-shadow: none;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 10px 0px;
  margin: 0px 40px; }

.slide-caption h3 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0px;
  margin: 0px 40px;
  padding: 0px;
  line-height: 35px; }

.slide-caption p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 40px;
  padding: 10px 0px;
  letter-spacing: 0; }

.slide-caption .btn-slide {
  border: 1px solid #fff;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 5px 40px 0px 40px;
  padding: 0px 15px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 300;
  border-radius: 0px; }

.slide-caption .btn-slide:hover,
.slide-caption .btn-slide:focus {
  background-color: #016acd;
  background-color: rgba(1, 106, 205, 0.2);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33016acd, endColorstr=#33016acd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33016acd, endColorstr=#33016acd);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nivo-caption .caption_1 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.nivo-caption .caption_1 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.nivo-caption .caption_1 a {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.nivo-caption .caption_1 .text_first {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.caption_2 {
  top: 0px;
  left: 0px;
  right: auto; }

.nivo-caption .caption_2 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.nivo-caption .caption_2 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.nivo-caption .caption_2 a {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.nivo-caption .caption_2 .text_first {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.caption_3 {
  top: 0px;
  left: 0px;
  right: auto; }

.nivo-caption .caption_3 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.nivo-caption .caption_3 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.nivo-caption .caption_3 a {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.nivo-caption .caption_3 .text_first {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.nivo-controlNav {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 10; }

.nivo-controlNav .nivo-control {
  position: relative;
  border: 0;
  background: url(../img/loading.gif) no-repeat;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.nivo-controlNav .nivo-control.active {
  background-position: 0 -22px; }

.nivo-directionNav a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
  border: 1px solid #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  font-size: 0px;
  z-index: 10;
  color: #FFFFFF;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.nivoSlider:hover .nivo-directionNav a {
  transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.nivo-directionNav a.nivo-prevNav {
  left: 12px;
  right: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.nivo-directionNav a.nivo-prevNav:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  top: 0px;
  left: 13px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.nivo-directionNav a.nivo-prevNav:hover {
  background-color: #016acd;
  background-color: rgba(1, 106, 205, 0.2);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33016acd, endColorstr=#33016acd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33016acd, endColorstr=#33016acd);
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.nivo-directionNav a.nivo-nextNav {
  right: 12px;
  left: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.nivo-directionNav a.nivo-nextNav:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  top: 0px;
  left: 15px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.nivo-directionNav a.nivo-nextNav:hover {
  background-color: #016acd;
  background-color: rgba(1, 106, 205, 0.2);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33016acd, endColorstr=#33016acd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33016acd, endColorstr=#33016acd);
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.caption-fullwidth.container {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 9; }

#footer {
  background: #003e7e;
  text-align: center;
  color: #fff;
  line-height: 20px;
  padding-bottom: 20px; }

#footer .footer-menus {
  background: #004682;
  padding: 10px;
  margin-bottom: 20px; }

#footer .footer-menus a {
  display: inline-block;
  padding: 0px 10px;
  border-left: 1px solid #dededf;
  color: #fff; }

#footer .footer-menus a:first-child {
  border-left: 0px; }

.aui .nav {
  margin: 0px; }

.aui .portlet-borderless-container {
  margin-bottom: 0px; }

.aui .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.aui .row {
  margin-left: -15px;
  margin-right: -15px; }

.aui body {
  line-height: 1.2;
  padding: 0px; }

.aui a:hover {
  text-decoration: none; }

.aui #footer {
  text-align: center; }

.aui form {
  margin: 0px; }

.aui .dropdown-menu .divider {
  border-bottom: unset; }

.aui .dropdown-menu > li > a:hover,
.aui .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none; }

.banner-display-portlet {
  margin-bottom: 10px; }

.box-news .title {
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #003e7e;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.box-news .statis {
  border: 1px solid #dededf;
  margin-bottom: 10px;
  padding: 15px; }

.box-news .statis > p {
  margin-bottom: 5px;
  font-size: 15px; }

.box-news .statis .number {
  font-weight: bold;
  color: #d50f0d;
  margin-left: 5px; }

.box-news .statis .icon-ion-person-stalker {
  color: #73ba4e; }

.box-news .statis .icon-bar-graph {
  color: #fcbc33; }

.television .video-box > p {
  margin: 5px; }

.television .list {
  margin: 5px; }

.television .list > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dededf;
  position: relative;
  padding-left: 10px;
  line-height: 1.333; }

.television .list > li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #9b0a03; }

.television .list > li > a {
  display: block;
  font-size: 13px;
  color: #343434; }

.television .list > li > a:hover {
  color: #f05e43; }

.television .list > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.nav {
  text-transform: uppercase; }

.navbar-nav > li > .dropdown-menu {
  text-transform: none; }

.banner-display-portlet {
  margin-bottom: 5px; }

#footer .footer-menus {
  border-bottom: 1px solid white; }

.portlet-site-map {
  padding: 20px; }

.portlet-site-map ul {
  margin-left: 50px;
  position: relative; }

.portlet-site-map ul:before {
  top: 15px;
  position: absolute;
  content: "";
  left: 0px;
  width: 1px;
  border-left: 1px solid #003e7e;
  bottom: 12px; }

.portlet-site-map ul ul {
  margin-left: 50px; }

.portlet-site-map ul > li > a {
  text-transform: uppercase;
  color: #003e7e;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-left: 40px; }

.portlet-site-map ul > li > a:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 2px;
  top: 0px;
  margin: auto;
  bottom: 0px;
  border-bottom: 1px solid #003e7e; }

.portlet-site-map ul > li > a:after {
  width: 5px;
  height: 5px;
  background: #003e7e;
  position: absolute;
  content: "";
  top: 2px;
  left: 30px;
  bottom: 0px;
  margin: auto; }

.portlet-site-map ul ul:before {
  position: absolute;
  width: 2px;
  border-left: 1px dotted #343434;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 12px; }

.portlet-site-map ul ul > li {
  position: relative;
  padding-left: 30px; }

.portlet-site-map ul ul > li > a {
  color: #343434;
  display: block;
  text-transform: none;
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 0px;
  font-size: 14px; }

.portlet-site-map ul ul > li > a:after {
  display: none; }

.portlet-site-map ul ul > li > a:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 2px;
  top: 0px;
  margin: auto;
  bottom: 0px;
  border-bottom: 1px dotted #343434; }