/*
* @ CSS Maintainance
* @ Author: HoaNN
*/
/* Clear css */
.aui body {
  background: #ededed;
  font-family: "Roboto";
  font-size: 14px;
  color: #222; }

.aui a {
  color: #111; }

.aui a:hover {
  color: #318ace;
  text-decoration: none; }

.title-tab .url.active {
  color: #03407e;
  font-weight: bold;
  text-transform: uppercase; }

/* End of css */
/* Fix VBPQ - Home: display 4 */
.tabs {
  overflow: hidden;
  border-bottom: 2px solid #318ace;
  padding-bottom: 5px;
  margin-bottom: 10px; }

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

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

.tabs > li.active > a {
  color: #014f9e; }

.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: #343434;
  display: block; }

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

/* End Fix VBPQ - Home: display 4 */
.absolute {
  position: absolute; }

.relative {
  position: relative; }

.fixed {
  position: fixed; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.red {
  color: #d50f0d; }

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

.clear {
  overflow: hidden; }

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

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

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

.top-menu {
  padding: 0px 10px; }

.top-menu .portlet-borderless-container {
  margin-bottom: 5px;
  margin-top: 5px; }

.top-menu .links li {
  display: inline-block;
  line-height: 0px; }

.top-menu .links li a {
  display: inline-block;
  position: relative;
  padding: 5px 0px;
  text-align: center; }

.top-menu .links li a:before {
  content: "";
  display: inline-block;
  margin: 0px 5px;
  background: #888;
  width: 3px;
  height: 3px;
  border-radius: 20px;
  vertical-align: middle; }

.top-menu .links li:first-child a:before {
  display: none; }

.top-menu .top-right .links li a:before {
  width: 2px;
  height: 10px;
  margin: 0px 5px;
  position: relative;
  top: -2px;
  border-left: 2px dotted #eee; }

.top-menu .top-right .links .icon {
  margin-right: 5px;
  display: inline-block; }

.top-menu .top-right .links .icon img {
  height: 10px; }

#header {
  background: #318ace; }

#header .menus {
  position: relative;
  margin: 0; }

#header .menus li {
  display: inline-block;
  line-height: normal; }

#header .menus > .menu-lv1 > a {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 17px; }

#header .menus > .menu-lv1:hover > a,
#header .menus > .menu-lv1.active > a {
  background: rgba(0, 0, 0, 0.2); }

#header .menus > .menu-lv1:hover .sub-menu {
  display: block; }

#header .sub-menu {
  background: #f6f6f6;
  position: absolute;
  top: 100%;
  text-align: center;
  left: 0px;
  z-index: 10;
  width: 100%;
  display: none; }

#header .sub-menu .menu-dropdown-wrap a {
  display: inline-block;
  padding: 10px 20px; }

#header .sub-menu .menu-dropdown-wrap a:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: #555;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle; }

.menu-bottom {
  background: #f6f6f6;
  padding: 5px 10px;
  margin-bottom: 20px; }

.menu-bottom .date-today {
  background: #ec1d19;
  color: #fff;
  padding: 2px 10px;
  height: 26px;
  display: inline-block;
  margin-left: 30px;
  font-size: 12px;
  position: relative;
  border-radius: 3px 0px 0px 3px; }

.menu-bottom .date-today:before,
.menu-bottom .date-today:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px; }

.menu-bottom .date-today:before {
  top: 0px;
  left: -12px;
  border-right: 12px solid #ec1d19;
  border-top: 0px solid transparent;
  /*     border-bottom: 24px solid transparent; */ }

.menu-bottom .date-today:after {
  bottom: 0px;
  right: -12px;
  border-left: 12px solid #ec1d19;
  border-bottom: 12px solid transparent;
  border-top: 14px solid transparent; }

.main-content {
  /*     padding: 0 10px 10px 10px; */ }

.banner img {
  width: 100%; }

.banner .row-cont {
  margin: 0px -5px; }

.banner .item {
  padding: 0px 5px; }

.banner.-list .item {
  margin-bottom: 10px; }

.box-banner-bottom {
  padding: 0px 10px;
  margin-bottom: 20px; }

.box-banner-bottom .row-cont {
  margin: 0px -5px; }

.box-banner-bottom a {
  float: left;
  display: block;
  width: 20%;
  padding: 0px 5px; }

.box-htdt {
  margin-bottom: 20px;
  padding: 0px 10px; }

.box-htdt .title-line {
  border-bottom: 2px solid #ddd;
  display: block;
  padding: 10px 0px;
  position: relative;
  text-transform: uppercase;
  color: #318ace;
  font-size: 16px; }

.box-htdt .title-line:before {
  background: #318ace; }

.box-htdt .row-cont {
  margin: 0px -5px; }

.box-htdt .row-cont :after {
  display: block;
  content: "";
  clear: both; }

.box-htdt #slider-htdn {
  margin-top: 10px; }

.box-htdt #slider-htdn .item {
  padding: 0px 5px; }

.box-htdt #slider-htdn .item .link {
  display: block;
  width: 20%;
  float: left;
  padding: 5px; }

@media (max-width: 768px) {
  .box-htdt #slider-htdn .item .link {
    width: 25%; } }
@media (max-width: 480px) {
  .box-htdt #slider-htdn .item .link {
    width: 33.333%; } }
@media (max-width: 420px) {
  .box-htdt #slider-htdn .item .link {
    width: 50%; } }
.box-htdt #slider-htdn .item img {
  width: 100%; }

/* Category News */
.nav-page {
  margin: 20px 0px; }

.nav-page .pre-na {
  float: left;
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #ddd; }

.nav-page .pre-na:hover {
  background: #f6f6f6; }

.nav-page .nex-na {
  float: right;
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #ddd; }

.nav-page .nex-na:hover {
  background: #f6f6f6; }

.article {
  line-height: 22px;
  padding: 20px 0px; }

.box-form {
  margin: 30px 0px;
  padding: 20px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }

.box-form .form-group {
  margin-bottom: 20px; }

.box-form .label {
  display: block;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  padding: 10px 0px;
  font-weight: normal; }

.box-form .form-control {
  box-shadow: none;
  border-radius: 0px;
  border-color: #ddd;
  border-radius: 3px; }

.box-form .form-control:focus {
  border-color: #318ace; }

.box-form .form-control.to {
  margin-bottom: 10px; }

.table-vbpq {
  border: 1px solid #ddd; }

.table-vbpq th {
  text-align: center; }

.table-vbpq th .icon {
  float: right; }

.table-vbpq td,
.table-vbpq th {
  padding: 10px;
  min-width: 100px;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.table-vbpq thead {
  background: #f5f5f5; }

.menu-footer {
  padding: 10px;
  border-top: 2px solid #318ace; }

.menu-footer a {
  display: inline-block;
  padding: 10px 10px; }

#footer-cont {
  text-align: center;
  padding: 30px 15px;
  line-height: 20px; }

/* Reset Css  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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,
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; }

/* End Reset Css  */
#wrapper-cont {
  max-width: 1140px;
  margin: 0px auto;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

.nav-tabs {
  background: #f6f6f6;
  border-top: 2px solid #ddd;
  padding: 0px 10px;
  border-bottom: 0px; }

.aui .nav-tabs {
  border-bottom: 0px; }

.aui .nav-tabs > .active > a,
.aui .nav-tabs > .active > a:hover,
.aui .nav-tabs > .active > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom-color: transparent;
  font-weight: bold; }

.nav-tabs > li {
  display: inline-block;
  float: none;
  margin-bottom: 0px; }

.nav-tabs > li > .url {
  display: inline-block;
  font-size: 16px;
  padding: 7px 0px;
  margin-right: 30px;
  position: relative;
  background: none; }

.nav-tabs > li.active > a {
  color: #318ace !important;
  background: none;
  border: 0px; }

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
  border: 0px;
  color: #318ace; }

.nav-tabs > li.active > a:before {
  content: "";
  width: 100%;
  border-top: 2px solid #318ace;
  position: absolute;
  top: -2px;
  left: 0px; }

.image {
  display: block;
  margin-bottom: 10px; }

.image img {
  width: 100%; }

.date-post {
  font-size: 12px;
  color: #888; }

.nav-toggle {
  display: none;
  padding: 3px 10px;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
  text-align: center; }

.nav-toggle:hover {
  background: rgba(0, 0, 0, 0.5); }

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

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

.portlet-site-map ul:before {
  top: 10px;
  position: absolute;
  content: "";
  left: 0px;
  width: 1px;
  border-left: 1px solid #006cbf;
  bottom: 10px; }

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

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

.portlet-site-map ul > li {
  line-height: 20px; }

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

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

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

.portlet-site-map ul ul > li > a:after {
  background: #b9b9b9;
  display: block;
  left: 2px; }

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

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

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

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

@media (max-width: 768px) {
  .box-sec.portal .btn-collapse {
    display: block; }

  .box-sec.portal .collapse {
    display: none; }

  .box-sec.portal .collapse.in {
    display: block; }

  #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff 0.1;
    z-index: 99;
    display: none; }

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

  #header {
    padding: 5px 10px; }

  #header .menus {
    position: fixed;
    top: 0px;
    height: 100%;
    background: #318ace;
    left: 0px;
    width: 250px;
    z-index: 100;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }

  #header .menus.show {
    visibility: visible;
    opacity: 1;
    left: 0px;
    transition: all 0.3s ease; }

  #header .menus li {
    display: block; }

  #header .menus li a {
    display: block; }

  #header .menus > .menu-lv1 {
    display: block; }

  #header .menus > .menu-lv1.active .sub-menu {
    display: block;
    text-align: left;
    position: relative;
    top: 0px; }

  #header .menus > .menu-lv1 > a {
    display: block;
    border-right: 0px; }

  .box-banner-bottom a {
    display: inline-block;
    width: 19%;
    padding: 0px 5px;
    float: none; }

  .box-banner-bottom a:nth-child(2n+3) {
    clear: both; } }
.aui .tab-content {
  overflow: visible; }

.pull-left-cont {
  float: left; }

.pull-right-cont {
  float: right; }

.top-left ul.links,
.top-right ul.links {
  margin: 0; }

#header .menus {
  margin: 0; }

#header .menus > .menu-lv1 > a {
  line-height: 17px; }

.menu-bottom .row-cont {
  height: 30px; }

.portlet-column-content.empty {
  padding: 0; }

/* hieu top banner css */
#banner {
  display: block;
  position: relative;
  overflow: hidden; }

#banner .logo {
  margin-right: 10px;
  padding: 0px; }

#banner img {
  width: 100%;
  display: block; }

#banner .hero-cover {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80%;
  z-index: 1;
  text-align: right; }

#banner .hero-cover img {
  max-width: 100%;
  display: inline-block; }

#banner .hero-text {
  position: relative;
  z-index: 10;
  padding: 0px 15px; }

#banner .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #f7ce6f;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7ce6f 0%, #f7ce6f 30%, rgba(255, 255, 255, 0) 50%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #f7ce6f 0%, #f7ce6f 30%, rgba(255, 255, 255, 0) 50%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #f7ce6f 0%, #f7ce6f 30%, rgba(255, 255, 255, 0) 50%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left, #f7ce6f 0%, #f7ce6f 30%, rgba(255, 255, 255, 0) 50%);
  /* Standard syntax */ }

#banner .desc__title2 {
  font-size: 20px;
  font-weight: normal; }

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

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

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

#banner .desc {
  padding: 15px 0px;
  padding-top: 21px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }

#banner .desc__title1 {
  font-size: 24px;
  color: #ff0000;
  margin-bottom: 5px; }

#banner .desc__title__main {
  color: #014cbd;
  font-size: 29px;
  font-weight: bold;
  font-family: "Times New Roman";
  margin: 7px 0px;
  display: block;
  line-height: normal; }

#banner .desc__title2 {
  font-size: 20px;
  font-weight: normal; }

.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/bullets.png) 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-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

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

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

.nivo-box img {
  display: none;
  max-width: none; }

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

#banner {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f7ce6f; }

/* bo icon dropdown menubar */
.news-wrapper {
  background: #F6F6F6; }

.icon-caret-down {
  display: none !important; }

/*Them*/
.slick-slide img {
  max-height: 370px; }

.news-bt h4.title a {
  font-size: 14px;
  font-weight: bold; }

div.tab button {
  line-height: 16px; }

.main-content .slider-news {
  min-height: 460px; }

.main-content .slider-news .title a {
  line-height: 25px; }

.congthainguyen-93 .taglib-header .header-back-to .previous-level {
  display: none; }

#p_p_id_1_WAR_portalnewspublisherportlet_INSTANCE_E3j71_ .portlet-borderless-container {
  background: transparent; }

.portlet-boundary .navbar-static-top {
  z-index: inherit; }

.aui #footer-cont p {
  margin-bottom: 0;
  font-size: 13px; }

.row-cont .box-sec .tab a {
  font-size: 16px; }

.aui .portlet-borderless-container {
  min-height: 2.0em; }

.news-focus-container .portlet-borderless-container,
.news-focus-container .portlet-body {
  height: 30px;
  margin-bottom: 0px; }

.aui form#hrefFm {
  margin: 0; }

.fb_iframe_widget span {
  vertical-align: baseline !important; }

.aui .block_share {
  height: 24px; }

p.desc {
  font-size: 14px; }

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

.box-sec {
  margin: 10px 0px; }

.box-sec.portal .collapse {
  display: block; }

.box-sec.portal .btn-collapse:before {
  content: "-";
  position: absolute;
  top: 10px;
  right: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.box-sec.portal .btn-collapse.collapsed:before {
  content: "+";
  transform: rotate(0deg);
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.box-sec.portal .nav-tabs .url {
  border: none; }

.box-sec.portal {
  border: 1px solid #ddd;
  margin-bottom: 20px; }

.box-sec.portal .btn-collapse {
  padding: 10px 20px;
  background: #f6f6f6;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  display: none; }

.box-sec.portal .nav-tabs {
  border-top: 0px;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  padding: 0px;
  margin-bottom: 0px;
  height: auto; }

.box-sec.portal .nav-tabs li:first-child .url {
  border-left: 0px; }

.box-sec.portal .nav-tabs .url {
  border-left: 1px solid #ddd;
  padding: 10px 20px;
  margin-right: 0px;
  border-radius: 0px; }

.box-sec.portal .nav-tabs .url:before {
  top: -1px;
  width: 100%; }

.box-sec.portal .tab-content {
  min-height: 310px; }

.box-sec.portal .list-portal {
  padding: 10px 0px 10px 0px;
  display: table;
  width: 100%; }

.box-sec.portal .list-portal a {
  width: 33.333%;
  padding: 5px 5px 5px 10px;
  float: left;
  display: block;
  position: relative;
  padding-left: 25px; }

.box-sec.portal .list-portal a:nth-child(3n+4) {
  clear: both; }

.box-sec.portal .list-portal a:before {
  font-family: ap;
  content: "\f05a";
  margin-right: 10px;
  color: #d50f0d;
  position: absolute;
  top: 5px;
  left: 10px; }

/* top-menu-on-iphone5-or-smaller-device */
@media (max-width: 480px) {
  #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff 0.1;
    z-index: 99;
    display: none; }

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

  #header {
    padding: 5px 10px; }

  #header .menus {
    position: fixed;
    top: 0px;
    height: 100%;
    background: #318ace;
    left: 0px;
    width: 250px;
    z-index: 100;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    margin: 0; }

  #header .menus.show {
    visibility: visible;
    opacity: 1;
    left: 0px;
    transition: all 0.3s ease; }

  #header .menus li {
    display: block; }

  #header .menus li a {
    display: block; }

  #header .menus > .menu-lv1 {
    display: block; }

  #header .menus > .menu-lv1.active .sub-menu {
    display: block;
    text-align: left;
    position: relative;
    top: 0px; }

  #header .menus > .menu-lv1 > a {
    display: block;
    border-right: 0px;
    line-height: 17px; }

  .box-banner-bottom a {
    display: inline-block;
    width: 50%;
    padding: 0px 5px;
    float: left; }

  .box-banner-bottom a:nth-child(2n+3) {
    clear: both; } }
@media screen and (max-width: 768px) {
  .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 !important;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0; }

  .main-content .slider-news {
    min-height: 0px; }

  .box-sec.portal .list-portal a {
    width: 100%; } }
@media (max-width: 600px) {
  #banner {
    overflow: hidden; }

  #banner .logo {
    padding: 0px;
    width: 100%;
    margin-right: 0px;
    text-align: center; }

  #banner .logo img {
    max-width: 80px; }

  #banner .desc {
    margin-top: -15px;
    width: 100%;
    text-align: center; }

  #banner .hero-cover {
    display: block;
    position: relative; }

  #banner .bg {
    display: none; }

  #banner img {
    display: inline-block;
    max-width: 100%; }

  #banner .desc__title1 {
    font-size: 14px;
    line-height: 12px; }

  #banner .desc__title__main {
    font-size: 16px; }

  #banner .desc__title2 {
    font-size: 14px;
    line-height: 20px; }

  #banner .hero-text {
    padding: 0px; } }
@media (max-width: 480px) {
  .box-sec.portal .list-portal a {
    width: 100%; }

  .box-sec.portal .list-portal a:nth-child(3n+4) {
    clear: none; }

  .box-sec.portal .list-portal a:nth-child(2n+3) {
    clear: both; }

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

  .nav-tabs > li > .url {
    display: block;
    margin-right: 0px;
    border-bottom: 1px solid #ddd !important; }

  .box-sec.portal .nav-tabs .url {
    border-left: 0px;
    border-bottom: 1px solid #eee; }

  .box-news-xx .image {
    width: 100%;
    margin-bottom: 10px; } }
@media (max-width: 420px) {
  .top-menu .links li a {
    display: inline-block;
    position: relative;
    padding: 3px 0px;
    font-size: 8px; } }
/* suagiaodiensearch */
#p_p_id_3_ .portlet-topper {
  background: #f6f6f6;
  border-top: 2px solid #ddd; }

#p_p_id_3_ .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  display: none; }

#p_p_id_3_ .portlet-title-text {
  color: #03407e;
  font-size: 18px;
  font-weight: bold; }

#p_p_id_3_ .portlet-topper .portlet-title {
  text-align: center;
  border-bottom: 1px solid #ddd; }

#p_p_id_3_.control-group {
  margin-bottom: 0px; }

section#portlet_3 {
  border: 1px solid #ddd; }

.slick-slide img {
  max-height: 370px; }

.news-bt h4.title a {
  font-size: 14px;
  font-weight: bold; }

.weblink-client-wrapper div.tab button {
  padding: 10px 14px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase; }

.weblink-client-wrapper {
  margin-bottom: 20px; }

.main-content .slider-news .title a {
  line-height: 25px; }

.congthainguyen-93 .taglib-header .header-back-to .previous-level {
  display: none; }

#p_p_id_1_WAR_portalnewspublisherportlet_INSTANCE_E3j71_ .portlet-borderless-container {
  background: transparent; }

.portlet-boundary .navbar-static-top {
  z-index: inherit; }

.news-related ul li {
  line-height: 20px; }

.box-news-image h4.title a {
  font-size: 14px;
  font-weight: bold; }

.title-line a {
  font-weight: bold; }

.aui #footer-cont p {
  margin-bottom: 0;
  font-size: 13px; }

.box-sec {
  margin: 0px; }

.row-cont .box-sec .tab.active a {
  font-weight: bold !important;
  color: #318ace !important; }

.readmore-cont a {
  float: right;
  margin-right: 15px; }

.news-related .other_assets_news li {
  margin-bottom: 0px;
  padding-bottom: 5px; }

.news-related .other_assets_news li:last-child {
  border-bottom: none; }

.news-related .other_assets_news {
  margin: 0px 15px 10px 15px !important; }

.portlet-body .article {
  padding-top: 0px; }

.aui .portlet-borderless-container {
  min-height: 2.0em; }

.menu-footer {
  padding: 0px 10px !important; }

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

#slider-htdn {
  margin-top: 5px !important; }

.title-line {
  padding-top: 0px !important; }

.box-htdt {
  margin-bottom: 15px !important; }

#footer-cont {
  padding: 20px 15px !important; }

.news-focus-container .portlet-borderless-container,
.news-focus-container .portlet-body {
  height: 30px;
  margin-bottom: 0px; }

#wrapper-cont .main-content {
  /*padding: 10px 10px 0px 10px;*/
  /*     padding: 0px 10px 0px 10px; */ }

.aui .portlet-borderless-container {
  min-height: 2.0em;
  margin: 0px; }

.news-focus-container .portlet-borderless-container,
.news-focus-container .portlet-body {
  height: 30px;
  margin-bottom: 0px; }

.aui form#hrefFm {
  margin: 0; }

@media (max-width: 900px) {
  .weblink-client-wrapper div.tab button {
    box-sizing: border-box;
    width: 25%;
    padding: 10px 0px; } }
.weblink-client-wrapper .dslink {
  width: 32%; }

.weblink-client-wrapper .dslink ul {
  margin-left: 0px; }

#p_p_id_1_WAR_portalnewspublisherportlet_INSTANCE_E3j71_ .portlet-body {
  background: #f6f6f6; }

.asset-full-content .asset-content {
  margin-left: 0px; }

@media (max-width: 768px) {
  .hero-cover {
    display: none !important; }

  .top-menu .top-left,
  .top-menu .top-right {
    width: inherit !important; } }
.scroll-top.show {
  cursor: pointer; }

.readmore-cont a {
  color: #318ace; }

.aui .table .table-columns th {
  font-size: 14px;
  line-height: initial;
  font-weight: bold; }

.aui .table .table-data td {
  padding: 5px; }

.aui select {
  height: 20px; }

.aui label {
  font-size: 14px;
  font-weight: normal; }

/*Portal Publisher*/
.box-news-image h4.title a {
  font-size: 14px;
  font-weight: bold; }

.title-tab {
  background: #f6f6f6;
  border-top: 2px solid #ddd;
  padding: 0px 10px;
  border-bottom: 0px;
  margin-bottom: 20px; }

.title-tab .url {
  display: inline-block;
  font-size: 16px;
  padding: 7px 0px;
  margin-right: 30px;
  position: relative;
  background: none;
  font-weight: normal; }

.main-content .list-news-top .title-line {
  /*.aui .title-line {*/
  border-bottom: 2px solid #ddd;
  display: block;
  padding: 10px 0px;
  position: relative;
  text-transform: uppercase;
  color: #318ace;
  font-size: 16px;
  line-height: 16px; }

.title-line a {
  color: #318ace;
  font-size: 16px;
  font-weight: bold; }

.title-line:before {
  content: "";
  /*background: #318ace;*/
  height: 2px;
  width: 40px;
  position: absolute;
  bottom: -2px;
  left: 0px; }

.main-content .slider-news .title {
  margin-bottom: 10px;
  display: block;
  font-family: Arial; }

.main-content .slider-news .title a {
  font-weight: bold;
  color: #d50f0d;
  display: block;
  font-size: 16px; }

.main-content .slider-news .title a:hover {
  text-decoration: underline; }

.main-content .box-news-image .box-content-img {
  overflow: hidden; }

.main-content .box-news-image .box-content-img .item {
  padding: 0px 15px; }

.main-content .box-news-image .box-content-img .image {
  margin-bottom: 10px;
  display: block; }

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

.main-content .box-news-image .box-content-img .title {
  display: block; }

.main-content .box-news-image .box-content-img .title a {
  font-weight: bold;
  display: block;
  line-height: 20px;
  margin-bottom: 5px; }

.main-content .list-news-top .list a {
  display: block;
  text-align: justify;
  position: relative;
  padding: 10px 0px;
  padding-left: 10px;
  border-bottom: 1px dotted #ddd; }

.main-content .list-news-top .title-line {
  line-height: 17px; }

.main-content .list-news-top .list a:not(.readmore):before {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #888;
  position: absolute;
  top: 18px;
  left: 0px; }

.main-content .list-news-top .list a.readmore {
  text-align: right;
  border-bottom: 0px;
  color: #318ace; }

.main-content .list-news-top .list a.readmore:hover {
  text-decoration: underline; }

.list-news-top a.readmore {
  padding-top: 10px; }

.title-tab .url.active {
  color: #318ace; }

.title-tab .url.active:before {
  content: "";
  width: 50px;
  border-top: 2px solid #318ace;
  position: absolute;
  top: -2px;
  left: 0px; }

.box-cat .title-tab {
  line-height: 24px !important;
  margin-bottom: 20px !important; }

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

.box-cat .first-news {
  margin-bottom: 10px; }

.box-cat .first-news .title {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  font-weight: normal; }

.box-cat .list-news {
  margin: 0; }

.box-cat .list-news .url {
  display: block;
  padding: 10px 0px;
  border-top: 1px dotted #ddd;
  position: relative;
  padding-left: 20px;
  line-height: 20px; }

.box-cat .list-news .url:before {
  content: url("../img/icon-bullet.png");
  position: absolute;
  top: 10px;
  left: 0px;
  width: 8px;
  height: 11px; }

.box-cat .list-news .url:first-child {
  border-top: 0px; }

/*----Tin thong bao chi dao---*/
.sidebar .list a {
  display: block;
  padding: 5px 0px;
  line-height: 18px; }

.sidebar .list a:before {
  display: inline-block;
  margin-right: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: #d50f0d;
  vertical-align: middle; }

/* sua marquee */
.menu-bottom .news-hot .list a {
  padding: 5px 0px;
  display: inline-block;
  display: table-cell;
  white-space: nowrap; }

.menu-bottom .news-hot .list a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
  background: red;
  width: 3px;
  height: 3px; }

/*End of Portal Publisher Portlet*/
/*Asset Publisher portlet*/
.readmore-cont a {
  float: right;
  margin-right: 15px; }

.portlet-body .article {
  padding-top: 0px; }

.news-related ul li {
  line-height: 20px;
  list-style: none; }

.article .title-news h1 {
  line-height: 25px; }

.article h1 {
  font-size: 18px;
  color: #d50f0d;
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 10px; }

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

.article img {
  max-width: 100% !important;
  height: auto !important; }

.news-related {
  margin-top: 20px;
  border: 1px solid #ddd; }

.news-related .title {
  display: block;
  background: #318ace;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  line-height: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100%; }

.news-related ul {
  padding: 20px; }

.news-related ul li {
  padding: 10px 0px;
  border-bottom: 1px dotted #eee;
  position: relative; }

.news-related ul a:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #d50f0d; }

.news-related ul a {
  display: inline-block;
  margin-right: 5px; }

.news-related ul small {
  display: inline-block;
  color: #888;
  font-weight: 300;
  font-size: 12px;
  margin-left: 5px; }

#share-social {
  float: right; }

#share-social fa-facebook {
  color: white;
  background-color: #3067a3;
  padding: 3px 5px; }

#share-social fa-twitter {
  color: white;
  background-color: #00aced;
  padding: 3px; }

#share-social fa-google-plus {
  color: white;
  background-color: #dd4b39;
  padding: 3px; }

#share-social fa-print {
  color: white;
  background-color: #999999;
  padding: 3px; }

.portlet-body .box-news-xx {
  padding-top: 10px;
  padding-bottom: 10px; }

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

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

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

.box-news-xx .h2-title-xx,
.box-news-xx .h2-title-xx a {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-family: Arial; }

.box-news-xx .date_post {
  display: block;
  margin: 7px 0px;
  color: #777; }

.box-news-xx .hot-news-sapo-x {
  font-size: 13px; }

#share-social {
  float: right; }

#share-social .fa-facebook {
  color: white;
  background-color: #3067a3;
  padding: 3px 5px; }

#share-social .fa-twitter {
  color: white;
  background-color: #00aced;
  padding: 3px; }

#share-social .fa-google-plus {
  color: white;
  background-color: #dd4b39;
  padding: 3px; }

#share-social .fa-print {
  color: white;
  background-color: #999999;
  padding: 3px; }

#share-social {
  margin-right: 20px; }

/*End of Asset Publisher portlet*/
/*Banner portlet*/
/*End of Banner portlet*/
/*Weblink portlet*/
/*End of Weblink portlet*/
/*Weblink Van ban phap luat*/
.aui .fieldset .control-group {
  margin-bottom: 5px; }

.aui span,
.aui .field-wrapper .control-label {
  font-weight: normal;
  font-size: 14px; }

.search-form-tthc select.tthc_input_select,
.search-form-tthc select.vbpq_input_text {
  width: 94%; }

.lfr-input-date input[type="text"] {
  width: 94%; }

.current-page-menu a,
.direction-down span,
.search-results {
  font-size: 13px !important; }

.taglib-page-iterator .lfr-pagination-config,
.taglib-page-iterator .search-results {
  line-height: 30px; }

/*End of Van ban phap luat portlet*/
/* Thu tuc hanh chinh */
.lstThuTucHanhChinh tr td:first-child {
  width: 33% !important; }

/* End of thu tuc hanh chinh */
/*Breadcrum*/
.breadcrum-x {
  background: #f5f5f5;
  padding: 0px 0px; }

.breadcrum-x a,
.breadcrum-x span {
  padding: 10px 0px;
  display: inline-block; }

.breadcrum-x .icon {
  margin: 0px 5px;
  color: #888; }

.breadcrum-x span {
  color: #318ace; }

.aui .breadcrumb {
  padding: 0px 15px !important;
  margin: 0 0 0px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.breadcrumb {
  padding: 0px 20px !important;
  margin-bottom: 14px !important;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li + li:before {
  display: none; }

.aui .breadcrumb li span.divider {
  content: "\e6b6" !important; }

.aui .breadcrumb li.last a {
  color: #318ace; }

.aui .portlet-body ul.breadcrumb {
  padding-left: 0px !important; }

/*End of breadcrum */
/*Box search*/
.menu-bottom .box-search {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.menu-bottom .box-search .form-control {
  padding: 5px 10px;
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 3px 10px;
  padding-right: 30px;
  height: auto;
  height: 30px; }

.menu-bottom .search-box {
  position: relative;
  /*     margin-top: 7px; */
  margin-right: 7px;
  width: 250px;
  font-size: 15px; }

.menu-bottom .box-search .form-control:focus {
  border: 1px solid #318ace; }

.menu-bottom .box-search .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #888;
  width: 30px;
  text-align: center;
  padding: 7px 0px;
  /*     padding-right: 15px; */ }

form#searchForm {
  margin-bottom: 0px; }

span#searchAction {
  cursor: pointer; }

/*End of box search*/
/*Login portlet */
.box-login {
  max-width: 600px;
  margin: 0px auto;
  text-align: left;
  margin-bottom: 10px;
  padding: 40px; }

.box-login .title {
  margin-bottom: 20px;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  display: block; }

.box-login label.control-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  color: #666;
  padding: 0px;
  margin-bottom: 10px;
  line-height: 13px; }

.box-login input[type="text"],
.box-login input[type="password"] {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: none;
  width: 100%; }

.box-login button[type="submit"] {
  width: 100%;
  text-align: center;
  background: #318ace;
  color: #fff;
  text-transform: uppercase;
  padding: 6px; }

.aui .box-login .control-group {
  margin-bottom: 15px; }

.news-focus-container {
  height: 30px; }

.box-login label.control-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  color: #666;
  padding: 0px;
  margin-bottom: 10px; }

.box-login input[type="text"],
.box-login input[type="password"] {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: none;
  width: 100%; }

.box-login button[type="submit"] {
  width: 100%;
  text-align: center;
  background: #318ace;
  color: #fff;
  text-transform: uppercase; }

/*End of login portlet */
/*Side bar*/
.sidebar .box-news {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  margin-bottom: 10px; }

.sidebar .box-news .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  line-height: 15px;
  margin-top: 0px;
  color: #03407e; }

.sidebar .box-news .title a {
  color: #03407e; }

.sidebar .box-news .list {
  margin: 0; }

.sidebar .box-news .list li {
  line-height: 20px; }

.sidebar .list li.active .menu-dropdown {
  display: block; }

.sidebar .list .menu-dropdown {
  display: none;
  padding: 10px;
  background: #f6f6f6; }

.sidebar .list.-noti a:before {
  content: "\f375";
  width: auto;
  height: auto;
  border-radius: 0px;
  background: none;
  color: #379c32;
  font-family: ap;
  vertical-align: initial;
  margin-right: 10px; }

.sidebar .banner {
  overflow: hidden;
  margin-bottom: 10px; }

.sidebar .banner a {
  display: block;
  margin-bottom: 5px; }

.sidebar .banner a:last-child {
  margin-bottom: 0px; }

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

.sidebar .box-hcdt {
  text-align: center; }

.sidebar .box-hcdt .number {
  color: #d50f0d;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 5px 0px; }

.sidebar .box-hcdt .desc {
  color: #318ace;
  font-weight: bold; }

.sidebar .box-hcdt .noted {
  color: #888;
  margin-top: 10px; }

.sidebar .statis p {
  margin-bottom: 10px; }

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

.sidebar .portlet-borderless-container {
  margin: 0px 0px 10px 0px !important; }

@media (max-width: 768px) {
  .sidebar .banner.-vio {
    text-align: center; }

  .sidebar .banner.-vio img {
    max-width: 100%;
    width: auto;
    display: inline-block; }

  .sidebar .banner:not(.-vio) a {
    width: 50%;
    float: left; }

  .sidebar .banner:not(.-vio) a:nth-child(2n+3) {
    clear: both; } }
@media (max-width: 480px) {
  .sidebar .banner.-vio {
    text-align: center; }

  .sidebar .banner.-vio img {
    max-width: 100%;
    width: auto;
    display: inline-block; }

  .sidebar .banner:not(.-vio) a {
    width: 50%;
    float: left; }

  .sidebar .banner:not(.-vio) a:nth-child(2n+3) {
    clear: both; } }
/*End of side bar*/
.aui body {
  color: #222; }

.aui input[type="color"],
.aui input[type="date"],
.aui input[type="datetime"],
.aui input[type="datetime-local"],
.aui input[type="email"],
.aui input[type="month"],
.aui input[type="number"],
.aui input[type="password"],
.aui input[type="search"],
.aui input[type="tel"],
.aui input[type="text"],
.aui input[type="time"],
.aui input[type="url"],
.aui input[type="week"],
.aui select,
.aui textarea,
.aui .uneditable-input {
  color: #222; }

.vbpq-ngaybanhanh,
.vbpq-nguoiky,
.vbpq-trichyeu {
  font-weight: normal !important; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: none; }

.aui .pager li > a,
.aui .pager li > span {
  border-radius: 3px; }

.aui .pager li,
.aui .pager li {
  line-height: 20px; }

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

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

.aui h2 {
  font-size: 100%;
  font-weight: normal; }

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

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

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