@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|PT+Sans+Narrow:400,700|Vollkorn:400,400i,600,600i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext");
h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .img-box {
    max-width: 480px;
  }
  .talk-wrapper .talk-context {
    padding: 10px 5px 3px 10px;
  }
}

@media (min-width: 768px) {
  .talk-module .talk-wrapper .img-box {
    overflow: hidden;
  }
  .talk-module .talk-wrapper .img-container {
    float: left;
    width: 62%;
  }
  .talk-module .talk-wrapper .talk-context {
    height: 100%;
    float: left;
    width: 38%;
    padding: 15px 10px 5px 20px;
  }
}

.talk-module {
  margin-bottom: 20px;
}

.talk-module .headline {
  display: block;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #c42026;
}

.talk-module .talk-wrapper {
  margin-top: 20px;
  overflow: hidden;
}

.talk-module .talk-wrapper .img-box {
  background-color: #fcfcfc;
  position: relative;
  display: block;
  overflow: hidden;
}

.talk-module .talk-wrapper .img-container {
  position: relative;
  display: block;
  overflow: hidden;
}

.talk-module .talk-wrapper .talk-context {
  position: relative;
  display: block;
  overflow: hidden;
}

.talk-module .talk-wrapper .talk-context h6 {
  margin: 0;
  line-height: 1.3em;
  font-family: "PT Sans Narrow", sans-serif !important;
  color: #24252f;
  text-align: left;
  font-size: 12pt;
  font-weight: 600;
  text-transform: uppercase;
}

.talk-module .talk-wrapper .talk-context > p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 8pt;
  margin-bottom: 5px;
}

.talk-module .talk-wrapper .talk-context .info {
  font-size: 8pt;
  font-weight: 600;
  padding: 5px 0px;
}

.talk-module .talk-wrapper .talk-context .info > span {
  margin-right: 20px;
}

.caption-wrapper {
  position: relative;
}

.carousel-caption {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  text-shadow: none !important;
}

.carousel-caption
h1 {
  font-size: 40px;
  margin-top: 5px;
}

.carousel-caption
h3 {
  font-weight: normal;
  font-size: 28px;
  padding: 0;
  margin: 5px 0;
}

.carousel-caption h6 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
}

#twitter {
  margin-bottom: 30px;
}

#facebook {
  margin-bottom: 30px;
}

.profile_img {
  position: absolute;
  margin-top: 20px;
  z-index: 9999;
}

.topmstatus {
  background: #0f5392;
  color: #fff;
  height: 39px;
  line-height: 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
}

.topmstatus .list_horz {
  margin-top: 7px;
}

.topmstatus ul {
  list-style: none;
  float: right;
}

.topmstatus .list_horz li {
  float: left;
  margin-right: 15px;
}

.topmstatus .list_horz li a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 125px;
}

.topmstatus .user_menu {
  float: right;
  font-size: 12px;
}

.topmstatus .user_menu li:first-child a {
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.topmstatus .user_menu li a {
  width: auto;
  border: none;
  color: #fff;
}

.top_font_normal {
  text-transform: none !important;
  font-size: 12px;
}

@media (max-width: 768px) {
  .profile_img {
    margin-top: 2px;
  }
  .profile_img img {
    width: 55px !important;
    height: 55px !important;
  }
  .social-link {
    padding-left: 60px !important;
    height: 35px !important;
    padding-bottom: 0px !important;
  }
  .social-link > ul li a {
    padding: 0 5px !important;
    font-size: 13pt !important;
  }
  .top_font_normal {
    font-size: 11px;
  }
}

/*       BANNER HERE */
.logo {
  position: relative;
  background: url(../img/logo.png?v=1) no-repeat;
  height: 80px;
  display: block;
  width: 200px;
  margin-bottom: 15px;
  float: left;
}

.logo .slag {
  position: absolute;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 15px;
  top: 30px;
  left: 100%;
  padding-left: 10px;
  white-space: nowrap;
  font-stretch: expanded;
}

#top {
  background: #00315f;
  padding-top: 55px;
}

.headbanner {
  height: 75px;
  width: 610px;
  float: right;
  margin-top: 5px;
}

#mainmenu {
  background: #fff;
  border-bottom: 2px solid #eeeeee;
}

.mainmenu ul {
  margin-bottom: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainmenu ul > li {
  float: left;
}

.mainmenu ul li:first-child {
  border-left: 1px solid #eeeeee;
}

.mainmenu ul li {
  border-right: 1px solid #eeeeee;
}

.mainmenu li {
  display: block;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.mainmenu li a {
  display: block;
  position: relative;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  z-index: 102;
  text-transform: uppercase;
  text-decoration: none;
  cursor: hand;
  padding: 19px 25px 0;
  height: 56px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.mainmenu li a:hover {
  color: #fff;
  background-color: #0f5392;
}

.search-box {
  float: right;
  min-width: 280px;
  margin-top: 0px;
}

.search-bar {
  position: relative;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

.user_search {
  border-color: #0f5392 !important;
  background-color: #0f5392 !important;
  border: 1px solid #0f5392 !important;
}

#full_text {
  display: block;
  position: relative;
  border-color: #fff;
  background-color: #fff;
  border-radius: 0;
  height: 56px;
  width: 100%;
  padding-right: 42.5px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #fff;
  border-top: none;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.search-control-box {
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 56px !important;
  top: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  text-align: center;
}

.search-control-box:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

@media (max-width: 768px) {
  .mainmenu {
    text-align: center;
  }
  .mainmenu ul {
    display: table;
    float: none;
    margin: 0 auto;
  }
  .mainmenu ul li a {
    padding: 7px 7px 0;
    height: 25px;
    font-size: 10px;
  }
  #profile-menu {
    text-align: center;
  }
}

/**** PROFILE MENU ******/
#wrapper {
  position: relative;
}

#profile-banner {
  min-height: 248px;
  background: url(../img/cloud.png) no-repeat;
}

#profile-banner .profile-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
}

#soymbo img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  display: block;
}

#org_title > h2 {
  color: #242424;
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  /* PROFILE MENU */
  #profile-menu {
    background-color: #0f5392;
  }
  #profile-menu .pro-menu {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  #profile-menu .pro-menu ul {
    margin-bottom: 0;
    list-style-type: none;
  }
  #profile-menu .pro-menu ul > li {
    float: left;
  }
  #profile-menu .pro-menu li {
    display: inline-block;
    border-right: solid 1px #fff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  #profile-menu .pro-menu li .icon {
    display: none;
  }
  #profile-menu .pro-menu li .responsive {
    position: relative;
  }
  #profile-menu .pro-menu li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    cursor: hand;
    width: 100%;
    height: 100%;
    padding: 17px 25px 0;
    height: 54px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  #profile-menu .pro-menu li a:hover {
    background-color: #00315f;
    text-shadow: 1px 0 .02px #fff, 1px 0 .02px #fff;
  }
  #profile-menu .pro-menu li a.active {
    background-color: #00315f;
    text-shadow: 1px 0 .02px #fff, 1px 0 .02px #fff;
  }
  #profile-menu .pro-menu li:first-child {
    border-left: solid 1px #fff;
  }
}

@media (max-width: 768px) {
  #profile-menu .pro-menu ul li a:not(:first-child) {
    display: none;
  }
  #profile-menu .pro-menu ul li .icon a {
    float: right;
    display: block;
  }
  #profile-submenu {
    display: none;
  }
}

/* /PROFILE MENU */
/* SUB MENU START */
#profile-submenu {
  background-color: #fff;
  border-bottom: 1px solid #c42026;
  margin-bottom: 60px;
}

#profile-submenu .sub-menu {
  float: left;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

#profile-submenu .sub-menu ul {
  overflow: hidden;
  margin-bottom: 0;
  list-style-type: none;
  float: left;
}

#profile-submenu .sub-menu li {
  display: inline-block;
  border-right: solid 1px #ececec;
  margin-right: -3px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#profile-submenu .sub-menu li a {
  color: #24252f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  cursor: hand;
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px 25px 0;
  height: 28px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#profile-submenu .sub-menu li a:hover {
  background-color: #0f5392;
  color: #fff;
}

#profile-submenu .sub-menu li:first-child {
  border-left: solid 1px #fff;
}

@media (max-width: 768px) {
  .sub-menu ul {
    display: table;
    float: none;
    margin: 0 auto;
  }
  #profile-submenu .sub-menu li a {
    font-size: 9px;
    padding: 5px 5px 0;
    height: 20px;
  }
}

.top-button {
  table-layout: fixed;
  margin: 0 auto;
  display: table;
  width: 400px;
}

.top-button .prev-btn {
  position: absolute;
  font-size: 20px;
  color: #c42026;
  cursor: pointer;
  top: 18px;
}

.top-button .next-btn {
  position: absolute;
  margin-left: 15px;
  bottom: 0;
  font-size: 20px;
  cursor: pointer;
  color: #c42026;
  top: 18px;
}

.nav-button {
  position: relative;
  width: 400px;
  margin: 0 auto;
}

.nav-button .prev-btn {
  position: absolute;
  bottom: 0;
  font-size: 20px;
  color: #c42026;
  cursor: pointer;
  top: 10px;
}

.nav-button .next-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  cursor: pointer;
  color: #c42026;
  top: 10px;
}

#top-slider {
  position: relative;
  overflow: hidden;
  width: 350px;
  float: left;
  left: 15px;
  margin-top: 10px;
}

#history-slider {
  position: relative;
  overflow: hidden;
  width: 350px;
  margin: 0 auto;
}

#owl-demo .owl-item {
  height: 40px;
  text-align: left;
  width: 70px;
  vertical-align: bottom;
}

#owl-demo .owl-item .item {
  color: #242424;
  display: block;
  padding: 0;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

#owl-demo .owl-item, #owl-demo .owl-item .link > h2 {
  font-size: 24px !important;
  font-weight: 500;
  padding-top: 5px;
  margin: 0 auto;
  display: inline;
}

#owl-demo .owl-item .clicked {
  margin-top: -4px;
}

#owl-demo .owl-item .clicked > h2 {
  font-size: 32px !important;
  font-weight: 600;
  color: #c42026;
}

#owl-demo.item h2 {
  font-size: 24px;
  display: block;
  cursor: pointer;
  margin: 5px;
  color: #c42026;
  border-radius: 3px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#owl-demo.item h2:hover {
  font-size: 32px !important;
  font-weight: 600;
  left: 20%;
  color: #c42026;
  text-decoration: none !important;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.owl-item > .item .link .clicked a {
  font-size: 34px !important;
  font-weight: 600;
}

.profile-news-container {
  margin-left: 22px;
  background: #484d5b;
  position: relative;
  overflow: hidden;
  height: 930px;
  margin: 0px auto;
  -ms-overflow-style: none;
  margin-bottom: 50px;
}

.profile-news-container .header {
  background: #0f5392;
  color: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 60px #0f5392 inset;
  box-shadow: 0px 0px 60px #0f5392 inset;
  border-left: 4px solid #00315f;
}

.profile-news-container .header > h3 {
  padding-left: 30px;
  font-size: 18px;
  text-transform: uppercase;
}

.profile-news-container .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #484d5b;
  text-align: center;
  padding-top: 5px;
}

.profile-news-container .footer > button {
  width: 55px;
  color: #fff;
  background: #c42026;
  border: 1px solid #c42026;
}

.profile-news-container .new-news-list {
  font-family: "PT Sans Narrow", sans-serif !important;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px 0 30px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.profile-news-container .new-news-list .list {
  margin-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #797c85;
}

.profile-news-container .new-news-list .list > img {
  float: left;
}

.profile-news-container .new-news-list .list > a {
  text-decoration: none;
}

.profile-news-container .new-news-list .list .news {
  margin-left: 106px;
  padding: 2px 0 0 15px;
  vertical-align: middle;
  font-weight: 600;
  min-height: 106px;
}

.profile-news-container .new-news-list .list .news > a {
  color: #fff;
}

.profile-news-container .new-news-list .list .date {
  font-family: 'Montserrat';
  padding-top: 15px;
  display: block;
  color: #fff;
}

.profile-news-container .new-news-list::-webkit-scrollbar {
  display: none;
}

.popular-head {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.popular-head .top_title {
  margin: 20px 0 0 22px;
  padding: 3px 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: #c42026;
}

.popular-head .maincontent {
  width: 100%;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background-position-y: -1px;
  bottom: -1px;
  border: none;
}

.popular-head .maincontent h1 {
  margin-left: 22px;
}

.popular-head .maincontent h1 > a {
  font-family: "PT Sans Narrow", sans-serif !important;
  color: #fff;
}

.popular-head .maincontent h1 > a:hover {
  text-decoration: none;
  color: #c42026;
}

.popular-head .maincontent .title-bottom {
  color: #fff;
  margin: 25px 0 20px 23px;
  font-weight: 600;
  font-size: 14px !important;
}

.popular-head .maincontent .title-bottom .date {
  color: #fff;
  font-size: 14px;
}

.popular-head .maincontent .title-bottom > span {
  margin-right: 30px;
  color: #fff;
}

.headtitle {
  display: block;
  padding-bottom: 7px;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #c42026;
}

.headtitle h4 {
  text-transform: uppercase;
  font-size: 24px;
  color: #0f5392;
  margin: 0;
  padding: 0;
}

.special-work {
  margin-bottom: 50px;
  position: relative;
}

.special-work .navigator {
  top: 6px;
  float: right;
}

.special-work .navigator > button {
  padding-top: 0;
}

.special-work .headline {
  display: block;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #c42026;
}

.special-work .headline h4 {
  text-transform: uppercase;
  font-size: 24px;
  color: #0f5392;
  margin: 0;
  padding: 0;
}

.special-work .special-heading {
  color: #c42026;
}

.special-work .special-heading::first-letter {
  font-weight: 700;
}

.special-work .special-slider {
  margin-top: 20px;
}

.special-work .special-slider .item {
  overflow: hidden;
}

.special-work .special-slider .item img {
  float: left;
}

.special-work .special-slider .item .item-body {
  background: #fcfcfc;
  float: left;
  min-height: 360px;
}

.special-work .special-slider .item .item-body .wrapper {
  padding-left: 29px;
}

.special-work .special-slider .item .item-body .wrapper .tag {
  margin-top: 33px;
  font-size: 14px;
  color: #24252f;
  font-weight: 600;
}

.special-work .special-slider .item .item-body .wrapper > h3 {
  font-family: "PT Sans Narrow", sans-serif !important;
  color: #24252f;
  text-align: left;
  max-width: 210px;
  word-wrap: normal;
  margin-top: 52px 0 20px;
  font-weight: normal;
}

.special-work .special-slider .item .item-body .wrapper > p {
  font-size: 12px;
  margin-bottom: 19px;
}

.special-work .special-slider .item .item-body .wrapper .footer {
  font-size: 14px;
  font-weight: 600;
}

.special-work .special-slider .item .item-body .wrapper .footer > span {
  margin-right: 20px;
}

.special-work .special-module {
  overflow: hidden;
  margin-top: 20px;
}

.special-work .special-module .owl-stage-outer .owl-stage .owl-item {
  background: #fcfcfc;
}

.special-work .special-module .owl-stage-outer .owl-stage .owl-item .item > .item-image {
  float: left;
  width: 55%;
}

.special-work .special-module .owl-stage-outer .owl-stage .owl-item .item > .wrapper {
  float: left;
  width: 45%;
  padding-left: 20px;
  padding-right: 30px;
}

.special-work .special-module .owl-stage-outer .owl-stage .owl-item .item > .wrapper .tag {
  margin-top: 33px;
  font-size: 14px;
  color: #24252f;
  font-weight: 600;
}

.special-work .special-module .owl-stage-outer .owl-stage .owl-item .item > .wrapper > h3 {
  font-family: "PT Sans Narrow", sans-serif !important;
  color: #24252f;
  text-align: left;
  max-width: 210px;
  word-wrap: normal;
  margin-top: 52px 0 20px;
}

.special-work .special-module .owl-stage-outer .owl-stage .owl-item .item > .wrapper > p {
  font-size: 12px;
  margin-bottom: 19px;
}

.special-work .special-module .owl-stage-outer .owl-stage .owl-item .item > .wrapper .footer {
  font-size: 14px;
  font-weight: 600;
}

.special-work .special-module .owl-stage-outer .owl-stage .owl-item .item > .wrapper .footer > span {
  margin-right: 20px;
}

.standing {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  margin-bottom: 50px;
}

#owl-standing {
  margin-top: 20px;
}

#owl-standing .owl-item {
  margin-right: 7px;
}

#owl-standing .owl-item .item {
  font-weight: 700;
  color: #2c2c2c;
}

#owl-standing .owl-item .item.item-video {
  font-weight: 700;
}

#owl-standing .owl-item .item .sub-title {
  margin-top: 10px;
  display: block;
  font-family: "PT Sans Narrow", sans-serif !important;
  text-transform: uppercase;
  font-size: 18px;
}

#owl-standing .owl-item .item .date {
  margin-top: 12px !important;
  font-size: 14px !important;
  color: #2c2c2c !important;
}

#owl-standing .owl-item .item-video {
  font-weight: 700;
  color: #2c2c2c;
}

#owl-standing .owl-item .item-video .sub-title {
  margin-top: 10px;
  display: block;
  max-width: 265px;
  font-family: "PT Sans Narrow", sans-serif !important;
  text-transform: uppercase;
  font-size: 18px;
}

#owl-standing .owl-item .item-video .date {
  margin-top: 12px !important;
  font-size: 14px !important;
  color: #2c2c2c !important;
}

.navigator {
  position: absolute;
  top: 5px;
  right: 0;
}

.navigator button {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  background: #c42026;
  border: 1px solid #c42026;
  display: block;
  float: left;
}

.navigator button > i {
  vertical-align: middle;
}

.interview {
  position: relative;
  margin-bottom: 50px;
}

.interview .interview-body {
  margin-top: 20px;
}

.interview .interview-body .report {
  margin: 0;
  padding-left: 15px;
}

.interview .interview-body .talk-box > h2 {
  font-family: "PT Sans Narrow", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.interview .interview-body .talk-box > h2 > a {
  color: #24252f;
}

.interview .interview-body .talk-box .title-bottom {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 600;
}

.interview .interview-body .talk-box .title-bottom .date {
  color: #24252f;
  margin-right: 30px;
  font-size: 14px;
}

.interview .interview-body .talk-box .title-bottom .minute {
  margin-right: 30px;
}

.interview .interview-body .talk-box .talk-info {
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

#photo-slider {
  position: relative;
  overflow: hidden;
}

#photo-slider .owl-item {
  margin-right: 7px;
}

.user-titles {
  margin-bottom: 30px;
}

.social {
  border-top: 1px solid #c42026;
  text-align: center;
  display: block;
}

.social > ol {
  display: inline-block;
  text-align: left;
  list-style: none;
  margin-top: 40px;
  width: 200px;
}

.social > ol > li {
  padding: 10px 0px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-15 {
  padding-left: 15px;
}

.portrait .familyname {
  margin: 0;
  padding: 16px 0 3px;
  font-size: 18px !important;
  font-weight: 500;
  color: #242424;
  text-transform: uppercase;
}

.portrait .username {
  color: #242424;
  padding-top: 0;
  margin-top: 0;
  font-style: 32px !important;
  font-weight: bold;
  text-transform: uppercase;
}

.portrait .portrait-short {
  max-width: 100%;
  height: auto;
}

.portrait .positions {
  font-size: 0.95em;
  margin-top: 40px;
  list-style: none;
  font-weight: 500;
  color: #242424;
}

.portrait .positions > li {
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: left;
  margin: auto;
}

.count_num {
  color: #c42026;
  font-weight: 700;
}

.initiative {
  position: relative;
  margin-bottom: 50px;
}

.initiative .initiative-wrapper {
  height: auto;
  overflow: hidden;
}

.initiative .initiative-wrapper .headtitle > h3 {
  text-transform: uppercase;
  color: #0f5392;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.initiative .initiative-wrapper .init-body {
  height: auto;
  width: 100%;
  overflow: auto;
}

.initiative .initiative-wrapper .init-body > ul {
  list-style: none;
}

.initiative .initiative-wrapper .init-body > ul > li {
  font-size: 18px;
  border-bottom: 1px solid #797c85;
  line-height: 28px;
}

.initiative .initiative-wrapper .init-body > ul > li .sub_law {
  font-size: 14px;
}

.initiative .initiative-wrapper .init-body > ul > li > a {
  height: auto;
  display: block;
  padding: 10px 0 10px 5px;
  color: #797c85;
}

.initiative .initiative-wrapper .init-body > ul > li > a:hover {
  color: #00315f;
  font-weight: 400;
  background-color: #f0f0f0;
  text-decoration: none;
}

.initiative .initiative-wrapper .init-body::-webkit-scrollbar {
  display: none;
}

.initiative .footer {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
}

.initiative .footer > button {
  width: 55px;
  color: #fff;
  background: #cccccc;
  border: 1px solid #cccccc;
}

.initiative .footer > button:hover {
  background-color: #c42026;
}

.worklead {
  position: relative;
  margin-bottom: 50px;
}

.worklead .worklead-wrapper {
  margin-left: 20px;
  height: 310px;
  overflow: hidden;
}

.worklead .worklead-wrapper .headtitle > h3 {
  color: #0f5392;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.worklead .worklead-wrapper .init-body {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.worklead .worklead-wrapper .init-body > ul {
  list-style: none;
}

.worklead .worklead-wrapper .init-body > ul > li {
  font-size: 18px;
  border-bottom: 1px solid #797c85;
}

.worklead .worklead-wrapper .init-body > ul > li > a {
  height: auto;
  display: block;
  padding: 10px 0 10px 5px;
  color: #797c85;
}

.worklead .worklead-wrapper .init-body > ul > li > a:hover {
  color: #00315f;
  font-weight: 400;
  background-color: #f0f0f0;
  text-decoration: none;
}

.worklead .worklead-wrapper .init-body::-webkit-scrollbar {
  display: none;
}

.worklead .footer {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
}

.worklead .footer > button {
  width: 55px;
  color: #fff;
  background: #cccccc;
  border: 1px solid #cccccc;
}

.worklead .footer > button:hover {
  background-color: #c42026;
}

.workteam {
  position: relative;
  margin-bottom: 50px;
}

.workteam .workteam-wrapper {
  margin-left: 20px;
  height: 310px;
  overflow: hidden;
}

.workteam .workteam-wrapper .headtitle > h3 {
  color: #0f5392;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.workteam .workteam-wrapper .init-body {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.workteam .workteam-wrapper .init-body > ul {
  list-style: none;
}

.workteam .workteam-wrapper .init-body > ul > li {
  font-size: 18px;
  border-bottom: 1px solid #797c85;
}

.workteam .workteam-wrapper .init-body > ul > li > a {
  height: auto;
  display: block;
  padding: 10px 0 10px 5px;
  color: #797c85;
}

.workteam .workteam-wrapper .init-body > ul > li > a:hover {
  color: #00315f;
  font-weight: 400;
  background-color: #f0f0f0;
  text-decoration: none;
}

.workteam .workteam-wrapper .init-body::-webkit-scrollbar {
  display: none;
}

.workteam .footer {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
}

.workteam .footer > button {
  width: 55px;
  color: #fff;
  background: #cccccc;
  border: 1px solid #cccccc;
}

.workteam .footer > button:hover {
  background-color: #c42026;
}

.text-over-slider {
  position: relative;
  bottom: 90px;
  padding-left: 20px;
  font-size: 28px;
  font-family: "PT Sans Narrow";
  color: white;
  font-weight: bold;
  max-width: 85%;
}

#district-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#construct-slider {
  position: relative;
  overflow: hidden;
}

#construct-slider .owl-item {
  margin-right: 7px;
}

#ulamjlal-slider {
  position: relative;
  overflow: hidden;
}

#ulamjlal-slider .owl-item {
  margin-right: 7px;
}

.text-module {
  position: relative;
  margin-bottom: 50px;
}

.text-module .text-module-wrapper {
  height: 310px;
}

.text-module .text-module-wrapper .headtitle > h3 {
  color: #0f5392;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.text-module .text-module-wrapper .body {
  font-family: "PT Sans Narrow", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.text-module .text-module-wrapper .body .wrapper {
  padding-top: 7px;
}

.text-module .text-module-wrapper .navigator {
  position: absolute;
  top: -3px;
  right: 0;
}

.list-container {
  margin-left: 22px;
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 810px;
  margin: 0px auto;
  -ms-overflow-style: none;
  margin-bottom: 50px;
}

.list-container .header {
  color: #24252f;
  padding: 10px 0;
  border-bottom: 2px solid #c42026;
}

.list-container .header > h3 {
  padding-left: 30px;
  font-size: 20px;
  text-transform: uppercase;
}

.list-container .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  padding-top: 10px;
  border-bottom: 2px solid #c42026;
}

.list-container .footer > button {
  width: 55px;
  color: #fff;
  background: #c42026;
  border: 1px solid #c42026;
}

.list-container .list-news-list {
  font-family: "PT Sans Narrow", sans-serif !important;
  text-transform: uppercase;
  color: #111111;
  font-size: 16px;
  padding: 0 15px 0 30px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.list-container .list-news-list a.list {
  margin-top: 30px;
  color: #484d5b;
  display: block;
  vertical-align: middle;
  clear: both;
}

.list-container .list-news-list a.list > img {
  float: left;
}

.list-container .list-news-list a.list > iframe {
  float: left;
}

.list-container .list-news-list a.list .news {
  margin-left: 110px;
  padding: 8px 0 0 15px;
  font-weight: normal;
  min-height: 110px;
}

.list-container .list-news-list a.list .news > a {
  color: #111111;
}

.list-container .list-news-list a.list .date {
  font-family: 'Montserrat';
  padding-top: 15px;
  display: block;
}

.list-container .list-news-list a.list:hover {
  color: #111111;
  font-weight: 700;
  cursor: -webkit-grab;
  cursor: grab;
  background-color: #f0f0f0;
}

.list-container .list-news-list a.list:hover .news {
  font-weight: 700;
}

.list-container .list-news-list::-webkit-scrollbar {
  display: none;
}

.video-news-container {
  margin-left: 22px;
  background: #484d5b;
  position: relative;
  overflow: hidden;
  height: 916px;
  margin: 0px auto;
  margin-bottom: 50px;
}

.video-news-container .header {
  background: #0f5392;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 60px #0f5392 inset;
  box-shadow: 0px 0px 60px #0f5392 inset;
  border-left: 4px solid #00315f;
}

.video-news-container .header > h3 {
  padding-left: 30px;
  font-size: 18px;
  text-transform: uppercase;
}

.video-news-container .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #484d5b;
  text-align: center;
  padding-top: 5px;
}

.video-news-container .footer > button {
  width: 55px;
  color: #fff;
  background: #b30e13;
  border: 1px solid #c42026;
}

.video-news-container .video-news-list {
  font-family: "PT Sans Narrow", sans-serif !important;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px 0 15px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.video-news-container .video-news-list .list {
  margin-top: 10px;
  padding-bottom: 10px;
}

.video-news-container .video-news-list .list > a {
  text-decoration: none;
}

.video-news-container .video-news-list .list .sub-title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #fff;
  font-family: "PT Sans Narrow", sans-serif !important;
}

.video-news-container .video-news-list .list .sub-title .sub-wrapper {
  font-weight: normal;
  font-size: 12px !important;
  padding: 3px 0px;
}

.video-news-container .video-news-list .list .sub-title .sub-wrapper > ul {
  padding: 5px 0;
  margin: 0;
  list-style-type: none;
}

.video-news-container .video-news-list .list .sub-title .sub-wrapper > ul > span {
  padding-left: 5px;
}

.video-news-container .video-news-list .list .sub-title .title {
  font-size: 16px !important;
  padding-left: 10px;
}

.video-news-container .video-news-list::-webkit-scrollbar {
  display: none;
}

.top_menu {
  background: #0f5392;
  color: #fff;
  line-height: 25px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
}

.top_menu .vip-logo {
  padding-top: 3px;
  float: right;
  min-width: 60px;
  margin-top: 0px;
}

.panel-default .panel-heading {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  width: 100%;
}

.panel-heading > a {
  background-color: #e84c3d;
  color: #ffffff;
}

.panel-heading a {
  font-family: #242424;
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #c42026;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

.panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f077";
}

.panel-body ul {
  list-style-type: none;
}

.panel-body ul li {
  text-transform: uppercase;
  color: #242424;
  font-size: 12px;
  margin-bottom: 10px;
}

.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
  text-decoration: none;
  background-color: #c42026;
  color: #ffffff;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption {
    text-shadow: none !important;
  }
  .carousel-caption {
    left: 20%;
    font-family: "Montserrat", sans-serif !important;
  }
  .carousel-caption
h1 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 40px;
    padding-top: 0;
    margin-top: 0;
    text-transform: uppercase;
  }
  .carousel-caption
h3 {
    margin-top: 10px;
    font-weight: normal;
  }
  .carousel-caption > h6 {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.2em;
  }
  .popular-head {
    margin-bottom: 20px;
  }
  .popular-head .maincontent h1 {
    font-size: 30px;
  }
  .special-work .special-slider {
    margin-top: 30px;
  }
  .special-work .special-slider .item .item-body .wrapper {
    padding-left: 10px !important;
    padding-right: 5px;
    width: 228px;
  }
  .special-work .special-slider .item .item-body .wrapper #title {
    font-size: 24px;
    max-width: auto;
  }
  .special-work .special-module {
    overflow: hidden;
    margin-top: 20px;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item {
    background: #fcfcfc;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item .item-image {
    float: left;
    width: 55%;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item .wrapper {
    float: left;
    width: 45%;
    padding-left: 20px;
    padding-right: 30px;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item .wrapper .tag {
    margin-top: 33px;
    font-size: 14px;
    color: #24252f;
    font-weight: 600;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item .wrapper > h3 {
    font-family: "PT Sans Narrow", sans-serif !important;
    color: #24252f;
    text-align: left;
    max-width: 210px;
    word-wrap: normal;
    margin-top: 52px 0 20px;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item .wrapper > p {
    font-size: 12px;
    margin-bottom: 19px;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item .wrapper .footer {
    font-size: 14px;
    font-weight: 600;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item .wrapper .footer > span {
    margin-right: 20px;
  }
  .interview .interview-body #image iframe {
    width: 100%;
  }
  .interview .interview-body .talk-box h2 {
    font-size: 24px;
  }
  .video-news-container .video-news-list .list {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .video-news-container .video-news-list .list > a {
    text-decoration: none;
    position: relative;
    width: 100%;
  }
  .video-news-container .video-news-list .list > a iframe {
    width: 100%;
    height: 350px;
  }
  .video-news-container .video-news-list .list .sub-title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif !important;
  }
  .video-news-container .video-news-list .list .sub-title .title {
    font-size: 16px !important;
  }
  .list-container .list-news-list a.list .news {
    padding-top: 0px;
    font-size: 12px;
    width: 140px;
  }
  .list-container .list-news-list a.list .news > a {
    color: #111111;
  }
  .list-container .list-news-list a.list .date {
    padding-top: 10px;
  }
  #owl-standing .owl-item .item-video iframe {
    width: 100%;
  }
  #owl-standing .owl-item .item-video .sub-title {
    font-size: 16px;
  }
  #owl-standing .owl-item .item-video .date {
    margin-top: 6px !important;
  }
  .portrait .familyname {
    font-size: 17px !important;
  }
  .portrait .username {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .caption-mobile {
    position: absolute;
    padding-left: 11px;
    bottom: 5%;
    left: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
  }
  .caption-mobile
h1 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
    text-transform: uppercase;
  }
  .caption-mobile
h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .caption-mobile > h6 {
    font-size: 11px !important;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .carousel-indicators {
    bottom: 0;
  }
  .count_num {
    color: #fff !important;
  }
  .module {
    margin-bottom: 20px !important;
  }
  .module .module-slider .owl-item > .item {
    font-size: 16px !important;
  }
  .list-module6 {
    margin-bottom: 20px !important;
  }
  .list-module6 .module6-slider .owl-item > .item .sub-title {
    font-size: 20px !important;
  }
  .headtitle h4 {
    font-size: 18px;
    word-wrap: break-word;
  }
  .special-work {
    margin-bottom: 20px;
    margin-bottom: 30px;
  }
  .special-work .navigator {
    top: 3px;
  }
  .special-work .headline h4 {
    font-size: 16px;
    line-height: 1.3em;
  }
  .special-work .special-slider {
    margin-top: 20px;
  }
  .special-work .special-slider .item #image {
    width: 100%;
  }
  .special-work .special-slider .item .item-body {
    min-height: auto;
  }
  .special-work .special-slider .item .item-body .wrapper {
    padding: 10px 15px;
  }
  .special-work .special-slider .item .item-body .wrapper > h3 {
    max-width: 100%;
  }
  .special-work .special-module {
    overflow: hidden;
    margin-top: 20px;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item .item-image {
    float: none;
    width: 100%;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item > .wrapper {
    float: none;
    width: 100%;
  }
  .special-work .special-module .owl-stage-outer .owl-stage .owl-item .item > .wrapper > h3 {
    font-family: "PT Sans Narrow", sans-serif !important;
    color: #24252f;
    font-size: 20px;
    max-width: 100%;
  }
  .carousel-caption {
    padding: 5px 0;
    text-shadow: none !important;
  }
  .carousel-caption
h1 {
    font-size: 14px;
  }
  .carousel-caption
h3 {
    font-size: 12px;
  }
  .carousel-caption h6 {
    font-weight: normal;
    font-size: 10px;
  }
  .interview .interview-body #image iframe {
    width: 100%;
    height: auto;
  }
  .interview .interview-body .talk-box h2 {
    font-size: 20px;
  }
  .standing {
    margin-bottom: 20px;
  }
  .standing #owl-standing .owl-item .item-video iframe {
    width: 100%;
  }
  .standing #owl-standing .owl-item .item-video .sub-title {
    font-size: 20px;
    max-width: 100%;
  }
  .standing #owl-standing .owl-item .item-video .date {
    margin-top: 6px !important;
  }
  .navigator {
    top: -2px;
  }
  .video-news-container {
    height: 400px;
    margin-bottom: 20px;
  }
  .video-news-container .video-news-list {
    padding: 0px;
  }
  .video-news-container .video-news-list .list > a iframe {
    width: 100%;
    height: 220px;
  }
  .initiative {
    margin-bottom: 20px;
  }
  .top-module {
    margin-bottom: 20px;
  }
  .popular-head {
    margin-bottom: 30px;
  }
  .popular-head .maincontent > h1 {
    font-size: 24px;
  }
  .popular-head .top_title {
    font-size: 14px;
  }
  #banner_module {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 480px) {
  .carousel-inner > .item > img {
    height: 300px;
  }
  .list-module6 {
    margin-bottom: 20px !important;
  }
  .top-module .my-slider .title-background .title-slider {
    font-size: 14px !important;
    padding: 0 0 10px 10px !important;
  }
  .headtitle {
    line-height: 1.2em;
  }
  .headtitle > h4 {
    font-size: 16px !important;
  }
  .navigator {
    top: -6px;
  }
  .navigator button {
    width: auto;
    font-size: 13px;
    padding-top: 5px;
  }
}

.questions {
  margin-bottom: 50px;
  display: block;
}

.questions .headtitle {
  font-size: 18px;
}

.questions .headtitle > h3 {
  color: #0f5392;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.questions .body {
  color: #797c85;
  font-family: "PT Sans Narrow", sans-serif !important;
}

.questions .body ul {
  list-style-type: none;
  position: relative;
}

.questions .body ul > li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #797c85;
  height: 90px;
  clear: both;
  overflow: auto;
}

.questions .body ul > li .date-title {
  display: block;
  margin: 20px 0;
  float: left;
  font-size: 40pt;
}

.questions .body ul > li .info {
  font-size: 16px;
  padding: 5px 0 0  15px;
  margin-left: 155px;
}

.questions .body ul > li .info > a {
  color: #797c85;
}

.questions .body ul > li .info > a:hover {
  color: #c42026;
}

.module {
  position: relative;
  margin-bottom: 50px;
}

.module .module-slider {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.module .module-slider .owl-item {
  margin-right: 7px;
}

.module .module-slider .owl-item > .item {
  font-family: "PT Sans Narrow", sans-serif !important;
  color: title-gray-color3;
  font-size: 14px;
  font-weight: 600;
}

.module .module-slider .owl-item > .item .sub-title {
  padding: 10px 0;
  text-transform: uppercase;
}

.module .module-slider .owl-item > .item .pub-date {
  padding-top: 2px;
}

.list-module6 {
  position: relative;
  margin-bottom: 50px;
}

.list-module6 .module6-slider {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.list-module6 .module6-slider .owl-item {
  margin-right: 7px;
}

.list-module6 .module6-slider .owl-item > .item {
  font-family: "PT Sans Narrow", sans-serif !important;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 600;
}

.list-module6 .module6-slider .owl-item > .item .sub-title {
  padding: 10px 0;
  line-height: 1.2em;
  font-size: 24px;
}

.list-module6 .module6-slider .owl-item > .item .pub-date {
  padding-top: 2px;
}

#content_info {
  margin-top: 15px;
  clear: both;
  display: inline-block;
}

#content_info .pub_date {
  float: left;
}

#content_info .tag {
  padding-left: 35px;
  float: left;
}

div.maincontent h3.contenttitle {
  font-style: "PT Sans Narrow", sans-serif !important !important;
  margin-top: 15px;
  padding-top: 15px;
}

.page .maincontent .full_width {
  min-width: 100%;
}

.page .maincontent .full_width .video_container {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.page .maincontent .full_width .video_container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page .maincontent .bodytext {
  padding: 0;
}

.top-module {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.top-module .navigation {
  z-index: 9999;
  position: absolute;
  right: 0;
}

.top-module .navigation button {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  background: #c42026;
  border: 1px solid #c42026;
  display: block;
  float: left;
}

.top-module .navigation button > i {
  vertical-align: middle;
}

.top-module .my-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.top-module .my-slider .title-background {
  width: 100%;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background-position-y: -1px;
  bottom: -1px;
  border: none;
}

.top-module .my-slider .title-background .title-slider {
  font-size: 28px;
  padding: 0 0 25px 20px;
  font-family: "PT Sans Narrow";
  text-transform: uppercase;
}

.top-module .my-slider .title-background .title-slider > a {
  color: #fff !important;
}

.top-module .my-slider .title-background .title-slider > a:hover {
  color: #c42026 !important;
}

#banner_module {
  margin-bottom: 50px;
}

.social-link {
  color: #fff;
  height: 75px;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 80px;
  padding-bottom: 10px;
}

.social-link > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.social-link > ul li {
  float: left;
}

.social-link > ul li a {
  display: block;
  padding: 0 10px;
  font-size: 15pt;
  color: #fff;
}

.contact-link {
  color: #fff;
  height: 75px;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 10px;
}

.contact-link > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.contact-link > ul li {
  float: left;
}

.contact-link > ul li a {
  display: block;
  padding: 0 13px;
  font-size: 11pt;
  color: #fff;
}

.contact-link > ul li span {
  display: block;
  padding: 0 13px;
  font-size: 12pt;
  color: #fff;
}

.contact-link > ul li span i {
  font-size: 15pt;
}

/* navbar start here*/
.nav {
  font-style: "Montserrat", sans-serif !important;
  float: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 40px;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
    min-height: 40px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

@media (max-width: 768px) {
  .navbar {
    margin-bottom: 40px;
  }
  .nav > li > a {
    padding: 5px 20px;
    padding-right: 25px;
    font-size: 11pt !important;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    float: right;
  }
}

.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14.5px 10px;
  font-size: 18px;
  line-height: 21px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.25px -10px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    border-left: solid 1px #fff;
  }
  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .navbar-nav > li:last-child {
    border-right: solid 1px #fff;
  }
}

.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  font-family: "Montserrat", sans-serif !important;
  background-color: #0f5392;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav {
  height: 54px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0c4274;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0c4274;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #0c4274;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #0c4274;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #0c4274;
}

.navbar-default .navbar-link {
  color: #fff;
}

.navbar-default .navbar-link:hover {
  color: #fff;
}

.navbar-default .btn-link {
  color: #fff;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #fff;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
/*# sourceMappingURL=custom.css.map */