* {
  margin: 0;
  padding: 0;
  font-family: Arial;
}

/*.container {
  max-width: 1200px !important;
}*/

.p_l {
  padding-left: 0px !important;

}

.p_r {
  padding-right: 0px !important;
}

.shows a {
  line-height: 22px;
  color: #2887c9 !important;
}

ul li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

header {
  padding-bottom: 25px;
  padding-top: 45px;
  background: #78bbd5;
}
header .top .md-3 img {
  max-width: 100px;
  margin-left: 20px;
}
header .top .content {
  margin-top: 20px;
}
header .top .content h2#bct {
  color: #fedf22 !important;
}
header .top .content h2 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  color: #002060;
}

nav {
  background: #007DC5;
  border-top: solid 3px #cc212c;
  box-shadow: 0px 8px 9px 0px #00000021;
  display: flex;
  justify-content: space-between;
}
nav .none {
  display: none;
}
nav #home i {
  font-size: 20px;
}
nav label {
  display: inline;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 30px;
  width: 100%;
}
nav label:before {
  content: '\f0c9';
}
nav input {
  display: none;
}
nav a {
  font-size: 15px;
  color: white;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
nav #left > li:first-child {
  padding: 10px;
}
nav #left > li:not(:first-child) {
  padding: 10px 10px;
}
nav #right > li:last-child {
  padding: 10px;
}
nav #right > li:not(:last-child) {
  padding: 10px 10px;
}
nav > ul {
  padding: 7px;
  margin-bottom: 0px;
}
nav > ul li {
  transition: .2s;
  position: relative;
  display: inline;
  transition: 0.2s;
}
nav > ul li:hover {
  background: white;
}
nav ul li:hover > a {
  color: #007DC5;
}
nav > ul li:hover > ul {
  display: block;
}
nav ul li.sub_menu:hover ul{
  display: block;
}
nav ul li.sub_menu{
  position: relative;
}
nav ul li ul.sub2_menu{
     position: absolute;
    top: 0px;
    left: 212px;
    box-shadow: 3px 6px 7px 1px rgba(0,0,0,0.1);
    border-radius: 0 0 3px 3px;
    border-left: 1px solid #007DC5;
}

nav > ul li ul {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  background: white;
  z-index: 999;
  min-width: 215px;
  box-shadow: 3px 6px 7px 1px rgba(0,0,0,0.1);
  border-radius: 0 0 3px 3px;
  
}
nav > ul li ul li:hover{
      border-left: solid;
}
nav > ul li ul li i{
  float: right;
  margin-top: 3px;
}
nav > ul li ul li {
  padding: 5px 14px;
  display: block;
  border-bottom: 1px solid #ccc;
}
nav > ul li ul li:hover ~ a {
  color: #007DC5;
}
nav > ul li ul a {
  color: black;
  font-size: 14px;
  text-transform: none;
  transition: 0.2s;

}
nav > ul li#ks ul {
  top: 37px;
  left: -119px;
}

.slide {
  margin: 5px 0px;
  overflow: hidden;
}
.slide .item {
  max-height: 500px;
}
.slide .item .title {
  position: absolute;
  bottom: 40px;
  left: 30px;
  font-size: 30px;
  color: white;
  background: #0e0e0fab;
  padding: 5px 10px;
}
.slide .item .title a {
  color: white;
}
.slide .item img {
  width: 100%;
  font-weight: bold;
}

.date {
  background: #007dc5;
}
.date ul {
  display: flex;
  justify-content: space-between;
}
.date ul a {
  color: white;
}
.date ul li {
  margin: 0px 20px;
  padding: 5px;
}
.date ul li i {
  color: white;
  margin-right: 5px;
}
.date ul li img {
  display: inline;
}

main .hover {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
main .hover img {
  transition: .3s;
}
main .hover:hover img {
  transform: scale(0.9);
}
main .col-md-12, main .col-md-6 {
  padding: auto 0px;
}
main .row {
  margin: 0;
}
main .document .row {
 
  border: 1px solid #ccc;
}
main .document .link {
  padding: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
main .document .link h5 {
  font-size: 20px;
  font-weight: 700;
}
main .document ul:not(.thongbao_sub) li {
  padding: 5px;
  transition: 0.2s;
}
main .document ul:not(.thongbao_sub) li a {
  transition: 0.2s;
}
main .document ul:not(.thongbao_sub) li:hover {
  color: #007DC5;
}
main .document ul:not(.thongbao_sub) li:hover a {
  font-weight: bold;
  color: #007DC5;
}
main .document ul.thongbao_sub li a {
  font-size: 14px;
  color: #544a4a;
}
main .document ul.thongbao_sub li a:hover {
  text-decoration: underline;
  color: black;
}
main .document ul.thongbao_sub li a span {
  font-size: 12px;
}
main .document ul.thongbao_sub li i {
  color: red;
}
main .news .titles {
  margin: 0px;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #017dc5;
  margin-bottom: 10px;
  padding: 0px;
}
main .news .titles a {
  height: 29px;
  background: url(/hus/img/blog-img/hometintuc.png) no-repeat left bottom #017dc5;
  color: #fff;
  float: left;
  padding: 0 30px;
  border-radius: 5px 5px 0px 0px;
}
main .news .col-md-6 {
  padding: 0;
}
main .news .item .col-md-6 {
  padding: 5px;
}
main .news .item img {
  width: 100%;
}
main .news .title{
  margin-top: 5px;
  font-size: 15px;
   line-height: 18px;
    color: black;
}
main .news .item .caption {
  position: absolute;
  bottom: 0px;
  background: #007dc575;
  width: 99%;
  padding: 10px 0px 0px 20px;
  color: white;
}
main .news .item .caption h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
main .news .item .caption i {
  margin-right: 5px;
}
main .news .item .caption p.clock {
  margin: 10px 0px 8px 0px;
}
main .news .item .caption p {
  max-height: 15px;
  line-height: 20px;
  font-size: 15px;
}
main .news .caption0 {
  width: calc(100% - 15px) !important;
}
main .news .item2 {
  padding: 0px 10px !important;
}
main .news .item2 .caption2 {
  width: calc(100% - 19px) !important;
}
main .news .left-item {
  padding: 15px 0px;
}
main .news .left-item0 {
  padding-left: 0px;
}
main .news .item-right {
  padding-left: 5px;
  padding-right: 0px;
  border-top-width: 10px;
  padding-top: 10px;
}
main .news .item-right .caption2 {
  /* width: calc(100% - 19px)!important; */
}

main .col-md-8, main .col-md-12, main .col-md-7, main .col-md-5 {
  padding-left: 0px;
}

main .content p{
  font-size: 15px;
}
main .content .titles {
  margin: 0px;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #017dc5;
  margin-bottom: 10px;
  padding: 0px;
}
main .content .titles a {
  height: 29px;
  background: url(/hus/img/blog-img/hometintuc.png) no-repeat left bottom #017dc5;
  color: #fff;
  float: left;
  padding: 0 30px;
  border-radius: 5px 5px 0px 0px;
}
main .content .title a {
  
 
}
main .content .titles a:not(:first-child) {
  margin-left: 10px;
}
main .content li.nav-item:not(:first-child) {
  margin-left: 10px;
}
main .content h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}
main .content img {
  width: 100%;
  border-radius: 10px;
}
main .content img#imgnew {
  width: 30px;
  margin-right: 10px;
 
}
main .content #thongbao_new {
  position: relative;
}
main .content a {
  color: black;
}
main .content a.link p {
  line-height: 20px;
}
main .content .new h3 {
  margin-top: 10px;
  font-size: 25px;
}
main .content .new .info {
  color: #585b5d;
  font-size: 14px;
  margin-bottom: 40px;
}
main .content .new .info .author {
  margin-right: 30px;
}
main .content .new .info i {
  margin-right: 5px;
}
main .content .croll-alert .croll-item, main .content .croll-doc .croll-item {
  overflow-y: scroll;
  max-height: 430px;
}
main .content .croll-alert .croll-item .item, main .content .croll-doc .croll-item .item {
  max-height: 35px;
  margin-top: 10px;
}
main .content .croll-alert .croll-item .item a, main .content .croll-doc .croll-item .item a {
  position: .2s;
}
main .content .croll-alert .croll-item .item a:hover, main .content .croll-doc .croll-item .item a:hover {
  color: red;
}
main .content .croll-doc {
  margin-top: 30px;
}
main .content .croll-doc .item {
  margin-top: 5px !important;
}
main .content .croll-doc .book {
  margin-top: -7px;
  float: left;
  color: #2887c9;
  font-size: 20px;
  margin-right: 8px;
}
main .content .registration .survey2 .input-w input {
  max-width: 50px;
  margin-right: 10px;
}
main .content .registration .survey2 .input-w td {
  padding: 5px;
}
main .content .registration .survey {
  border: 1px solid #ccc;
  padding: 20px;
}
main .content .registration .survey .item {
  margin-bottom: 30px;
}
main .content .registration .survey .item .item-content p {
  margin: 10px 0px;
}
main .content .registration .survey .title {
  font-size: 18px;
  font-weight: 700;
}
main .content .registration .survey table td {
  padding: 5px 5px;
}
main .content .registration h5 {
  font-weight: 700;
}
main .content .registration .info .col-md-12 {
  margin-bottom: 30px;
}
main .content .registration .info table {
  padding: 30px 0px;
  margin-left: 30px;
}
main .content .registration .info table tr td {
  padding: 3px;
}
main .content .registration .info .table {
  margin-left: 30px;
}
main .content .registration .info .table p {
  font-weight: 500;
  margin: 10px 0px 5px 0px;
}
main .content .registration .info .table .form-check {
  padding: 5px 0px 0px 17px;
}
main .content .registration .info .table table td {
  text-align: center;
}
main .content .registration .info .table table td input {
  max-width: 70px;
}

main input[type=number] {
  -moz-appearance: textfield;
}
main input::-webkit-outer-spin-button,
main input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main .nav-right .alert-new .title {
  background: #007dc5;
}
main .nav-right .alert-new .title h5 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  padding: 5px;
}
main .nav-right .object {
  height: 40px;
  width: 40px;
  padding: 0px;
  margin-right: 11px;
  color: #fff;
  font-weight: 700;
  float: left !important;
  background: url(../images/bg-date.png) left no-repeat;
}
main .nav-right .object .day {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
main .nav-right .object .dates {
  display: block;
  padding: 0;
  font-size: 8px;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
main .nav-right .body h3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-left: 5px;
}
main .nav-right .item:not(:first-child) {
  /* margin-top: 10px; */
}


footer .container {
  background: #007dc5;
  padding: 30px 50px;
  margin-top: 20px;
  color: white;
}
footer .container a {
  color: white;
}
footer .container h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: bold;
}
footer .container .info p {
  font-size: 15px;
  line-height: 18px;
}
footer .container .info p span {
  text-transform: uppercase;
  font-weight: 500;
}
footer .container .col-md-2 ul li:not(:first-child) {
  padding: 3px 0px;
}
footer .container .col-md-2 i {
  margin-right: 5px;
}
footer img {
  width: 70%;
}
footer iframe {
  width: 100%;
  height: 100px;
}

.container-fuild {
  position: relative;
  margin-top: -20px;
}

#left-banner {
  display: inline;
  position: fixed;
  top: 150px;
  left: 50px;
  transition: top 1s linear;
}
#left-banner img {
  width: 200px;
}

#right-banner {
  display: inline;
  position: fixed;
  top: 150px;
  transition: top 1s linear;
  right: 50px;
}
#right-banner img {
  width: 200px;
}

.list-news .new {
  padding-top: 20px;
   padding-bottom: 20px;
  transition: 0.2s;
  border-radius: 8px;
}
.list-news .new:hover {
  -webkit-box-shadow: -2px 9px 33px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 9px 33px -10px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 9px 33px -10px rgba(0, 0, 0, 0.75);
}
.list-news .new a h5 {
  color: #2b85c1 !important;
}
#thongbao_new{
max-width: 70%;float: left;}

@media screen and (max-width: 1700px) {
 /* #left-banner, #right-banner {
    display: none !important;
  }*/
  #left-banner {
    display: inline;
    position: fixed;
    top: 150px;
    left: 1%;
    transition: top 1s linear;
  }
  #left-banner img,#right-banner img  {
    width: 150px;
  }
  #right-banner {
    display: inline;
    position: fixed;
    top: 150px;
    transition: top 1s linear;
    right: 1%;
  }

}
@media screen and (max-width: 700px) {
   #pills-tab{
    font-size: 15px;
    flex-wrap: inherit;
  }
#thongbao_new{
max-width: 240px;float: left;}
}
@media screen and (max-width: 620px) {
  #left-banner, #right-banner {
    display: none !important;
  }
  #pills-tab{
    font-size: 13px;
    flex-wrap: inherit;
  }
  #pills-tab a{
    padding: 0 20px;
  }
  li#ks ul {
    top: 37px !important;
    left: 0px !important;
  }

  main .content .titles {
    margin-top: 30px;
  }
  main .registration .col-md-12 > table tr td {
    display: block;
  }
  main .registration table {
    margin-left: 0px !important;
  }

  nav {
    display: block;
  }
  nav .label {
    display: block;
    color: white;
    margin-left: 20px;
  }
  nav #left, nav #right {
    display: none;
  }
  nav #home {
    display: none;
  }
  nav input:checked ~ label:before {
    content: '\f00d';
  }
  nav input:checked ~ ul#right, nav input:checked ~ ul#left {
    display: block !important;
  }
  nav input:checked ~ ul#right li:not(#home), nav input:checked ~ ul#left li:not(#home) {
    display: block !important;
  }
}

.v_content a{
      color: #007bff !important;
    text-decoration: underline;
}


main .content .new .title a {
  color: #0072ff !important;
  text-decoration: underline;
}
.padding-left-0{
  padding-left: 0px!important;
}
.padding-right-0{
  padding-right: 0px!important;
}

.menu2{
  text-align: center;
  margin: 0px;
   
    border: 1px solid #017dc5;
    margin-bottom: 10px;
}
.menu2 .col-md-2{
   padding: 15px 0px 10px 0px;  
}
.menu2 img{
  width: 80px;
  height: 80px;
} 
.menu2 p{
  margin-top: 5px;
}

.menu2 .col-md-2:hover a{
  color: white;
}
.menu2 .col-md-2::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

.menu2 .col-md-2:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.menu2 .col-md-2::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: #78bbd5;
  z-index: -1;
  transition: transform .3s ease;
}
