.ico-1 {
  background-image: url('../images/sprites-s84db0762f1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 15px;
  width: 15px;
  display: inline-block;
}

.ico-2, .lists-row .ico-document {
  background-image: url('../images/sprites-s84db0762f1.png');
  background-position: 0 -57px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 40px;
  width: 32px;
  display: inline-block;
}

.ico-3 {
  background-image: url('../images/sprites-s84db0762f1.png');
  background-position: -15px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 23px;
  width: 21px;
  display: inline-block;
}

.ico-4 {
  background-image: url('../images/sprites-s84db0762f1.png');
  background-position: 0 -32px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 25px;
  width: 27px;
  display: inline-block;
}

.ico-5 {
  background-image: url('../images/sprites-s84db0762f1.png');
  background-position: -30px -23px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 9px;
  width: 10px;
  display: inline-block;
}

.ico-6, .pager ul .page-control.active a .ico-5, .pager ul .page-control a:hover .ico-5 {
  background-image: url('../images/sprites-s84db0762f1.png');
  background-position: -20px -23px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 9px;
  width: 10px;
  display: inline-block;
}

.ico-7 {
  background-image: url('../images/sprites-s84db0762f1.png');
  background-position: -10px -23px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 9px;
  width: 10px;
  display: inline-block;
}

.ico-8, .pager ul .page-control.active a .ico-7, .pager ul .page-control a:hover .ico-7 {
  background-image: url('../images/sprites-s84db0762f1.png');
  background-position: 0 -23px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 9px;
  width: 10px;
  display: inline-block;
}

.ico-9 {
  background-image: url('../images/sprites-s84db0762f1.png');
  background-position: 0 -97px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 53px;
  width: 53px;
  display: inline-block;
}

body {
  color: #000;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  background: url(../images/bg/bg-body.jpg) repeat;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  color: #003b90;
}
a:hover, a:focus {
  text-decoration: none;
  color: #000000;
}
a:hover img {
  opacity: .85;
}

.list-featured, .lists, .list-unstyle-arrow, .lists-view, .footer-top ul, .pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.fa, [class*="ico-"] {
  font-size: 0;
}
.fa:before, [class*="ico-"]:before {
  font-size: 16px;
}

b, strong {
  font-weight: 700;
}

.bg-main-content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  padding: 25px 16px;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .bg-main-content {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-main-content {
    max-width: 730px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-main-content {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-main-content {
    max-width: 1200px;
  }
}

.container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1188px;
  }
}

/* grid */
.row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.row-xs {
  margin-left: -2px !important;
  margin-right: -2px !important;
}
.row-xs > [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0;
}

.btn:not(.close) {
  font-weight: 500 !important;
  font-size: 17px !important;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 152px;
}

.btn-blue {
  background: #99d2ef;
  background: -moz-linear-gradient(top, #99d2ef 0%, #51b2e3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #99d2ef), color-stop(100%, #51b2e3));
  background: -webkit-linear-gradient(top, #99d2ef 0%, #51b2e3 100%);
  background: -o-linear-gradient(top, #99d2ef 0%, #51b2e3 100%);
  background: -ms-linear-gradient(top, #99d2ef 0%, #51b2e3 100%);
  background: linear-gradient(to bottom, #99d2ef 0%, #51b2e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d2ef', endColorstr='#51b2e3', GradientType=0 );
  color: #fff;
}
.btn-blue:hover, .btn-blue:focus {
  color: #fff;
}

.btn-orange {
  background: #ecbf5f;
  background: -moz-linear-gradient(top, #ecbf5f 0%, #df7c3b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ecbf5f), color-stop(100%, #df7c3b));
  background: -webkit-linear-gradient(top, #ecbf5f 0%, #df7c3b 100%);
  background: -o-linear-gradient(top, #ecbf5f 0%, #df7c3b 100%);
  background: -ms-linear-gradient(top, #ecbf5f 0%, #df7c3b 100%);
  background: linear-gradient(to bottom, #ecbf5f 0%, #df7c3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbf5f', endColorstr='#df7c3b', GradientType=0 );
  color: #fff;
}
.btn-orange:hover, .btn-orange:focus {
  color: #fff;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  outline: none;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  z-index: 3;
}
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
  outline: none;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  
}
.section-news .slick-slide img {
	min-height: 350px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
  outline: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  right: 10px;
  bottom: 20px;
  z-index: 10;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 4px;
}
.slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  color: red;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:after {
  cursor: pointer;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
.slick-dots li.slick-active {
  outline: none;
}
.slick-dots li.slick-active button::after {
  cursor: pointer;
  background-color: #fff;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background-color: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 0.9;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev:before, .slick-next:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before {
  content: "\e902";
}

.slick-next {
  right: 15px;
}
[dir="rtl"] .slick-next {
  left: 5px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\e915";
}

header {
  background: url(../images/bg/bg-header.jpg) no-repeat center;
  background-color: #022d6a;
  position: relative;
  padding-top: 58px;
}

.header-top {
  background: #6a1b18;
  background: -moz-linear-gradient(left, #6a1b18 0%, #6a1b18 56%, #9a2412 79%, #9a2412 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6a1b18), color-stop(56%, #6a1b18), color-stop(79%, #9a2412), color-stop(100%, #9a2412));
  background: -webkit-linear-gradient(left, #6a1b18 0%, #6a1b18 56%, #9a2412 79%, #9a2412 100%);
  background: -o-linear-gradient(left, #6a1b18 0%, #6a1b18 56%, #9a2412 79%, #9a2412 100%);
  background: -ms-linear-gradient(left, #6a1b18 0%, #6a1b18 56%, #9a2412 79%, #9a2412 100%);
  background: linear-gradient(to right, #6a1b18 0%, #6a1b18 56%, #9a2412 79%, #9a2412 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a1b18', endColorstr='#9a2412', GradientType=1 );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding: 11px 0;
}
.header-top a {
  color: #fff;
}

.contact-header {
  font-weight: 300;
  color: #ffdcc2;
}
.contact-header a {
  color: #ffdcc2;
  margin-right: 10px;
}
.contact-header a:after {
  content: "|";
  margin-left: 14px;
}

.login a:not(:last-child) {
  margin-right: 10px;
}
.login a:not(:last-child):after {
  content: "|";
  margin-left: 14px;
}

.header-middle {
  text-align: center;
  margin-bottom: 16px;
}

.ic-toggler {
  width: 30px;
  height: 30px;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ic-toggler:focus {
  outline: none;
}
.ic-toggler::before, .ic-toggler::after {
  background: #fff;
  content: '';
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ic-toggler::before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.ic-toggler::after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ic-toggler > span {
  background: #fff;
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ic-toggler:hover:before, .ic-toggler:hover:after, .ic-toggler:hover > span {
  background-color: #fff;
}
.ic-toggler.active span {
  display: none;
}
.ic-toggler.active:before, .ic-toggler.active:after {
  transform-origin: inherit;
}
.ic-toggler.active:before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}
.ic-toggler.active:after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}

@media (min-width: 992px) {
  .ic-toggler {
    display: none;
  }
}
.menu {
  padding-top: 3px;
}

@media (max-width: 991px) {
  .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #004394;
    padding: 5px 0 15px;
  }
  .menu.show {
    display: block;
  }
}
.form-search-header {
  border: 1px solid #fff;
  position: relative;
  width: 195px;
  height: 35px;
  background-color: #fff;
  padding: 4px 35px 4px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.form-search-header .search-ip {
  width: 100%;
  height: 100%;
  color: #000 !important;
  border: none;
  background-color: transparent;
  padding-left: 10px;
  font-size: 14px;
}
.form-search-header .search-ip:focus {
  outline: none;
}
.form-search-header button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
  line-height: 28px;
}

@media (max-width: 991px) {
  .form-search-header {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-search-header {
    width: 212px;
  }
}
#main-nav {
  background: rgba(0, 174, 255, 0.3);
  padding: 0;
  margin: 0;
  position: relative;
}
#main-nav:after {
  content: "";
  display: block;
  background-color: #9a2512;
  height: 3px;
  border-top: 1px solid transparent;
}
#main-nav > .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  #main-nav > .container {
    flex-wrap: nowrap;
  }
}
.language {
  margin-right: 10px;
}
.language a {
  display: inline-block;
}
.language a:not(:last-child) {
  margin-right: 5px;
}

/* main-content */
/* main-box */
.main-box {
  margin-bottom: 27px;
  padding: 7px 0 0 10px;
}

.featured-slide .slick-dots {
  top: -28px;
  bottom: inherit;
}
.featured-slide .slick-dots li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}
.featured-slide .slick-dots li.slick-active a {
  background-color: #eaeaea;
}

.featured-heading {
  padding-bottom: 3px;
}
.featured-heading h3 {
  display: inline-block;
  margin-bottom: 0;
  height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  line-height: 20px;
  padding: 6px 35px 6px 17px;
  background-color: #d33b35;
}
.featured-heading h3::after {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 32px;
  right: -30px;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 32px solid #d33b35;
  border-right: 30px solid transparent;
}
.featured-heading h3 a {
  color: inherit;
}

.featured-item {
  position: relative;
}

.featured-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px;
  background-color: rgba(8, 30, 61, 0.8);
}
.featured-title h3 {
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0;
}
.featured-title h3 a {
  color: inherit;
}

.date-current {
  background-color: #eaeaea;
  padding: 9px 10px 7px;
  font-size: 13px;
  border-bottom: 1px solid #fff;
}
.date-current .timer {
  display: inline-block;
  margin-left: 10px;
}

.sub-featured {
  background-color: #f7f7f7;
  border-left: 1px solid #fff;
}

.list-featured {
  padding-top: 18px;
}
.list-featured li {
  margin-right: 1px;
  margin-left: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
  text-align: justify;
}
.list-featured li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b4b4b4;
}
.list-featured li a {
  color: #000;
}
.list-featured li a:hover {
  color: #003b90;
  text-decoration: none;
}

.information {
  border: 1px solid #7acbff;
  padding: 6px 6px 2px 6px;
  border-radius: 5px;
  margin-bottom: 27px;
}
.information .labels {
  border-radius: 4px;
  background-image: url("../images/bg/info-1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  min-height: 47px;
  margin-bottom: 0;
  line-height: 25px;
  padding: 11px;
  text-align: center;
  margin-bottom: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}

.info-box {
  height: 77px;
  border-radius: 4px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  position: relative;
}
.info-box::before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  content: '';
  display: block;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.info-box h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.info-box h3 a {
  color: inherit;
}
.info-box .inner-box {
  position: relative;
  z-index: 1;
}

.info-1 {
  background-image: url("../images/bg/info-2.png");
}

.info-2 {
  background-image: url("../images/bg/info-3.png");
}

.info-3 {
  background-image: url("../images/bg/info-4.png");
}

.info-4 {
  background-image: url("../images/bg/info-5.png");
}

.info-5 {
  background-image: url("../images/bg/info-6.png");
}

.info-6 {
  background-image: url("../images/bg/info-7.png");
}

.info-7 {
  background-image: url("../images/bg/info-8.png");
}

.info-8 {
  background-image: url("../images/bg/info-9.png");
}

/* section-main */
.section-main {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section-main {
    margin-bottom: 40px;
  }
}

.boxs {
  border: 1px solid #7acbff;
  padding: 10px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .boxs {
    padding: 30px 20px;
  }
}

.lists li:not(:last-child) {
  border-bottom: 1px dotted #595959;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .lists li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.lists-row {
  display: flex;
  align-items: center;
}
.lists-row .ico-document {
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  max-width: 32px;
}
.lists-row .text-link {
  -ms-flex: 0 0 calc(100% - 32px);
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
  padding-left: 10px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .lists-row .text-link {
    padding-left: 26px;
  }
}
.lists-row .text-link a {
  color: inherit;
}
.lists-row .text-link a:hover {
  color: #0f4a9d;
}

.how-to-use {
  border: 1px solid #7acbff;
  padding: 6px;
  border-radius: 5px;
  background-color: #fcfcfc;
}

.how-heading {
  background-color: #2d6cc6;
  padding: 10px;
  border-radius: 4px;
}

.how-title {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  line-height: 27px;
  color: #fff;
}

.how-body {
  padding: 15px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .how-body {
    padding: 22px 22px 10px 26px;
  }
}

.list-unstyle-arrow li:not(:last-child) {
  border-bottom: 1px dotted #595959;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-unstyle-arrow li a {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 12px;
  font-family: 'Roboto Condensed', sans-serif;
}
.list-unstyle-arrow li a::before {
  font-family: 'FontAwesome';
  content: '\f101';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 13px;
}

/* high-remove-fk-qc */
.high-remove-fk-qc {
  margin-bottom: 20px;
  padding-left: 7px;
    padding-right: 5px;
}
@media only screen and (min-width: 768px) {
  .high-remove-fk-qc {
    margin-bottom: 30px;
  }
}
.high-remove-fk-qc img {
  border-radius: 4px;
}

/* section-logos */
.logos {
  margin-right: -5px;
  margin-left: -5px;
}
.logos .slick-slide {
  padding-right: 2px;
  padding-left: 2px;
}

.logo-item .logo-item-a {
  display: flex;
  border: 1px solid #939393;
  height: 80px;
  width: 222px;
  align-items: center;
}
.logo-item .logo-item-a .logo-img {
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  text-align: center;
}
.logo-item .logo-item-a .logo-img img {
  max-width: 64px;
  margin-left: auto;
  margin-right: auto;
}
.logo-item .logo-item-a .logo-content {
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-right: 10px;
}
.logo-item .logo-item-a .logo-content h3 {
  color: #272727;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.logo-item .logo-item-a:hover {
  border-color: #0f4a9d;
}

/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 23px;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: bold;
  color: #000;
}
/* .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '\f101';
  font-family: 'FontAwesome';
  font-size: 13px;
} */

.entry {
  margin-bottom: 30px;
}
.entry .author {
  text-align: right;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .entry {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.entry-heading {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .entry-heading {
    margin-bottom: 33px;
  }
}

.entry-title {
  font-size: 24px;
  font-weight: normal;
  color: #022d6a;
  margin-bottom: 10px;
}

.meta {
  display: inline-block;
  color: #c3c3c3;
  font-size: 12px;
}

.entry-lead {
  font-weight: bold;
  margin-bottom: 21px;
}

.related {
  padding: 15px 0;
}

.lists-view li {
  font-size: 15px;
}
.lists-view li:not(:last-child) {
  padding-bottom: 10px;
}
.lists-view li a {
  position: relative;
  padding-left: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
}
.lists-view li a:hover {
  color: #003b90;
}
.lists-view li a::before {
  font-family: 'FontAwesome';
  content: '\f101';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 13px;
}

.footer-top {
  color: #fff;
  font-size: 18px;
  background-color: #003576;
  padding: 10px 0 8px;
}
.footer-top a {
  color: #fff;
}
.footer-top ul {
  text-align: center;
}
.footer-top ul li {
  display: inline-block;
}
.footer-top ul li:not(:last-child) {
  margin-right: 12px;
}
.footer-top ul li + li:before {
  content: "|";
  margin-right: 22px;
}

.footer-bottom {
  color: #000;
  font-size: 15px;
  line-height: 1.2;
  padding: 28px 0 50px;
}
.footer-bottom a {
  color: #fff;
}

.copyright {
  font-size: 15px;
  margin-bottom: 20px;
}

.footer-bottom .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.footer-bottom .row [class*="col-"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.nav-botttom {
  background-color: #0f4a9d;
  padding: 11px;
  text-align: center;
}
.nav-botttom a {
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
}
.nav-botttom a:hover {
  color: #f9a441;
}
.nav-botttom a + a {
  margin-left: 20px;
  padding-left: 20px;
}
.nav-botttom a + a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #ffffff;
}

.info-source {
  border: 1px solid #939393;
  padding: 10px 20px;
  font-size: 15px;
}

.section-heading {
  margin-bottom: 26px;
}

.section-title {
  color: #022d6a;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: normal;
}
@media only screen and (min-width: 992px) {
  .section-title {
    font-size: 26px;
  }
}

.section-table {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .section-table {
    margin-bottom: 70px;
  }
}

.list-results {
  border: 2px solid #7acbff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: url(../images/bg/bg-table.png) repeat-x center bottom;
}
@media (max-width: 767px) {
  .list-results .table {
    white-space: nowrap;
  }
}
.list-results .table td, .list-results .table th {
  border-color: #8a8a8a;
  vertical-align: middle;
}
.list-results .table th {
  border-bottom-width: 1px;
  border-top: none;
  padding-top: 19px;
  padding-top: 19px;
}
.list-results .table td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.results-bottom {
  border-top: 1px solid #8a8a8a;
  padding: 20px 20px 10px;
}
@media only screen and (min-width: 768px) {
  .results-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .results-bottom {
    padding-right: 110px;
  }
}
.results-bottom .total, .results-bottom .pager {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .results-bottom .total {
    border-right: 1px solid #b7b9ba;
    padding-right: 9.03716%;
    margin-right: 9.03716%;
    white-space: nowrap;
  }
}

.pager ul li {
  display: inline-block;
}
.pager ul li:not(:last-child) {
  margin-right: 8px;
}
.pager ul li a {
  color: #000;
}
.pager ul li a:hover {
  color: #0f4a9d;
}
.pager ul li .active a {
  color: #0f4a9d;
}
.pager ul .page-control a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #dedede;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f8f8f8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, white 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, white 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
}
.pager ul .page-control a i {
  vertical-align: middle;
}
.pager ul .page-control.active a, .pager ul .page-control a:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #3697c8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #3697c8));
  background: -webkit-linear-gradient(top, white 0%, #3697c8 100%);
  background: -o-linear-gradient(top, white 0%, #3697c8 100%);
  background: -ms-linear-gradient(top, white 0%, #3697c8 100%);
  background: linear-gradient(to bottom, white 0%, #3697c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3697c8', GradientType=0 );
  border-color: #3697c8;
}

.section-search {
  margin-bottom: 55px;
  padding-top: 28px;
}
.section-search .section-heading {
  margin-bottom: 30px;
}
.section-search .section-title {
  position: relative;
  padding-left: 65px;
  min-height: 53px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.section-search .section-title i {
  position: absolute;
  top: 0;
  left: 0;
}

.form-search {
  background: url(../images/bg/bg-search.png) no-repeat center;
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  .form-search {
    padding: 64px 80px 55px;
  }
}
.form-search .form-group {
  margin-bottom: 22px;
}
.form-search label {
  text-align: right;
  white-space: nowrap;
  padding-right: 10px;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  max-width: 95px;
  font-size: 17px;
}
.form-search .form-control {
  height: 30px;
  border-color: #cecece;
  font-size: 15px;
  padding: 0 15px;
}
.form-search .input-text {
  -ms-flex: 0 0 calc(100% - 95px);
  flex: 0 0 calc(100% - 95px);
  max-width: calc(100% - 95px);
}
.form-search .form-bottom {
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: 23px;
}
.form-search .form-bottom:before {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 36px;
}
@media only screen and (min-width: 576px) {
  .form-search .form-bottom .btn:not(:last-child) {
    margin-right: 38px;
  }
}
@media (max-width: 575px) {
  .form-search .form-bottom .btn {
    display: block;
    width: 100%;
  }
  .form-search .form-bottom .btn:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px){
	.menu {
	    position: static !important;
	}
}
a:hover{
	text-decoration: none !important;
}

@media (min-width: 1200px){
	.aui .row-fluid [class*="span"]{
		min-height: 1px !important;
	}
}
.aui .row-fluid [class*="span"]{
	min-height: 1px !important;
}
.portlet-column-content.empty{
	padding: 0 !important;
}
.modal.yui3-widget-modal{
	position: relative !important;
}
.card-col-field,.card-col-content{
	vertical-align: top !important;
}