/*
* @ Core CSS File
* @ Author: Uoc Nguyen
* @ Fontend Developer
* @ Website: http://lamnham.com
* @ Template: Song Cong Portal
*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Condensed Regular'), url('../fonts/RobotoCondensed-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: normal;
  src: local('Roboto Condensed Italic'), url('../fonts/RobotoCondensed-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Condensed Bold'), url('../fonts/RobotoCondensed-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: bold;
  src: local('Roboto Condensed Bold Italic'), url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), url('../fonts/RobotoCondensed-Light.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), url('../fonts/RobotoCondensed-LightItalic.woff') format('woff');
}
.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;
}
.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;
}
body,
.ms-WPBody {
  font-family: arial, sans-serif !important;
  font-size: 15px;
  line-height: normal;
  background: #fff !important;
  line-height: 1.2;
  overflow-x: hidden;
}
.scroll-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #000000;
  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: #ffffff;
  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: #000000;
  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;
}
.container {
  max-width: 1200px;
  width: 100%;
}
.main-content {
  padding: 30px 0px;
  background: #fffdf8;
}
.post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.title-main {
  font-size: 18px;
  display: block;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
  border-bottom: 2px solid #0d4298;
  color: #007093;
  padding-bottom: 5px;
  font-family: "Roboto Condensed";
  margin-bottom: 30px;
  position: relative;
}
.title-main::after {
  content: " ";
  height: 0px;
  width: 0px;
  border-left: 5px solid transparent;
  border-top: 5px solid #f9c41a;
  border-right: 5px solid transparent;
  position: absolute;
  left: 20px;
  bottom: -7px;
}
.title-main:before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  background: #f9c41a;
}
.title-main a {
  color: #007093;
}
.title-main.-style01 {
  padding: 0px;
  border-bottom: 0px;
  position: relative;
}
.title-main.-style01:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  background: #007093;
}
.title-main.-style01 > a {
  display: inline-block;
  padding: 2px 5px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.breadcrumb {
  background: none;
  border-bottom: 1px solid #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 0px;
}
.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: #0a0505;
  padding: 5px 10px;
  border-radius: 0px;
  line-height: auto;
}
.pagination > li.active > a,
.pagination > li:focus > a {
  background: #007093;
  color: #fff;
  border-color: #007093;
}


.pagination-category > td > a {
  color: #0a0505;
  padding: 10px 15px;
  border-radius: 0px;
  line-height: 55px;
  font-weight: bold;
}

.pagination-category > td > span {
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 55px;
    background: #0169d7;
    font-weight: bold;
}

.check-action {
  position: relative;
}
.check-action input {
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  left: 0px;
  top: 0px;
  position: absolute;
}
.check-action .name {
  position: relative;
  display: block;
  padding-left: 30px;
  min-height: 18px;
}
.check-action .name:before {
  width: 18px;
  height: 18px;
  line-height: 16px;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  font-family: "ap";
  border: 1px solid #e6e6e6;
  content: "";
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  vertical-align: middle;
}
.check-action input:checked + .name:before {
  background: #007093;
  color: #fff;
  border-color: #007093;
  content: "\ea2b";
  font-size: 10px;
}
.check-action input[type="radio"] + .name:before {
  border-radius: 50%;
}
.check-action input[type="radio"]:checked + .name:before {
  content: "";
  color: #007093;
  background: #fff;
  font-size: 17px;
  border-color: #e6e6e6;
}
.check-action input[type="radio"]:checked + .name:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 4px;
  z-index: 2;
  left: 4px;
  background: #007093;
}
.header {
  
}
.menus {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menus > li {
  float: left;
  position: relative;
}
/*
.menus > li:after {
  content: "";
  height: 15px;
  bottom: 0px;
  top: 0px;
  position: absolute;
  margin: auto;
  right: 0px;
  width: 1px;
  background: #fff;
}
*/
.menus > li > a {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 11px 15px;
  text-decoration: none;
}
.menus > li.active,
.menus > li:hover {
  background: rgba(0, 0, 0, 0.2);
}
.menus > li:hover > ul {
  display: block;
}
.menus .dropdown-menu {
  border-radius: 0px;
  margin: 0px;
}
.menus:after {
  display: block;
  content: "";
  clear: both;
}
.menus-icon {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menus-icon:after {
  display: block;
  content: "";
  clear: both;
}
.menus-icon > li {
  float: left;
}
.menus-icon > li > a {
  padding: 10px 10px;
}
.search {
  max-width: 260px;
  position: relative;
  margin: 3px 0px;
}
.search .form-control {
  height: 32px;
  padding-right: 30px;
  box-shadow: none;
  border-radius: 0px;
}
.search .icon {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #333;
}
.menus-icon > li {
  float: left;
}
.menus-icon > li .icon {
  margin-right: 5px;
}
.menus-icon > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
}
.timesystem {
  font-style: italic;
  margin-bottom: 20px;
}
.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 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 5px;
}
.post-image img {
  display: block;
  width: 100%;
  opacity: 0;
}
.post-title,
.post-title > a {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  color: #0a0505;
  margin: 0px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.post-title:hover,
.post-title > a:hover {
  color: #007093;
}
.post-title {
  margin-bottom: 10px;
}
.post-date {
  color: #959494;
  margin: 5px 0px;
}
.post-shortdesc {
  line-height: 20px;
}
.slider-news .item {
  position: relative;
}
.slider-news .item .image {
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-news .item .title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 10px;
  background: rgba(13, 66, 152, 0.8);
}
.slider-news .item .title a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.box-news {
  margin-bottom: 20px;
}
.hotnews .item {
  padding: 0px 10px;
}
.hotnews .post-title {
  margin: 0px;
}
.hotnews .post-title > a,
.hotnews .post-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner {
  margin-bottom: 10px;
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .banner,
.banner .banner-text {
  display: block;
  margin-bottom: 5px;
}
.url {
  color: #0a0505;
  display: block;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 0px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
}
.url:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  left: 0px;
  background: #f9c41a;
}
.url:hover {
  text-decoration: none;
  color: #007093;
}
.link {
  color: #0a0505;
  font-weight: bold;
  font-size: 16px;
}
.links {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.links > li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px;
}
.links > li:first-child {
  padding-top: 0px;
}
.links > li:last-child {
  border-bottom: 0px;
}
.links .first {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.links .first:after {
  content: "";
  display: block;
  clear: both;
}
.links .first .post-image {
  width: 160px;
  float: left;
  margin-right: 10px;
}
.slider-image .image {
  position: relative;
  display: block;
}
.slider-image .image .title {
  position: absolute;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  bottom: 10px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.2);
  padding: 7px;
  text-transform: uppercase;
  text-align: center;
}
.slider-image img {
  width: 100%;
}
.list-doc {
  margin: 0px -10px;
}
.list-doc:after {
  content: "";
  display: block;
  clear: both;
}
.list-doc .item {
  float: left;
  padding: 0px 10px;
  width: 50%;
  margin-bottom: 20px;
}
.list-doc .item:nth-child(2n+3) {
  clear: both;
}
.list-doc .doc-title {
  display: block;
  color: #0a0505;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  text-decoration: none;
}
.list-doc .doc-title:hover {
  color: #007093;
}
.list-doc .doc-title:before {
  content: "\f0f6";
  color: #b30419;
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  left: 0px;
}
.tabs {
  border-bottom: 1px solid #d0cece;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  list-style: none;
}
.tabs:after {
  content: "";
  display: block;
  clear: both;
}
.tabs > li {
  float: left;
  margin-right: 20px;
  position: relative;
  padding-bottom: 7px;
}
.tabs > li > a {
  display: block;
  font-size: 18px;
  color: #0a0505;
  font-weight: bold;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
.tabs > li.active:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  background: #007093;
}
.video-time {
  position: absolute;
  z-index: 2;
  background: #b30419;
  color: #fff;
  display: inline-block;
  bottom: 0px;
  left: 0px;
  padding: 5px 10px;
  font-size: 18px;
}
.banner.-ctub .name {
  background: #b30419;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
}
.categories {
  border: 1px solid #adadad;
  padding: 10px;
}
.banner-text {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  padding: 13px 10px;
  position: relative;
  padding-left: 50px;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #0a0505;
}
.banner-text .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  margin: auto;
  font-size: 18px;
  color: #007093;
  bottom: 0px;
  left: 10px;
  line-height: 32px;
  text-align: center;
}
.banner-text:hover {
  text-decoration: none;
  background: #007093;
  color: #fff;
}
.banner-text:hover .icon {
  color: #fff;
}
.box-news.-motcua {
  border: 1px solid #007093;
  padding: 10px;
  text-align: center;
}
.box-news.-motcua .title-main {
  text-align: left;
}
.box-news.-motcua .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.box-news.-motcua .number {
  font-size: 32px;
  font-weight: bold;
  color: #c00000;
}
.box-news.-motcua .txt,
.box-news.-motcua .note {
  color: #1f497d;
  margin-top: 5px;
}
.box-news.comment .check-action {
  margin-top: 10px;
}
.box-news.comment .actions {
  margin-top: 10px;
  text-align: center;
}
.box-news.comment .actions .btn {
  padding: 5px 25px;
  min-width: 100px;
}
.box-news.comment .actions .btn-vote {
  background: #b30419;
  color: #fff;
}
.box-news.comment .actions .btn-result {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
}
.list-partners .post-image {
  margin: 0px 15px;
  background-size: contain;
}
.list-partners {
  padding: 0px 30px;
}
.list-partners .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: center;
  line-height: 30px;
  font-size: 0px;
  color: #000;
  background: none;
  border: none;
  z-index: 10;
}
.list-partners .slick-arrow:before {
  font-size: 32px;
  font-family: FontAwesome !important;
  color: #777;
}
.list-partners .slick-arrow.slick-prev {
  left: 0px;
}
.list-partners .slick-arrow.slick-prev:before {
  content: "\f104";
}
.list-partners .slick-arrow.slick-next {
  right: 0px;
}
.list-partners .slick-arrow.slick-next:before {
  content: "\f105";
}
.box-news-xx {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px dotted #e6e6e6;
}
.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: 700;
  color: #0a0505;
  display: block;
  font-size: 17px;
  line-height: 1.5em;
}

.box-news-xx .h2-title-xx a:hover {
    text-decoration: none;
    color: #007093;
}
.box-news-xx .date_post {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
}
.news-related ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.news-related ul li {
  border-bottom: 1px dotted #e6e6e6;
  list-style-type: disclosure-closed;
  margin-bottom: 0;
}
.news-related ul li > a {
  padding: 10px 10px;
  color: #0a0505;
  display: inline-block;
}

.news-related ul li > a:hover {
  color: #007093;
}
.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 #e6e6e6;
  background: #f3f3f3;
  color: #0a0505;
}
.nav-page .nav:hover {
  color: #007093;
  border-color: #007093;
  text-decoration: none;
}
.article {
  line-height: 20px;
  margin-bottom: 30px;
}
.article .title-news h1 {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 35px;
  font-weight: bold;
}
.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 #e6e6e6;
  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: #007093;
  color: #fff;
}
.box-sitemap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.box-sitemap ul:before {
  position: absolute;
  width: 2px;
  border-left: 1px dotted #0a0505;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
}
.box-sitemap ul > li {
  position: relative;
  padding-left: 30px;
}
.box-sitemap ul > li > a {
  color: #0a0505;
  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 #0a0505;
}
.box-sitemap ul.sitemap {
  margin-left: 50px;
}
.box-sitemap ul.sitemap:before {
  border-left-color: #007093;
  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: #007093;
  padding-left: 15px;
  font-weight: bold;
}
.box-sitemap ul.sitemap > li > a:before {
  border-bottom-style: solid;
  border-bottom-color: #007093;
}
.box-sitemap ul.sitemap > li > a:after {
  width: 5px;
  height: 5px;
  background: #007093;
  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: #007093;
  display: block;
  margin-bottom: 10px;
}
.list-video .video-item {
  margin-bottom: 30px;
}
.list-video .video-time {
  display: inline-block;
  padding: 2px 5px;
  background-color: #000000;
  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 {
  margin: 0px;
  line-height: 22px;
}
.list-video .video-title > a {
  font-size: 18px;
  color: #0a0505;
  line-height: 24px;
  font-weight: bold;
}
.list-video .video-title > a:hover {
  color: #007093;
}
.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;
}
.sidebar .title-main {
  margin-bottom: 0px;
}
.sidebar .content-bg {
  background: #f7f7f7;
}
.sidebar .links > li {
  padding: 8px 10px;
}
.sidebar .url {
  font-size: 14px;
  font-weight: normal;
}
.sidebar.-cddh .links > li {
  border-bottom: 0px;
}
.hero-banner {
  background-repeat: no-repeat;
  background-position: center right;
  overflow: hidden;
}
.header-banner {
  background-color: #e3c72f;
}

.header-menu {
    background: #007093;
}
.hero-banner a {
  display: block;
}
.hero-banner img {
  width: 100%;
}
.hero-banner .hero-text {
  position: relative;
  padding-left: 100px;
}
.hero-banner .hero-text .logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
.hero-banner .hero-text .logo img {
  height: 80px;
  width: auto;
}
.hero-banner .hero-text .desc {
  color: #007093;
  text-transform: uppercase;
  margin-top: 15px;
  padding: 10px 0px;
}
.hero-banner .hero-text .desc__title1 {
  font-size: 24px;
  color: #b30419;
  font-weight: bold;
  margin-bottom: 7px;
  text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}
.hero-banner .hero-text .desc__title__main {
  font-size: 32px;
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
  font-family: "Roboto Condensed";
  font-weight: bold;
  color: #007093;
  margin: 0px;
}
.hero-banner .hero-cover {
  width: 50%;
  float: right;
}
.hero-banner .hero-cover {
  position: relative;
}
#footer {
  background: #007093;
  padding: 30px 0px;
  color: #fff;
}
#footer .title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px !important;
  display: block;
}
#footer .info p {
  margin-bottom: 5px;
}
#footer .stat {
  margin-top: 20px;
}
#footer .stat #total-number {
  display: inline-block;
}
#footer .stat #total-number span {
  padding: 2px 5px;
  display: inline-block;
  background: #b30419;
  color: #fff;
  border-radius: 2px;
  margin-left: 2px;
}
#footer .list-add {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}
#footer .list-add > li {
  margin-bottom: 5px;
}
#footer .list-add .icon {
  display: inline-block;
  text-align: left;
  line-height: 28px;
  width: 30px;
}
#footer .list-social {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}
#footer .list-social li {
  display: inline-block;
}
#footer .list-social a {
  width: 36px;
  height: 36px;
  border: 1px solid #b7c7e0;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  color: #b7c7e0;
  border-radius: 50%;
  margin-right: 5px;
  text-decoration: none;
}
#footer .list-social a:hover {
  color: #fff;
  border-color: #fff;
}
#footer .copyright {
  opacity: 0.6;
}
#footer .divider {
  margin: 20px 0px;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-toggle {
  width: 36px;
  height: 36px;
  background: #007093;
  color: #fff;
  text-align: center;
  line-height: 36px;
  z-index: 10;
  display: none;
  cursor: pointer;
}

.header-menu-mobile {
    display: none;
    height: 36px;
    background: #007093;
}

.header-menu-mobile > p {
    color: white;
    height: 36px;
    padding-top: 9px;
    cursor: pointer;
}

.common-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 90;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
}
.common-overlay.show {
  display: block;
}
@media (max-width: 991px) {
  .nav-toggle {
    display: block;
  }

  .header-menu-mobile {
      display: flex;
  }
  .header {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 260px;
    top: 0px;
    z-index: 100;
    overflow: auto;
    visibility: hidden;
    left: -100%;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .header.open {
    visibility: visible;
    left: 0;
    opacity: 1;
  }
  .menus > li {
    width: 100%;
  }
  .menus > li .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
  .menus > li:hover .dropdown-menu {
    display: none;
  }
  .menus > li.active:hover .dropdown-menu,
  .menus > li.active .dropdown-menu {
    display: block;
  }
  .menus > li:after {
    display: none;
  }
  .search {
    width: 100%;
    background: none;
  }
  .search .icon-down {
    display: none;
  }
  .search .search-input {
    position: relative;
    display: block;
    top: 0px;
    width: 100%;
  }
  .hero-banner {
    background: #e3c72f !important;
    border-bottom: 1px solid #007093;
  }
}
@media (max-width: 768px) {
  .hero-banner {
    height: auto;
  }
  .hero-banner .hero-text {
    padding-left: 0px;
    text-align: center;
  }
  .hero-banner .hero-text .logo {
    position: relative;
    margin-top: 10px;
  }
}


.member-name {
    width: 100%;
    display: block;
    align-content: center;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 550px) {
    /*.category .box-news-xx {
        max-width: 92%;
    }*/
    .category .box-news-xx > a.image {
        width: 150px;
    }

    .box-news-xx .h2-title-xx a {
        font-size: 14px;
    }

}

/*@media screen and (max-width: 450px) {
    .category .box-news-xx {
        max-width: 82%;
    }
}*/

/*@media screen and (max-width: 400px) {
    .category .box-news-xx {
        max-width: 74%;
    }
}*/

@media screen and (max-width: 360px) {
    .category .box-news-xx > a.image {
        width: 120px;
    }

    .box-news-xx .h2-title-xx a {
        font-size: 14px;
    }

    /*.category .box-news-xx {
        max-width: 74%;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .search-sidebar .search-icon {
        display: none;
    }
}

@media screen and (max-width: 242px) {
    .search-sidebar .search-icon {
        display: none;
    }
}

#ctl14_dtg > tbody > tr > td {
    width: 100%;
    display: block;
}

.site-link > .panel-body > select {
    height: 37px;
}

.panel > .panel-heading {
    background-color: #007093;
    color: white;
    font-weight: bold;
}

li.borderless { border: 0 none; }

.site-statistics > .panel-body .row .data,
.site-statistics > .panel-body .row .index {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-sidebar .input-search {
    border: solid 1px #d4d4d4;
    color: #7a7a7a;
    font-size: 15px;
    border-radius: 5px;
    height: 35px;
    width: 100%;
    margin-left: 10px;
}
.search-sidebar .search-icon {
    margin-left: 18px;
    margin-top: 3px;
}
.nopadding {
   padding: 0 !important;
}

.search-membership .search-membership-btn {
    font-size: 14px;
    height: 34px;
}

.img-fluid {
  width: 100%;
  height: auto;
  padding: 15px 15px 15px 15px;
}

.border-box {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.membership-wrapper {
    padding: 15px 15px 15px 20px;
}


.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.border-bottom {
    border-bottom: 1px dashed #888;
}

.col-horizontal-centered {
    float: none;
    margin: 0 auto;
}


.logo-membership {
    width: 150px;
    height: 150px;
    display: block;
    margin: auto;
}

.text-center {
    text-align: center;
}

.membership-detail-row {
    min-height: 30px;
}

.membership-register-dropdown {
    height: 37px;
    border:solid 1px #d4d4d4;
    color:#181818;
    font-size:12px;
    border-radius:3px;
}
.membership-input-date {
    line-height: 1.42857143 !important;
}

.mess-contact {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.btn-disable {
    cursor: not-allowed;
    pointer-events: none;

    /*Button disabled - CSS color class*/
    color: #c0c0c0;
    background-color: #ffffff;
}

.txt-success {
    color: darkgreen;
    display:block;
    margin-bottom: 10px;
}

.membership-name-item {
    font-size: 13px;
    margin: 10px;
    text-transform: uppercase;
}