@import url("./bootstrap.css");
@import url("./global.css");
@import url("./fonts.css");
@import url("./fonts/fontawesome/css/all.min.css");
@import url("./inc/sf-menu.css");
@import url("./inc/comment.css");
@import url("./inc/mobile-menu.css");
@import url("./theme.css");
@import url("./inc/responsive.css");
a {
  color: #0451b1;
}

/**************************************************/
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  border-top: 3px solid #f78e06;
  -webkit-box-shadow: 3px 3px 16px -5px #7494aa;
  box-shadow: 3px 3px 16px -5px #7494aa;
}
#header .navbar .top {
  background-color: #f78e06;
}
#header .navbar .top a {
  color: rgba(255, 255, 255, 0.7);
}
#header .navbar .main {
  background-color: #0451b1;
}
#header .navbar .main .search {
  border-left-color: #055cca;
}
#header .navbar .bottom {
  background-color: #d0d8e7;
}
#header #main-nav {
  background-color: #f78e06;
}
#header #main-nav:after {
  clear: both;
  display: block;
  content: "";
}
#header #main-nav .sf-menu > li > a {
  padding: 5px 15px;
}
#header #main-nav .sf-menu > li > a:hover {
  background-color: #0451b1;
}
#header #main-nav .sf-menu > li.sfHover {
  background-color: #0451b1;
}

.header-space {
  height: 128px;
}

.bg-blue-grey {
  background-color: #d0d8e7;
}

.mf {
  font-family: "Roboto";
}

#main-menu .sf-menu > li > a,
#main-menu .sf-menu.second-menu > li > a {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#main-menu .sf-menu > li > a:hover,
#main-menu .sf-menu.second-menu > li > a:hover {
  color: #f78e06 !important;
}
#main-menu .sf-menu > li.sfHover > a,
#main-menu .sf-menu.second-menu > li.sfHover > a {
  color: #f78e06 !important;
}

.sf-menu.main-menu {
  margin-bottom: 0;
}
.sf-menu.main-menu ul ul {
  width: 300px;
  max-width: 300px;
}
.sf-menu.main-menu li a {
  font-family: "Roboto";
}
.sf-menu.main-menu > li {
  background: none;
}
.sf-menu.main-menu > li > a {
  border: none;
  padding: 5px 15px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 35px;
}
.sf-menu.main-menu > li > a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.sf-menu.main-menu > li > a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sf-menu.main-menu > li > a:hover span, .sf-menu.main-menu > li > a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.sf-menu.main-menu > li > a.sf-with-ul:after {
  display: none;
}
.sf-menu.main-menu > li li {
  background-color: #f78e06;
}
.sf-menu.main-menu > li li a {
  border: none;
  border-bottom: 1px solid #f77d06;
  color: #fff;
  font-size: 13px;
  padding: 10px 10px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu.main-menu > li li a:hover {
  background-color: #f77d06;
}
.sf-menu.main-menu > li li.sfHover {
  background-color: #f77d06;
}
.sf-menu.main-menu > li.mid-216 {
  background-color: #05c101;
}

.sf-menu.second-menu {
  margin-bottom: 0;
}
.sf-menu.second-menu li a {
  font-family: "Roboto";
}
.sf-menu.second-menu > li {
  background: none;
}
.sf-menu.second-menu > li > a {
  border: none;
  color: #afd3ff !important;
  padding: 5px 15px;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 25px;
  font-weight: 400;
}
.sf-menu.second-menu > li > a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.sf-menu.second-menu > li > a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sf-menu.second-menu > li > a:hover span, .sf-menu.second-menu > li > a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.sf-menu.second-menu > li > a.sf-with-ul:after {
  display: none;
}
.sf-menu.second-menu > li li {
  background-color: #f77d06;
}
.sf-menu.second-menu > li li a {
  border: none;
  border-bottom: 1px solid #f78e06;
  color: #fff;
  font-size: 13px;
  padding: 10px 10px;
  text-transform: none !important;
  color: #fff !important;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu.second-menu > li li a:hover {
  background-color: #f78e06;
}
.sf-menu.second-menu > li li.sfHover {
  background-color: #f78e06;
}

.agency-item {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.agency-item a {
  display: block;
}
.agency-item .card-title {
  color: #333;
}
.agency-item .logo {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.agency-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.agency-item:hover .card-title {
  color: #0451b1;
}
.agency-item:hover a {
  text-decoration: none;
}

.agency-widget {
  clear: both;
  margin-bottom: 30px;
}
.agency-widget:last-child {
  margin-bottom: 0;
}
.agency-widget .list-group .list-group-item {
  padding: 10px 15px;
}
.agency-widget .list-group .list-group-item h6 {
  font-size: 14px;
  text-transform: uppercase;
}
.agency-widget .list-group .list-group-item p {
  margin-bottom: 0;
  font-size: 13px;
}

.agency-header {
  padding: 30px 0;
}
.agency-header .logo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.agency-header h2 {
  font-size: 24px;
  max-width: 400px;
  font-family: "Roboto";
}
.agency-header:after {
  clear: both;
  display: block;
  content: "";
}

.agency-nav {
  clear: both;
  background-color: #d0d8e7;
  border-bottom: 2px solid #f78e06;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.agency-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.agency-nav ul:after {
  clear: both;
  display: block;
  content: "";
}
.agency-nav ul li {
  float: left;
}
.agency-nav ul li a {
  display: block;
  padding: 10px 20px;
  font-family: "Roboto";
  color: #4f6a9c;
  text-transform: uppercase;
  font-size: 15px;
  border-right: 1px solid #bfcade;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.agency-nav ul li a:hover, .agency-nav ul li a.active {
  background-color: #f78e06;
  color: #fff;
  text-decoration: none;
}
.agency-nav ul li:first-child a:hover, .agency-nav ul li:first-child a.active {
  border-top-left-radius: 3px;
}

#agency-swiper a.nt {
  max-height: 380px;
  overflow: hidden;
}

ul.tabHead {
  border-bottom-color: #f78e06;
}
ul.tabHead li a {
  background-color: #d0d8e7;
  color: #0451b1;
}
ul.tabHead li a:hover {
  background-color: #0451b1;
  color: #fff;
}
ul.tabHead li.active a {
  background-color: #0451b1;
  color: #fff;
}

.widget-title {
  margin: 0 0 20px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  letter-spacing: -1.5px;
  font-size: 20px;
  border-bottom: 1px dashed #d0d8e7;
  padding-bottom: 10px;
  color: #f78e06;
}
.widget-title small {
  text-transform: none;
  display: block;
  color: #333;
  font-size: 14px;
  letter-spacing: 0px;
}

#right-column .tabContents {
  padding: 20px 0 0 0;
}
#right-column .block-item {
  clear: both;
  margin-bottom: 20px;
}
#right-column .block-item:last-child {
  margin-bottom: 0;
}
#right-column .career-job--item span.title {
  font-size: 14px;
}
#right-column .career-job--item span.cv {
  font-size: 13px;
}
#right-column .career-job--item span.salary {
  font-size: 14px;
}

.btn {
  border-radius: 4px;
}

.archive-filter-btn {
  margin-top: 32px;
}

.home-slide-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-slide-item .slide-title {
  display: block;
  position: absolute;
  height: 120px;
  bottom: -10px;
  left: 0;
  overflow: hidden;
  right: 0;
}
.home-slide-item .slide-title h2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 20px;
  font-size: 28px;
  line-height: 120px;
  color: #fff;
  font-family: "Roboto Condensed";
  z-index: 1;
  background: url(../img/transparent2.png) repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 1px 1px 1px black;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.home-slide-item .slide-title h2:hover {
  color: #f78e06;
  background: url(../img/transparent.png) repeat;
}
.home-slide-item .slide-title .blue-bg {
  height: 100%;
  display: block;
  margin-bottom: -10px;
  width: 100%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background-position: bottom center;
  background-size: cover;
}

.news-tab-scroll.home li a img {
  width: 100px;
  height: auto;
}

.bg-blue-grey .home-block .block-header::after {
  background-color: #aebcd6;
}

.stats-item {
  display: table;
}
.stats-item .icon {
  cursor: pointer;
  display: table-cell;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #6da9f9;
  line-height: 80px;
  background: none;
  border: 3px solid #6da9f9;
  box-sizing: border-box;
  font-size: 32px;
  float: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.stats-item .icon:hover {
  background-color: #f78e06;
  color: #fff;
}
.stats-item .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  line-height: normal;
}
.stats-item .info .title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #fff;
}
.stats-item .info .value {
  line-height: normal;
  display: block;
  font-size: 19px;
  font-weight: bold;
  font-family: "Roboto";
  color: #f78e06;
}

/**************************************************/
.header .navbar .main .menus .right a,
.sf-menu.main-menu > li > a {
  padding: 5px 15px;
}

.ulaan {
  fill: #0451b1;
}

.huh {
  fill: #0451b1;
}

.shar {
  fill: #0451b1;
}

.nogoon {
  fill: #0451b1;
}

.yagaan {
  fill: #0451b1;
}

.news .special__news--item a .special__news--title {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.news .special__news--item a:hover .special__news--title {
  background-color: #f78e06;
}
.news .special__news--item a:hover .special__news--title .sub {
  color: #fdd199;
}

svg g {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke: #f78e06;
  stroke-width: 1;
}

svg g text {
  font-family: "Roboto Condensed";
  font-size: 12px;
  stroke-width: 0;
  fill: #fff;
  font-weight: bold;
}

.chart-info li {
  font-size: 13px;
}
.chart-info li .badge {
  font-size: 13.5px;
}

.chart-source {
  font-size: 10px;
  color: #979797;
}

ul.news-tabl-list li a {
  color: #333;
  -moz-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
ul.news-tabl-list li a:hover {
  color: #f78e06;
  text-decoration: none;
}

.news {
  padding: 40px 0;
}

.home-block .block-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  line-height: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-block .block-header::after,
.home-block .block-header::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  content: "";
}

.home-block .block-header::before {
  z-index: 1;
  width: 255px;
  background: #005edd;
}

.home-block .block-header::after {
  right: 0;
  background: #d0d8e7;
}

.home-block .block-header--text {
  max-width: 75%;
}

.home-block .block-header--text span {
  display: block;
  font-weight: 700;
  line-height: 1.4;
}

.home-block .block-header--text span:first-child {
  margin-top: 10px;
  font-size: 24px;
  color: #323232;
}

.home-block .block-header--text span:last-child {
  font-size: 12px;
  color: #005edd;
}

.home-block .block-header a {
  font-size: 16px;
  color: #d0d8e7;
  text-transform: uppercase;
}

.page-title {
  font-family: "Roboto";
  font-size: 24px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.item-detail-text {
  font-size: 15px;
}
.item-detail-text img {
  max-width: 100%;
  height: auto;
}

.news-meta .news-date {
  font-size: 13px;
  color: #ccc;
}

.content-wrapper {
  clear: both;
  padding: 40px 0;
}

.news .column__content--items {
  margin-bottom: 0;
}

.career-job {
  padding: 0;
}

.news .special__news--title {
  width: 70%;
  height: 90px;
}
.news .special__news--title .main {
  font-size: 16px;
  font-family: "Roboto";
}

.news .fresh__news .swiper-slide a {
  display: block;
}
.news .fresh__news .swiper-slide a .title {
  font-size: 14px;
  max-height: 56px;
  -moz-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  line-height: 18px;
}
.news .fresh__news .swiper-slide a:hover {
  text-decoration: none;
}
.news .fresh__news .swiper-slide a:hover .title {
  color: #f78e06;
}

.news .fresh__news--title h1 {
  font-family: "Roboto";
}

.news .column__content--item div a h2 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  -moz-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.news .column__content--item div a:hover {
  text-decoration: none;
}
.news .column__content--item div a:hover h2 {
  color: #f78e06;
}

.tug {
  font-family: "Tahoma";
}

.table td {
  font-size: 14px;
}

.page-title .badge {
  font-size: 14px !important;
}

#career-filter-form label {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
#career-filter-form .form-group {
  margin-bottom: 10px;
}

.career-job {
  list-style: none;
  padding: 0;
  margin: 0;
}
.career-job li:first-child a {
  padding-top: 0;
}
.career-job li a {
  font-family: "Roboto";
  border-bottom: 1px dashed #d0d8e7 !important;
}
.career-job li a:hover {
  text-decoration: none;
}
.career-job li a:hover .item-left span.title {
  color: #f78e06;
}
.career-job li:last-child a {
  border-bottom: none !important;
}

.service--items .top {
  font-family: "Roboto";
}

.btn-border {
  height: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  color: #005edd;
  background: 0 0;
  border: 3px solid #005edd;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-border:hover {
  background-color: #0451b1;
  color: #fff;
}

.careers .feedback-actions form input,
.careers .feedback-actions form select {
  line-height: 40px;
}
.careers .feedback-actions form select {
  height: 40px;
}
.careers .feedback-actions form div {
  height: auto;
  margin-bottom: 10px;
}
.careers .feedback-actions form div i {
  margin-left: 0;
}

.user-menu .list-group-item {
  font-size: 14px;
  padding: 10px 20px;
}

.btn-special {
  display: flex;
  border: none;
  padding: 0 20px;
  height: 80px;
  justify-items: flex-start;
  align-items: center;
  flex-direction: row;
  font-family: "Roboto Condensed";
  box-shadow: inset 0 0 0 2px #f78e06;
  font-size: 16px;
  color: #f78e06;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  transition: color 0.25s;
}
.btn-special:hover {
  color: #0451b1;
  text-decoration: none;
}
.btn-special:hover i {
  transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform-origin: center;
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transition: transform 1s ease all;
  -moz-transition: -moz-transform 1s ease all;
  -webkit-transition: -webkit-transform 1s ease all;
}
.btn-special::before, .btn-special::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-special::before, .btn-special::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.btn-special::before {
  top: 0;
  left: 0;
}
.btn-special::after {
  bottom: 0;
  right: 0;
}
.btn-special:hover::before, .btn-special:hover::after {
  width: 100%;
  height: 100%;
}
.btn-special:hover::before {
  border-top-color: #0451b1;
  border-right-color: #0451b1;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.btn-special:hover::after {
  border-bottom-color: #0451b1;
  border-left-color: #0451b1;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.btn-special i {
  font-size: 30px;
  margin-right: 20px;
  color: #0451b1;
  transition: 1s ease all;
  -moz-transition: 1s ease all;
  -webkit-transition: 1s ease all;
}
.btn-special span {
  display: inline-block;
}
.btn-special::last-child {
  margin-bottom: 0;
}

.news .column__content--item div a h2,
.news .fresh__news .swiper-slide a .title {
  font-family: "Roboto";
}
.news .special__news--item a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.lettersList {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.lettersList li {
  display: inline-block;
  margin-right: 1px;
}
.lettersList li a {
  display: block;
  background-color: #f5f5f5;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 13px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.lettersList li a span {
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  font-size: 11px;
  line-height: normal;
  font-weight: bold;
  padding: 1px 4px;
  border-radius: 2px;
}
.lettersList li a:hover {
  text-decoration: none;
  background-color: #0451b1;
  color: #fff;
}
.lettersList li a:hover span {
  background-color: #fff;
  color: #0451b1;
}
.lettersList li a.active {
  text-decoration: none;
  background-color: #0451b1;
  color: #fff;
}
.lettersList li a.active span {
  background-color: #fff;
  color: #0451b1;
}

.footer {
  font-family: "Roboto";
  padding-bottom: 0;
  margin-top: 0px;
  clear: both;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}